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)




Attachment: PGP.sig
Description: Signierter Teil der Nachricht

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

Reply via email to