Looks like py2exe has been discontinued. It may be time to look at alternatives to produce windows exes.
~Anil
Osku Salerma
unread,
Dec 1, 2011, 2:36:45 PM12/1/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tre...@googlegroups.com
py2exe was badly documented and semi-abandoned 8 years ago when I first started using it, and this cx-freeze looks like a much better maintained one. We should absolutely switch to it.
-- Osku Salerma
Osku Salerma
unread,
Jan 6, 2012, 6:39:33 PM1/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tre...@googlegroups.com
We should file a ticket about this and, if possible, try to get this done for 2.1. I dont like relying on abandoned software and hacking around problems in it.
Osku Salerma
Anil Gulecha
unread,
Jan 30, 2012, 5:44:32 AM1/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tre...@googlegroups.com
http://code.google.com/p/gui2exe/ seems to unify and provide a nice GUI way of creating packages.. be it py2exe, cx_freeze, pyinstaller or py2app (mac).
I'll look into these options, and see how they work/perform.