iblislin / gphotoframe

Automatically exported from code.google.com/p/gphotoframe
Other
2 stars 0 forks source link

Error when opening Preferences dialog (doesn't open) #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start gphotoframe from terminal
2. Click on "Preferences" in the right-click menu

What is the expected output? What do you see instead?
In terminal you can read

$ gphotoframe 
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/gphotoframe/preferences.py", line
32, in start
    checkbutton1.set_active(sticky)
TypeError: an integer is required

What version of the product are you using? On what operating system?
Arch Linux using this PKGBUILD (you can see the deps installed there)
http://pastebin.com/erbBuq17
gphotoframe 0.7

extra/pygtk 2.17.0-1 [installed] [2,54 MB]
extra/twisted 10.0.0-0 [installed] [3,03 MB]
extra/pyxdg 0.19-1 [installed] [0,07 MB]
extra/python-gdata 2.0.7-1 [installed] [0,94 MB]

community/python-distutils-extra 2.16-1 [installed] [0,02 MB]

Please provide any additional information below.
I created this PKGBUILD (for making an ArchLinux package) from scratch,
maybe I missed out some deps but I think to have done everything correctly
under that aspect.

Original issue reported on code.google.com by berseke...@gmail.com on 8 May 2010 at 5:48

GoogleCodeExporter commented 8 years ago
Thanks for your report.

This is same problem as issue #50
Fixed in revision 0c3f81679c.
The bug fixed version was released as 0.7.1.

Original comment by yendo0206 on 8 May 2010 at 6:33