[Biopython-dev] installerror

Andrew Dalke dalke at dalkescientific.com
Wed Sep 3 04:14:14 EDT 2003


kim750 at ggbio.com wrote:
> File "setup.py", line 202
>     i += 1
>        ^
> SyntaxError: invalid syntax
>
> I don't know how to handle this error.
> If you have any idea, could you help me.

Your version of Python is too old.  The '+=' syntax wasn't added until
Python 2.0 (or perhaps the "contractual obligation" 1.6 release) in
October of 2000.  You probably have version 1.5.2 and will need to
upgrade to use Biopython.  The most recent version of Python is
version 2.3, and is available from python.org.

						Andrew
						dalke at dalkescientific.com




More information about the Biopython-dev mailing list