win32 pyserial requires javax.comm for py2exe?

Peter Hansen peter at engcorp.com
Tue Jun 29 13:53:50 EDT 2004


Grant Edwards wrote:

> I'm trying to package a small Python program using py2exe.
> 
> Everything works fine until I add an "include serial", then 
> py2exe fails because
> 
>   The following modules appear to be missing
>   ['javax.comm']

Actually, you are assuming too much.  It's a warning, not a failure.
The .exe file is generated and will run just fine under Windows.

Don't bother editing PySerial!  You'll just create a maintenance
hassle for yourself.

-Peter



More information about the Python-list mailing list