Alle 10:17, mercoledì 12 aprile 2006, boyeestudio ha scritto:
> What is wrong with this problem
makes sense talking about the path on where cairo reside?
F
--
http://mail.python.org/mailman/listinfo/python-list
I want build a python source to .exe file.
I use the py2exe and the script file I wrote as below:
from distutils.core import setupimport py2exe
setup(windows=["main.py"], name='palaver', description="palaver is a p2p software", version='0.05', )
it build rightly,But when I run the executable file,