Re: freeze.py and GTK apps

2006-03-28 Thread Kristian Hermansen
On 3/28/06, Adam DePrince <[EMAIL PROTECTED]> wrote: > When your Python installation uses shared library modules such as > _tkinter.pyd, these will not be incorporated in the frozen program. > Again, the frozen program will work when you test it, but it won't > work when you ship it to a site wit

Re: freeze.py and GTK apps

2006-03-28 Thread Adam DePrince
On Mon, 2006-03-27 at 16:15 -0800, [EMAIL PROTECTED] wrote: > After freezing a PYGTK app, I am unable to run it. It this a common > problem, because I could not find any documentation on it at all. > > I tried freezing this example, which gets by the make as well, but > running it results in a fa

freeze.py and GTK apps

2006-03-27 Thread kristian . hermansen
After freezing a PYGTK app, I am unable to run it. It this a common problem, because I could not find any documentation on it at all. I tried freezing this example, which gets by the make as well, but running it results in a failure. This is on Ubuntu Linux: http://www.moeraki.com/pygtktutorial/