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 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 ClientForm import ParseResponse
from configobj import ConfigObj


Now, there are some other file attributes i need a bit of help with.

icon = nigel.ico
file name = name
file author = cody woolaver
file version = 0.1.3
file comments = uhhh, a comment ^^

Thanks for your help
~Cody Woolaver

--
http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to