[PIPython] Re: problemi con gtk!

Gian Mario Tagliaretti g.tagliaretti
Mer 2 Mar 2005 22:57:43 CET


On Wednesday 02 March 2005 14:55, Luigi Pantano wrote:
>
> non so come si faccia! io per compilare utilizzo un file py:
> # setup.py
> from distutils.core import setup
> import py2exe
> setup(console=["gui.py"])

un setup molto stringato:

# setup.py
from distutils.core import setup
import py2exe

opts = {"py2exe": 
             {"includes": "pango",}
}

setup(
    name = "nomeprog",
)

ciao
-- 
Gian Mario Tagliaretti
PyGTK GUI programming
http://www.parafernalia.org/pygtk/


More information about the Python mailing list