On 18 Jul, 2012, at 0:25, Chris Barker wrote:
> 
> 
> It's a big ugly, but I've managed to put packages into the zip with
> something like this:
> 
> includes = ["package",
>                "package.subpackage"
>                "package.subpackage.module1"
>                "package.subpackage.module2"
> ]
> 
> for some reason (is it a bug? -- or has it been fixed?) doing:
> 
> includes = [ "package.subpackage.module"]
> 
> puts module in the root, so it's there but can't be imported the same way.

I don't think this is fixed yet, I've added an item to the py2app tracker for 
this: https://bitbucket.org/ronaldoussoren/py2app/issue/52

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to