What steps will reproduce the problem? 1. Begin Download 2. 3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below. Exception in Tkinter callback Traceback (most recent call last): File "Tkinter.pyc", line 1410, in call File "pg.py", line 204, in download NameError: global name 'uid' is not defined
Comment #1
Posted on Jun 24, 2012 by Happy ElephantComment deleted
Comment #2
Posted on Jun 24, 2012 by Happy Elephantsame here
Comment #3
Posted on Jun 29, 2012 by Quick GiraffeGetting the same error here.
- pg.exe.log 197
Comment #4
Posted on Jul 15, 2012 by Massive PandaYou can fix this yourself. Open this file:
pg.py
Go to line 204. Correct the typo.
Original line: uid.append(self.profile['id'])
Corrected line: uids.append(self.profile['id'])
Now execute pg.py and it should work.
Comment #5
Posted on Aug 11, 2012 by Happy MonkeyI have this error message too, how do you fix it yourself i do not have pg.py on my macine in the folder
Comment #6
Posted on Nov 25, 2012 by Quick HippoHello,
Same issue to!! On windows setup they can't find python file with name "pg.py" . so, it impossible to modify the line 204. How we can solve this problem?? Thanks in advance!
Comment #7
Posted on Nov 25, 2012 by Massive PandaYou need to download the source files and build it yourself, following the instructions here.
http://code.google.com/p/photograbber/wiki/Linux
If you are not comfortable installing from source, then you probably will not be able to do this. Sorry! Unfortunately, because there is a bug in the source, there is no easy way to fix it.
Comment #8
Posted on Mar 21, 2013 by Massive HorseCan someone provide a link to a pre-built fix?
Status: New
Labels:
Type-Defect
Priority-Medium