Re: include a file in a python program

2010-09-07 Thread bussiere maillist
Thanks all for your response i will try out this week, you have give me sufficient hint. Thanks again. Bussiere On Mon, Sep 6, 2010 at 9:50 AM, Niklasro(.appspot) wrote: > On Sep 5, 10:57 pm, bussiere bussiere wrote: >> i've got a python.txt that contain python and it must stay as it (python.txt

python and a 2 gigs Usb Stick (pure pythonic stick)

2007-12-07 Thread bussiere maillist
Hi, i've received for my birthday two usb key, and i had the idea to make the 2GB one a special python usb key. So far i've put on it : Movable Python My Python directory Iron Python Jython Instant django the file installation for : Python , iron python , jython , PIL , Pygame , Pywin32 The pdf i

speech recognition linux and python

2007-01-13 Thread bussiere maillist
just for my hobby, i'am looking in a way to try voice recongnition on linux with python but with google i didn't find anything probant. By the way does someones can give me some tips or url to digg in this way particulary ? Is there anyway to use python for voice recognition on linux ? If yes wit

Re: deprecated python 2.5

2006-09-12 Thread bussiere maillist
thks Regards Bussiere On 9/12/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > bussiere maillist wrote: > > > DeprecationWarning: struct integer overflow masking is deprecated > > return struct.pack('>H', ~value) > > i didn't understand if someone

deprecated python 2.5

2006-09-12 Thread bussiere maillist
DeprecationWarning: struct integer overflow masking is deprecated return struct.pack('>H', ~value) i didn't understand if someone have some explanation and what uses instead. -- http://mail.python.org/mailman/listinfo/python-list

convert a long string in binary

2006-08-20 Thread bussiere maillist
i've got a very long string and i wanted to convert it in binary like string = """Monty Python, or The Pythons, is the collective name of the creators of Monty Python's Flying Circus, a British television comedy sketch show that first aired on the BBC on October 5, 1969. A total of 45 episodes wer

making pseudo random number with spam ad convert text to binary

2006-07-29 Thread bussiere maillist
here is a little project to make a more or less good pseudo random generator by using spam :http://euryale.googlecode.com/it's almost quite finished but i've got a last problem i didn't manage to convert text to binary : hazard = binascii.a2b_qp(attachment) + binascii.a2b_qp(body) + binascii.a2b_qp

very strange bug coercing to Unicode: need string or buffer, int found

2006-06-21 Thread bussiere maillist
i truly didn't understand this error :Traceback (most recent call last):  File "D:\Programmation\FrancePaquet\FrancePaquet.py", line 77, in ?    cabtri = "zz" + chiffrescabtri + clefcTypeError: coercing to Unicode: need string or buffer, int found >>> if someone could help me i will be glad, this p

gadfly error gadfly instance has no attribute 'execute'

2006-06-02 Thread bussiere maillist
here is the error i've get :Traceback (most recent call last):   File "D:\Programmation\pitney\pitney.py", line 13, in ?     connection.execute('create table personne(nom varchar)') AttributeError: gadfly instance has no attribute 'execute'i'am under windows and i still haven't found the errorhere

python and QRcode ?

2006-05-23 Thread bussiere maillist
i'am looking for some module and programs in ptyhon for making qrcode (special kind of barcode)But i only found documentation and programs in japanese.Does it exist program and documentation for python in qrcode in english ? regardsBussiere -- http://mail.python.org/mailman/listinfo/python-list