script fichiers binaires lecture écriture

Mike Meyer mwm at mired.org
Thu Jun 30 17:41:34 EDT 2005


bruno modulix <onurb at xiludom.gro> writes:

>> Be aware that I'm
>> using pyhton 1.5, 
> Err... latest is 2.4.1, and the language has really, really changed. You
> should consider upgrading...
>
>> unfortunately...
>
> BTW, in 1.5.x, you can use the String module instead of string class
> methods:

In python 1.5.x, string objects didn't have methods. That's why he's
getting the error. He has to use the string module instead.

I agree with bruno - you *really* should upgrade.

     <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list