[Python] problemi con py2exe

orciml orciml a gmail.com
Ven 25 Gen 2008 07:47:03 CET


IloChab wrote:
>
>
> 2008/1/24, orciml <orciml a gmail.com <mailto: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
>
il problema non e' sulle librerie standard ma su quelle mie "myLib"

ciao Loris
> ------------------------------------------------------------------------
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>   

-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://lists.python.it/pipermail/python/attachments/20080125/f958663f/attachment.htm 


More information about the Python mailing list