Re: script fichiers binaires lecture écriture
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: script fichiers binaires lecture écriture

From: Mike Meyer <mwm@mired.org>
Date: Thu Jun 30 2005 - 23:41:34 CEST

bruno modulix <onurb@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@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Received on Thu Sep 29 16:40:39 2005