importing

Mark McEahern mark at mceahern.com
Sat Jan 3 16:01:24 EST 2004


On Sat, 2004-01-03 at 14:49, Boomer wrote:
> here's the error
> 
> Traceback (innermost last):
>   File "<string>", line 5, in ?
> AttributeError: 'string' object has no attribute 'split'

Try this from that program:

import sys
print sys.version

What does it say?

// m





More information about the Python-list mailing list