Open GoogleCodeExporter opened 9 years ago
[deleted comment]
same here
Original comment by gyti...@gmail.com
on 24 Jun 2012 at 11:48
Getting the same error here.
Original comment by JoelJJo...@gmail.com
on 29 Jun 2012 at 4:50
Attachments:
You 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.
Original comment by xrodg...@gmail.com
on 15 Jul 2012 at 12:18
I have this error message too, how do you fix it yourself i do not have pg.py
on my macine in the folder
Original comment by mchouse...@gmail.com
on 11 Aug 2012 at 7:41
Hello,
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!
Original comment by florent....@gmail.com
on 25 Nov 2012 at 3:36
You 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.
Original comment by xrodg...@gmail.com
on 25 Nov 2012 at 10:15
Can someone provide a link to a pre-built fix?
Original comment by ryanhins...@gmail.com
on 21 Mar 2013 at 5:22
Original issue reported on code.google.com by
danieler...@gmail.com
on 7 Jun 2012 at 8:37