Meanwhile I found a solution:
Thanks again to Kevin for pointing me at the "includes" that I can
specify explicitly. Unfortunatly, this didn't help.
What did the trick finally was to add a "fake" import to my code:
if False:
import serial.win32
The code is still portable, because the import statement is never
called. But cx_freeze now includes the serial.win32 module because the
statement exists.
Daniel
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users