[Pythonmac-SIG] py2app not copying PySerial module

Henning Hraban Ramm hraban at fiee.net
Wed Jun 24 20:50:30 CEST 2009


Am 2009-06-24 um 07:09 schrieb Brendan Simon (eTRIX):

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


py2app has trouble with zipped eggs. Just install everything unzipped.  
(easy_install -Z)


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: Signierter Teil der Nachricht
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090624/2458de65/attachment.pgp>


More information about the Pythonmac-SIG mailing list