On 19 September 2013 06:29, Lee <quim...@yahoo.com> wrote:

> 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
>

This means that it can't find 'System', 'TERMIOS' and 'clr'. The 'imported
from' bit is telling you which modules those are imported from.

As the next version of cx_Freeze will say after that: "This is not
necessarily a problem - the modules may not be needed on this platform." In
this case, I recognise TERMIOS as being a Unix-only thing, and clr is
related to .NET, so I think it only exists in IronPython.

In other words, those are warnings, not errors. Try running the executable
you get anyway, and see whether it works.

Thomas
------------------------------------------------------------------------------
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