Hello group,

This was previously posted to StackOverflow [1]. Basically I have a HTTP server 
written with Python 3.6 + asyncio. cxfreeze server.py finishes successfully. 
However, running the package result give the error: ImportError: cannot import 
name 'compat'. I then tried


  cxfreeze --include-modules=asyncio,asynio.compat


and it moved further, but still complaining about import:


  ImportError: cannot import name 'base_futures'


so this looks like a pattern and perhaps a bug inside cxfreeze: These packages 
are included relatively like this:


   from . import bla


Perhaps cxfreeze isn't handling this well? Also, shouldn't system package be 
compiled and copied wholly without omission?


Looking forward to your feedback.





1. 
http://stackoverflow.com/questions/41669260/cxfreeze-aiohttp-cannot-import-compat

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to