Re: Error on Python

2008-02-10 Thread Zara
VS.85).aspx If you are trying on *NIX SO, I don't know if this is applicable best regrads, Zara -- http://mail.python.org/mailman/listinfo/python-list

Re: "Python" is not a good name, should rename to "Athon"

2007-12-04 Thread Zara
horthand in online discussions, N#, >N*, or N+ could be used as aliases. > >Names of other great scientists, mathematicians, or computer >scientists could also be used, of course. Take your pick. > >How about renaming Python3000? I would never use the name of a mathematician for a pr

Re: "Python" is not a good name, should rename to "Athon"

2007-12-03 Thread Zara
e the language. Now try qith Quetzatcoatl and its derivatives: - QuetzatcoatlGTK - QuetzatcoatlTest - Quetzatcoatl_argfs_ughs_IlostMybreath And some equally funny and easy to pronounce others... Regards, Zara -- http://mail.python.org/mailman/listinfo/python-list

Re: why it is invalid syntax?

2007-11-21 Thread Zara
DEDENT >statement ::= stmt_list NEWLINE | compound_stmt >stmt_list ::= simple_stmt (";" simple_stmt)* [";"] > Regards, Zara -- http://mail.python.org/mailman/listinfo/python-list

Re: Enum class with ToString functionality

2007-09-10 Thread Zara
" if testResult == TestOutcomes.PASSED: testResultAsString = "Passed" elif testResult == TestOutcomes.FAILED : testResultAsString = "Failed" else: testResultAsString = "Aborted" return testResultAsString Regards, Zara -- http://mail.python.org/mailman/listinfo/python-list

Re: Regular expression use

2007-08-24 Thread Zara
ar installation, and it will only deposit some files on your $python$/Lib/site-packages folder. Any comments welcome. NOTE2: Software in spanish, but it should not be pretty difficult to follow (I hope!) best regards, Zara http://www.albalaing.com/Firmware.aspx?id_firmware=2359 -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Feature Request: Allow changing base of member indices to 1

2007-04-17 Thread Zara
thot reservations to >modern languages like Python. > One language created by and for mathematicians: Haskell. It uses zero based list indexing (the most similar to array indexing they have), so that list!!0 is the first element and list!!3 the fourth element. And they tend to reason in Dijkstra's style. They love natural numbers beginning with zer: zara -- http://mail.python.org/mailman/listinfo/python-list

Re: PY Zip

2007-01-30 Thread Zara
t I have not been able >to find it. > >I need this to be able to be used in Python Win. Is there a ZIP utilty >already stored with a basic PYTHON download? > >Thanks all. It is included with basic Python installation. Look at Pyton Manulas, Library Reference, 12. Data Compress