freeze.py builds, but binary doesn't even run locally (shared GTK problem?)

2006-04-07 Thread kristian . hermansen
[EMAIL PROTECTED]:/tmp$ cat helloworld.py #!/usr/bin/env python import pygtk pygtk.require('2.0') import gtk class HelloWorld: def __init__(self): self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.show() def main(self): gtk.main() if __na

Re: freeze.py and GTK apps

2006-03-28 Thread Kristian Hermansen
huge right?), GTK is assumed to be on the target machine. However, the frozen binary still doesn't run properly. Any suggestions? Try freezing the example code yourself and running it, perhaps I am doing something amazingly wrong here... -- Kristian Hermansen -- http://mail.python.org/mailman/listinfo/python-list

freeze.py and GTK apps

2006-03-27 Thread kristian . hermansen
gtk Any suggestions? -- Kristian Hermansen -- http://mail.python.org/mailman/listinfo/python-list