py2exe compiling

Sick Monkey sickcodemonkey at gmail.com
Tue May 22 11:52:53 EDT 2007


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 <pyro.699 at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070522/7eae2857/attachment.html>


More information about the Python-list mailing list