Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision r956.
Original comment by thomas.r...@gmail.com
on 30 May 2010 at 11:16
In the mean-time, the .exe downloads should work (built with python 2.7)
Original comment by helixblue
on 30 May 2010 at 11:17
I would replace
if sys.platform[:3] == 'win':
keywords = ('Local', 'Roaming')
with
if sys.platform[:3] == 'win':
keywords = ['Local', 'Roaming']
Original comment by marc...@gmail.com
on 30 May 2010 at 11:22
Fix released in 1.3-RC5.
Original comment by helixblue
on 31 May 2010 at 1:29
Original issue reported on code.google.com by
marc...@gmail.com
on 30 May 2010 at 11:10