[Python] problemi con py2exe
IloChab
ilochab a gmail.com
Ven 25 Gen 2008 00:02:22 CET
2008/1/24, orciml <orciml a gmail.com>:
>
> sto provando a pachettizare una applicazione
> il problema e' che non mi include i moduli dei miei packages
> (quelli prefissati con my...)
>
> struttura:
>
> <root>/
> setup.py
> myApp.py
> myLib/
> __init__.py
> foo.py
> bar.py
> subfoo/
> __init__.py
> blah.py
>
> The following modules appear to be missing
> ['FCNTL', 'TERMIOS', 'gdk', 'javax.comm', 'ltihooks', 'myCode',
> 'myConvert', 'myDialog']
>
> setup.py:
>
> from distutils.core import setup
> import py2exe
>
> opts = {"packages": ["myLib"],
> "ascii": 1,
> "includes": 'cairo, pango, pangocairo, atk, gobject, pickle',}
quello che vedo è che a 'includes' hai assegnato una stringa invece che una
lista di stringhe, ma per il resto non ho capito cosa intendi.
Licia
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://lists.python.it/pipermail/python/attachments/20080125/f74756e8/attachment.htm
More information about the Python
mailing list