PhilosChen / appdailysales

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

Syntax errors using Python 3.1.1 #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just type appdailysales.py -h
2.
3.

What is the expected output? What do you see instead?
File "appdailysales.py", line 117
raise AttributeError, attrname

What version of the product are you using? On what operating system?
I downloaded 1.10 but the appdailysales.py file contains "Version 1.9" in 
the script itself (perhaps someone forgot to change this?)

Running on Windows with Python 3.1.1

Please provide any additional information below.

Original issue reported on code.google.com by kenroyan...@gmail.com on 12 Feb 2010 at 12:51

GoogleCodeExporter commented 8 years ago
The script was written for and tested with Python 2.5.x and 2.6.x. I have not 
tested it 
using Python 3.x and it doesn't surprise me that it fails.

As for the comments in the script reading Version 1.9, that was a typo that has 
been 
fixed in the trunk. The only difference between the trunk and version 1.10 is 
that one 
comment line.

Original comment by ki...@thecave.com on 12 Feb 2010 at 1:26