lachaize / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Misc Probs on Windows because of bug in pygtk #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the current program installation for windows...
2. Try to Drag & Drop Images or Tags

What is the expected output? What do you see instead?

It should move the tag or image. Instead you get an exception that 
"get_source_widget" is no method.

I googled and found this:

http://www.mail-archive.com/pygtk@daa.com.au/msg17330.html

Then I installed the "pygtk-2.12.1-3.win32-py2.5.exe" into my python 2.5 
and copied the "gtk" folder over to the program runtime folder. That solved 
the problem.

Suggestion: Create a new packaged with an updated runtime!

P.S.: I have other changes made to the source itself. Maybe I come back 
with something later.

Original issue reported on code.google.com by oder...@gmail.com on 3 Apr 2009 at 1:55

GoogleCodeExporter commented 9 years ago

Original comment by r...@wallace.gen.nz on 7 Apr 2009 at 4:16

GoogleCodeExporter commented 9 years ago
Fixed in r190 with an update to the Windows Python runtime.
With Versions as follows:
 - pycairo-1.4.12-2.win32-py2.5
 - pygobject-2.14.2-2.win32-py2.5
 - pygtk-2.12.1-3.win32-py2.5

New windows installer in the downloads area.  

Original comment by r...@wallace.gen.nz on 7 Apr 2009 at 10:56