why is this so, when I have 2.3.4. Is this RPM only compatible with 2.3,
not 2.3.-4? Little confused. Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
>what does [hotcat[1]] do.?
>
>
>
ah, quite simple really, adds roof to the end of hotcat...thanx..
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
>if I understand the OP correctly, he wants to *move* the "roof" to the
>end of the string.
>
>
correct...
>try:
>hotcat.remove("root")
>hotcat.append("root")
>except ValueError:
>pass
>
>is most likely the fastest way to do that.
>
>
>
>
>
will give it a blast...thanx
>
>
>
Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
Dennis Lee Bieber wrote:
>On Thu, 02 Jun 2005 16:12:44 +0900, Mark Sargent
><[EMAIL PROTECTED]> declaimed the following in
>comp.lang.python:
>
>
>
>>How do I get that x to be an integer b4 it is entered into the indice.?
>>Cheers.
>>
>>
>
t call last):
File "", line 3, in ?
TypeError: list indices must be integers
How do I get that x to be an integer b4 it is entered into the indice.?
Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
oof', 'on', 'a', 'hot', 'tin']
>>> for x in hotcat[:]:
... if x == 'roof': hotcat.insert(6,x)
... hotcat[x:len(x)] = []
...
Traceback (most recent call last):
File "", line 3, in ?
TypeError: slice indices must be integers
I feel I'm close to it.
Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
Mark Sargent wrote:
>Fernando Perez wrote:
>
>
>
>>Hi all,
>>
>>I've just made the 0.6.14 release of IPython, mostly to fix the
>>inevitable bugs reported after the .13 one (though one big improvement
>>sneaked by).
>>
>>IPython's
>for more details.
>
>* Various other fixes for obscure bugs, but all of which caused reported
>IPython crashes. Details in Changelog.
>
>
>Enjoy, and as usual please report any problems.
>
>Regards,
>
>Fernando.
>
>
>
Hi All,
Fernando, if I may ask, as I'm a Fedora3 user. You mention that there
are RPMs for FC3, for Python2.3, 2.4. I'm new to Python. Is IPython
built into FC3s Python or is it a stand-alone program.? Sorry for
troubling you with this. Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list
some basic examples out there.
Cheers.
Mark Sargent.
--
http://mail.python.org/mailman/listinfo/python-list