Re: IconvCodec, UTF-32 & P4 ?

2005-03-21 Thread News M Claveau /Hamster-P
Hi ! Thanks My e-mail : [EMAIL PROTECTED] @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: writing unicode apps in python - some beginner questions.

2005-02-13 Thread News M Claveau /Hamster-P
Hi! XP unicode view depend, also, of the uniscribe motor version. The last version come with SP-2. Other element : is the font "Arial Unicode MS" installed ? @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: executing VBScript from Python and vice versa

2005-02-05 Thread News M Claveau /Hamster-P
Cool. :-) And it's OK, also, for JScript (MS-Javascript) : import win32com.client vbs = win32com.client.Dispatch("ScriptControl") vbs.language = "vbscript" scode="""Function mul2(x) mul2=x*2 End Function """ vbs.addcode(scode) print vbs.eval("mul2(123)") js = win32com.client.Dispatch("ScriptC

Re: who can tell me BASICS of Python

2005-02-05 Thread News M Claveau /Hamster-P
Troll ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Re Wide Unicode build for Windows available somewhere?

2005-01-13 Thread News M Claveau /Hamster-P
Hi ! See inconvcodec wrapper, at : http://cjkpython.berlios.de/ (not for Python 2.4) -- http://mail.python.org/mailman/listinfo/python-list

PIL : possible ?

2004-12-12 Thread News M Claveau /Hamster-P
PIL PI = Py (in french, it's the same 'sound') => PIL = (Py)L and Py become P24 => PIL = (P24)L however, 'L' Christmas finishes It (in french, Christmas = NoëL) and '(P24)' can to do readed like "Prepare, 24, for" => PIL = (P24)L => Prepare, 24 for NoëL (Christmas) Therefore, I hope that Fredick

Re: New versions breaking extensions, etc.

2004-12-10 Thread News M Claveau /Hamster-P
Hi ! But, if Python is as much sensitive to the passage of an external software, version 6 (obsolete) with a version 7 (obsolete also), it is worrying. Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list