Re: [Py2exe-users] Re: [pygtk] py2exe...

2006-04-06 Thread Nikos Kouremenos
try using 2.6 series of GTK. GTK 2.8 is very unstable in Windoz On 4/6/06, John Pye <[EMAIL PROTECTED]> wrote: > OK just found a 'helloworld.exe.log' file containing the following text. > Seems that *data* files are missing -- which is what you were saying. > Will look into copying those off my C:

Re: [Py2exe-users] Re: [pygtk] py2exe...

2006-04-06 Thread John Pye
OK just found a 'helloworld.exe.log' file containing the following text. Seems that *data* files are missing -- which is what you were saying. Will look into copying those off my C:\GTK directory. Cheers JP > dist\helloworld.exe:10: PangoWarning: No builtin or dynamically loaded > modules > were

Re: [Py2exe-users] Re: [pygtk] py2exe...

2006-04-06 Thread John Pye
I have seen that technique with the Inkscape project: copy a whole bunch of DLLs off the c:\GTK\bin directory into the bundled fileset. But I don't see it being used (manually) in the BitTorrent sources. I think that py2exe is managing find and copy the required DLLs (automatically). After my py2e