Hi Steve,

On 04.02.2016 09:44, Steve wrote:
> I get the error cx_Freeze.freezer.ConfigError: no file named sys (for
> module collections.sys)
Please try adding this to the 'build_exe' dict:

"excludes": [
        "collections.sys",  # Fix for
https://bitbucket.org/anthony_tuininga/cx_freeze/issues/127/collectionssys-error
        "collections.abc",  # Fix for
https://bitbucket.org/anthony_tuininga/cx_freeze/issues/127/collectionssys-error
    ],



-Niko

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to