Re: [Pythonmac-SIG] py2app import errors

2009-08-20 Thread Aahz
On Wed, Aug 19, 2009, Oliver Goodman wrote: > > I'm having problems getting py2app to work for me. > > The program (minimal test case): > > # test.py > from Crypto.Cipher import DES3 Is Crypto in a zipped .egg? If yes, you need to unzip it. -- Aahz (a...@pythoncraft.com) <*>

Re: [Pythonmac-SIG] Py2app: import errors while running the installed app (PyQt4.Qt imports)

2007-03-13 Thread Ninad Sathaye
esolved it. (at least the pkg got built) > -Original Message- > From: Ronald Oussoren [mailto:[EMAIL PROTECTED] > Sent: Monday, March 12, 2007 10:51 AM > To: Ninad Sathaye > Cc: pythonmac-sig@python.org > Subject: Re: [Pythonmac-SIG] Py2app: import errors while

Re: [Pythonmac-SIG] Py2app: import errors while running theinstalledapp (PyQt4.Qt imports)

2007-03-12 Thread Ronald Oussoren
On Monday, March 12, 2007, at 03:30PM, "Ninad Sathaye" <[EMAIL PROTECTED]> wrote: > >Hi all, > >Does anyone know how to resolve this issue? (or if this or similar topic has >been discussed previously, can someone point me to that thread?) Could you try using the following command to build the

Re: [Pythonmac-SIG] Py2app: import errors while running the installedapp (PyQt4.Qt imports)

2007-03-12 Thread Ninad Sathaye
Hi all, Does anyone know how to resolve this issue? (or if this or similar topic has been discussed previously, can someone point me to that thread?) Thanks, Ninad > -Original Message- > From: Ninad Sathaye [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 01, 2007 10:22 AM > To: py