Re: Using Sqlite with Python under Windows

2005-01-14 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Thanks, for the link -- http://mail.python.org/mailman/listinfo/python-list

Re: Free python server.

2005-01-13 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Server, web ? Files server ? Web-services server ? XML-RPC server ? Mail-server ? Newsgroups server ? SGBD server ? Object server ? Persistance server ? Restaurant server ? or ALL ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python & unicode

2005-01-12 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Sorry, but I think that, for russians, english is an *add-on*, and not a common-denominator. English is the most known language, but it is not common. It is the same difference as between co-operation and colonization. Have a good day -- Michel Claveau -- http://mail.python.org/ma

Re: Python & unicode

2005-01-11 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
;o)   Python ==.  limits  ,===>    \/             -- http://mail.python.org/mailman/listinfo/python-list

Re: Python & unicode

2005-01-11 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! >>> It is a least-common-denominator argument, not a "this is better" argument. I understand, but I have a feeling of attempt at hegemony. Is english language really least-common-denominator for a russian who writes into cyrillic, or not anglophone chinese? And, did you think of klingons?

Re: Python & unicode

2005-01-10 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! >>> and plain Latin letters But not all letters (no : é à ç à ê ö ñ etc.) Therefore, the Python's support of Unicode is... limited. Good night -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb encodage & import

2005-01-06 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Wilk had give me a solution pour UnicodeDecode Error. But no ideas for other problems. -- http://mail.python.org/mailman/listinfo/python-list

Pb encodage & import

2005-01-06 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Bonsoir !Hi ! My english is short, therefore, I do short. Two scripts, "i1.py" and "i2.py" : i1.py : import i2 print i2.GlobalA i2.py : GlobalA ="azerty" Like this, it's OK ; but : i1.py : import i2 print i2.GlobalA i2.py : GlobalA = "azerty" OK ===

Re: ctypes NULL pointers; was: Python To Send Emails Via Outlook Express

2005-01-02 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Ok ; thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: where is ctypes.py?

2004-12-26 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! See : http://starship.python.net/crew/theller/ctypes/ -- http://mail.python.org/mailman/listinfo/python-list

Re: PHP vs. Python

2004-12-22 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Relative in Python (and for local use), PHP is a tortoise with of a hand brake. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python for Series 60 update

2004-12-22 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Thanks ; and good news : I, finally, could register me into the Nokia's forums, and I, finally, could to download the package. @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Accessing DB2 with Python

2004-12-16 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! it's not a web site, it's FTP... -- http://mail.python.org/mailman/listinfo/python-list

Re: [ANN] [Hack] Import binary extensions from zipfiles, windows only

2004-12-16 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
I like this kind of gadget. -- http://mail.python.org/mailman/listinfo/python-list

Re: AsmL/Python relationship? Anyone using AsmL? What for?

2004-12-15 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! There are many ideas with same type than Python. Indentation, set, sequences (list), parallel (zip), sequential (iter), map (dictionnary), I had see : Set comprehension :A = {1..20} C = {i | i in A where 2 * i in A} Map comprehension (god) etc. etc. --

Re: Small Problem P 2.4 (line>2048 Bytes)

2004-12-15 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! You are a very good soothsayer (*) ! With # -*- coding: cp-1252 -*-it's bugging With # -*- coding: utf-8 -*- it's OK ! (*) soothsayer is the masculine of pythoniss (good english term ?) -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-li

Small Problem P 2.4 (line>2048 Bytes)

2004-12-15 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi, all ! I have un python script of 75 kB, who make a COM server. It's run OK with Python 2.3 + PyWin + P.I.L. But, with Python 2.4, I obtain a windows error (sorry, it's in french) : python.exe a rencontrée un problème, et doit fermer. erreur sur module: ntdll.dll Exc

Re: Automate Python-2.4 Installs on Windows

2004-12-14 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
+1 Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: How can i send 8-bit data or binary data with pyserial?

2004-12-13 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! 1 byte is 8 bits. If you want to manage bits, one by one, you can rewrite a protocol, and replace pyserial. Have a good day -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Compiling PIL for Python 2.4

2004-12-13 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! Fredrik Lundh did what is necessary. PIL for P 2.4 is at : http://effbot.org/downloads/#PIL Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: Web form validators for Python (RequiredFieldValidator anyone?)

2004-12-12 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Sorry, I had bad read the question... Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: possible ?

2004-12-12 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
(set font to : courier) : __ __ __ /\__ _\/\ \/\ \ \/_/\ \/\ \ \___ __ ___ \ \ \/'\ \ \ \ \ \ _ `\ /'__`\ /' _ `\\ \ , < /',__\ \ \ \ \ \ \ \ \ /\ \L\.\_ /\ \/\ \\ \ \\`\ /\__, `\ \ \_\ \ \_\ \_\\ \

Re: Web form validators for Python (RequiredFieldValidator anyone?)

2004-12-12 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi, also ! See : http://pamie.sourceforge.net -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: ming for python

2004-12-07 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Ha ! Ha ! Tu tentes la coup de l'émigration ? J'espère que ça marchera... -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: MySQL-python-1.0.0.win32-...

2004-12-06 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
+1 -- http://mail.python.org/mailman/listinfo/python-list

PIL for Python 2.4 ?

2004-12-01 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! I can't install PIL on Python 2.4 ; the soft search Python 2.3 ; gh ! Do you know if the great F.L. want to make, soon, a P24 version ? Thanks ! -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: how to drop all thread ??

2004-11-29 Thread Michel Claveau - abstraction méta-galactique non triviale en fuite perpétuelle.
Hi ! The best method, it is the suicide (of the threads). -- http://mail.python.org/mailman/listinfo/python-list