Wow! This is a really awesome tool. I have a lot of problems getting python installed on windows machines around here. Now I can just drop in a folder for folks. I have a feeling I'm going to be using pygtk a lot more. Sadly though, it doesn't appear that this a dependancy issue. My application still freezes when it starts. Is there anyone else who has an idea? Thanks!
-Max ________________________________________ From: Unknown [[email protected]] Sent: Friday, September 11, 2009 11:12 AM To: Bottiger, Maxwell - AES Subject: Re: [pygtk] Lockup moving code from linux to windows. you should probably take a look at py2exe http://www.py2exe.org/ It took me about 15 min to get a package with a simple gtk program going. Longer for apps with lots of dependencies. On Fri, 2009-09-11 at 10:45 -0400, Bottiger, Maxwell - AES wrote: > I have a small application I'm writing, and I need to move it from my linux > desktop where I've been putting it together to a windows machine for my > customer. Just yesterday I started looking into moving things over and ran > into a problem. When I start my program on my windows laptop it hangs when I > run gtk.main(). Now, I've done this before and had it work in the past, so > I'm not really sure what's going on or really where to start. I'll include > my python and glade files. Would someone mind having a look and seeing if > the recognize the problem? Thanks! > > -Max > > This e-mail and any files transmitted with it may be proprietary and are > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this e-mail in error please notify the sender. > Please note that any views or opinions presented in this e-mail are solely > those of the author and do not necessarily represent those of ITT > Corporation. The recipient should check this e-mail and any attachments for > the presence of viruses. ITT accepts no liability for any damage caused by > any virus transmitted by this e-mail. > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
