Re: How to use py2exe ...

2008-01-21 Thread Mike Driscoll
). > Example: main.py, doc/README, src/*.py and data/* > > The problem is I'm not sure on how to use py2exe and pygame2exe to > build the executables... > > And finally, a question: if I want to provide source code > separately ... can I include .pyc files instead of .p

Re: How to use py2exe ...

2008-01-21 Thread DHR
ng > files, data files, and so). > Example: main.py, doc/README, src/*.py and data/* > > The problem is I'm not sure on how to use py2exe and pygame2exe to > build the executables... > > And finally, a question: if I want to provide source code > separately ... can I include .pyc files instead of .py files? -- http://mail.python.org/mailman/listinfo/python-list

How to use py2exe ...

2008-01-20 Thread Santiago Romero
one exe files with a single .py program. Example: myprogram.py or b.- exe files containing all my source code + data directories (png files, data files, and so). Example: main.py, doc/README, src/*.py and data/* The problem is I'm not sure on how to use py2exe and pygame2exe to build the execut