eftsung / pygr

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

decorator syntax incompatible with Python 2.3 #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.from pygr import seqdb
2.
3.

What is the expected output? What do you see instead?

File "/Users/jenny/Desktop/pyensembl-0.1.0/pygr/seqdb.py", line 12
   @classmethod
   ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
using the pygr pulled from the git repository on October 11th, 2008

Mac OS X (10.4)

Please provide any additional information below.

Original issue reported on code.google.com by jqian....@gmail.com on 15 Oct 2008 at 5:14

GoogleCodeExporter commented 8 years ago
using the pygr pulled out from the git repository on October 14th, 2008, after 
2 pm,
'from pygr import seqdb' becomes error free with Python 2.3 on Mac OS X (10.4)!

Jenny

Original comment by jqian....@gmail.com on 15 Oct 2008 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by cjlee...@gmail.com on 21 Oct 2008 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by mare...@gmail.com on 21 Feb 2009 at 2:06

GoogleCodeExporter commented 8 years ago

Original comment by cjlee...@gmail.com on 5 Mar 2009 at 12:07