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) <*>
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
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
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