I'm running py2app for the first time -- following the instructions on
the web.

I've created an app bundle but running the app fails as it can't find a
module named "serial".

The "serial" module is part of PySerial-2.4.  I couldn't find serial.py
on my system but notice that there is a pyserial-2.4-py2.5.egg in the
site-packages directory.  The `file` command tells me it's a zip file
and `unzip -l` shows the serial/*.py files.

Is there a way to include the serial module in the app bundle ??

I've played with --includes and --packages py2app options without any
success.

Is there a way to include eggs with py2app ??  I'm thinking not based on
the web page information.

There must be a way to resolve this, either through py2app or some
manual tweaking.

Thanks for any help,
Brendan.

begin:vcard
fn:Brendan Simon
n:Simon;Brendan
org:eTRIX pty ltd
adr:;;PO Box 306;St Kilda;VIC;3182;Australia
email;internet:brendan.si...@etrix.com.au
title:Managing Director
tel;work:+61-417-380-984
tel;cell:+61-417-380-984
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to