Hello all,

My Environment:
Python 3.3.2
cx_freeze 4.3.1 win32 - py 3.3


I'm Getting the following message in the build process:
Missing modules:
? System imported from serial.serialcli
? TERMIOS imported from serial.serialposix
? clr imported from serial.serialcli

it appears to be finding the packages ok: 
**snip from build process**
m reprlib
m select                    C:\Python33\DLLs\select.pyd
P serial                    C:\Python33\lib\site-packages\serial\__init__.py
m serial.serialcli          C:\Python33\lib\site-packages\serial\serialcli.py
m serial.serialjava         C:\Python33\lib\site-packages\serial\serialjava.py
m serial.serialposix        C:\Python33\lib\site-packages\serial\serialposix.py
m serial.serialutil         C:\Python33\lib\site-packages\serial\serialutil.py
m serial.serialwin32        C:\Python33\lib\site-packages\serial\serialwin32.py
m serial.win32              C:\Python33\lib\site-packages\serial\win32.py
m sre_compile               C:\Python33\lib\sre_compile.py
m sre_constants             C:\Python33\lib\sre_constants.py
m sre_parse                 C:\Python33\lib\sre_parse.py
**end snip**


Yes, I have Googled lots of people with the same problem, but unfortunately 
none of the solutions have worked for me.


my setup.py has 

packages = ['serial.win32']
(1)


and have also tried adding to my python code
import serial.win32
(2)




Thanks for any help or suggestions!




(1) http://stackoverflow.com/questions/8717125/python-pyserial-and-cx-freeze
(2) http://osdir.com/ml/python-cx-freeze-user/2011-05/msg00001.html
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to