Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-24 Thread Andy Balcombe
I'm honoured :o) There's a small update for the how-to up on the website now. I forgot to include the necessary import statements for a project. http://www.anti-particle.com/py2exe.shtml Andy On Wed, 2003-09-24 at 18:53, Christian Reis wrote: > Thanks, I'm officially assigning you to that, t

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-24 Thread Christian Reis
On Sun, Sep 21, 2003 at 08:19:56PM +0100, Andy Balcombe wrote: > I tried the method described in the FAQ but couldn't quite get it to > work properly. I managed to get a window up, but with no fonts > visible. Anybody else manage to get the FAQ method working? > > When I've fully finished the ho

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-21 Thread Andy Balcombe
I tried the method described in the FAQ but couldn't quite get it to work properly. I managed to get a window up, but with no fonts visible. Anybody else manage to get the FAQ method working? When I've fully finished the how-to I'd definitely like to have a go at updating the FAQ... Cheers, An

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-21 Thread Christian Reis
On Sun, Sep 21, 2003 at 03:12:44PM +0100, Schmalki wrote: > I've put a quick how-to up on my experiences with py2exe and pygtk. > Find it here: > > http://www.anti-particle.com/py2exe.shtml Have you had a look at FAQ 21.5? http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq21.005.

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-21 Thread Michal Pasternak
Schmalki [Sun, Sep 21, 2003 at 03:12:44PM +0100]: > Hi, > > I've put a quick how-to up on my experiences with py2exe and pygtk. > Find it here: > > http://www.anti-particle.com/py2exe.shtml I never used py2exe. Why py2exe and why not McMillan Installer? -- Michal Pasternak :: http://pasternak

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-21 Thread Charles Lepple
Schmalki wrote: Hi, I've put a quick how-to up on my experiences with py2exe and pygtk. Find it here: http://www.anti-particle.com/py2exe.shtml Thanks! I guess I should really look at Inno Setup. (I have horrible nightmares from writing InstallShield scripts, but from the looks of it, Inno Set

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-21 Thread Schmalki
Hi, I've put a quick how-to up on my experiences with py2exe and pygtk. Find it here: http://www.anti-particle.com/py2exe.shtml Cheers, Andy On Wed, 2003-09-03 at 23:17, Charles Lepple wrote: > I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from > Cedric's pygtk installer).

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-11 Thread Christian Reis
On Thu, Sep 04, 2003 at 08:40:37AM -0400, Jamey Cribbs wrote: > Charles Lepple wrote: > > >I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from > >Cedric's pygtk installer). I have tried py2exe, cx_Freeze, and Gordon > >McMillan's Installer, but I can't seem to make a working sta

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-10 Thread Jamey Cribbs
Charles Lepple wrote: I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from Cedric's pygtk installer). I have tried py2exe, cx_Freeze, and Gordon McMillan's Installer, but I can't seem to make a working standalone .exe file with any of them. I posted the following message to thi

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-05 Thread Cedric Gustin
On Thu, 2003-09-04 at 16:27, Charles Lepple wrote: > Cedric Gustin said: > > At 06:17 PM 9/3/2003 -0400, Charles Lepple wrote: > [...] > >>AssertionError: required version '2.0' not found on system > >> > >>... which is probably a result of calling pygtk.require('2.0'). > > > > Right, py2exe does n

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-04 Thread Charles Lepple
Cedric Gustin said: > At 06:17 PM 9/3/2003 -0400, Charles Lepple wrote: [...] >>AssertionError: required version '2.0' not found on system >> >>... which is probably a result of calling pygtk.require('2.0'). > > Right, py2exe does not like it, as your final executable does not know > what sys.path

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-04 Thread Michal Pasternak
Charles Lepple [Wed, Sep 03, 2003 at 06:17:55PM -0400]: > I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from > Cedric's pygtk installer). I have tried py2exe, cx_Freeze, and Gordon > McMillan's Installer, but I can't seem to make a working standalone .exe > file with any of them.

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-03 Thread Cedric Gustin
At 06:17 PM 9/3/2003 -0400, Charles Lepple wrote: I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from Cedric's pygtk installer). I have tried py2exe, cx_Freeze, and Gordon McMillan's Installer, but I can't seem to make a working standalone .exe file with any of them. Since the

[pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-03 Thread Charles Lepple
I am trying to bundle up a GTK+2 app on Win32 which uses PyGTK (from Cedric's pygtk installer). I have tried py2exe, cx_Freeze, and Gordon McMillan's Installer, but I can't seem to make a working standalone .exe file with any of them. Since the PyGTK FAQ says that you can do this with py2exe, I