[Biopython-dev] [Bug 1429] syntax error in setup.py
bugzilla-daemon at cvs.open-bio.org
bugzilla-daemon at cvs.open-bio.org
Wed Apr 16 03:25:14 EDT 2003
http://bugzilla.bioperl.org/show_bug.cgi?id=1429
------- Additional Comments From jchang at biopython.org 2003-04-16 03:25 -------
Are you sure that the code is being executed with Python 2.2.2, and that the syntax error
occurs on that line? That line should work correctly, since i is an integer.
Can you check to see if the correct python is being run? Try doing:
> which python
and making sure the one being run is the one you expect.
Also, try doing:
python2.2 setup.py
to make sure 2.2 is getting run.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Biopython-dev
mailing list