google-code-export / fanficdownloader

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

Prevent from running in older versions (was Syntax error preventing execution) #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute the program from command line.

What is the expected output? What do you see instead?
Expected output: file name. Actual output: syntax error, line 33 of zipdir.py

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.

Original issue reported on code.google.com by jordan.l...@gmail.com on 10 Mar 2011 at 8:45

GoogleCodeExporter commented 9 years ago
I get this issue as well and found I have to specify to use Python 2.6. Which 
version of Python are you using?

Original comment by wizmaste...@gmail.com on 12 Mar 2011 at 4:29

GoogleCodeExporter commented 9 years ago
The 0.4 download zip is a bit out of date, but nothing's changed in zipdir.py.  
Have you tried pulling the latest source from Hg?

I'm able to use the CLI with Python 2.5 and 2.7 on Windows7.  I usually use 2.5 
because that's the version the appspot engine provides.

Original comment by retiefj...@gmail.com on 16 Mar 2011 at 3:48

GoogleCodeExporter commented 9 years ago
I'm able to use it on Linux with 2.6. I get that error with 2.4. It probably 
would only work with Python >= 2.5. A version check might help with issues like 
this.

Original comment by wizmaste...@gmail.com on 17 Mar 2011 at 3:43

GoogleCodeExporter commented 9 years ago
This feature will be included in version 4.

Original comment by retiefj...@gmail.com on 9 May 2011 at 5:54

GoogleCodeExporter commented 9 years ago
Addressed in version 4.0.0.

Original comment by retiefj...@gmail.com on 23 May 2011 at 11:21