Re: py2exe compiling

2007-05-22 Thread Sick Monkey
Have you looked at the Tips and Tricks on Py2exe's website? http://www.py2exe.org/index.cgi/GeneralTipsAndTricks I believe this next link will help you add custom data to your app. http://www.py2exe.org/index.cgi/CustomDataInExe .dave On 5/21/07, Pyro [EMAIL PROTECTED] wrote: Hello, I have

py2exe compiling

2007-05-21 Thread Pyro
Hello, I have just finished my script and am ready to distrabute it. I am having a little trouble using py2exe though. here is what i have at the top of my file for imports: import string, array, sgmllib, re, sys, cookielib, urllib2, random, ConfigParser, time from urllib2 import urlopen from