Re: I meet problems while using the py2exe,Please help me!

2006-04-12 Thread Fulvio
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 meet problems while using the py2exe,Please help me!

2006-04-11 Thread boyeestudio
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,