[Biopython-dev] multiline location
Cayte
katel at worldpath.net
Sun Dec 10 23:25:42 EST 2000
When I fed this multiline to parse_location.py
"""complement(join(8811..8995,9120..10082,10181..10291,
10608..10852,10996..11147,11461..11559))
"""
It reported this errog message
Syntax error at or near `Tokens('comma')' token
The Trying -> print s line displayed
-> Trying complement(join(8811..8995,9120..10082,10181..10291,
10608..10852,10996..11147,11461..11559))
<345..500
It was reading past the closing triple quote.
Cayte
More information about the Biopython-dev
mailing list