Re: MySQLdb and compatibility with vista 64 bits

2008-01-18 Thread revuesbio
On 5 jan, 20:00, revuesbio <[EMAIL PROTECTED]> wrote: > Hello, > I try to installmysqldbon windows vista 64bits but there is a > failure when i try to importmysqldbin python 2.5 : > "DLL load failed with error code 193" > > Is there a solution to this probl

MySQLdb and compatibility with vista 64 bits

2008-01-05 Thread revuesbio
Hello, I try to install mysqldb on windows vista 64bits but there is a failure when i try to import mysqldb in python 2.5 : "DLL load failed with error code 193" Is there a solution to this problem ? Thank you -- http://mail.python.org/mailman/listinfo/python-list

Re: DbiDate object

2007-05-29 Thread revuesbio
On 29 mai, 07:22, Frank Millman <[EMAIL PROTECTED]> wrote: > On May 29, 12:51 am, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > Hi all > > > I am using odbc to connect to Microsoft Access DB. When I send a > > request with a datetime column from the

DbiDate object

2007-05-28 Thread revuesbio
Hi all I am using odbc to connect to Microsoft Access DB. When I send a request with a datetime column from the database, odbc returns something called a DbiDate object. ex : >>> x=data[0][2] >>> print x Fri Apr 20 07:27:45 2007 I would like to select columns where datetime ("DbiDate column")

Re: TIFF to PDF

2007-05-21 Thread revuesbio
On 21 mai, 13:01, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Mon, 21 May 2007 07:42:21 -0300, revuesbio <[EMAIL PROTECTED]> > escribió: > > > os.system('"C:\Program Files\GnuWin32\bin\tiff2pdf.exe" -o C:\test.pdf > > C:\test.T

Re: TIFF to PDF

2007-05-21 Thread revuesbio
I'm trying to use tifflib but i have some problems : when i use direct command line : "C:\Program Files\GnuWin32\bin\tiff2pdf.exe" -o C:\test.pdf C: \test.TIF the pdf is ok. but when i try to launch command line via python the pdf file is not created. where is the problem ? import os os.system('

Re: TIFF to PDF

2007-05-21 Thread revuesbio
I'm trying to use tifflib but i have some problems. When i use direct command line like "C:\Program Files\GnuWin32\bin\tiff2pdf.exe" -o C:\test.pdf C: \test.TIF the pdf file is ok. but when i try to launch command line via python the pdf file doesn't create. import os os.system('"C:\Program Files

TIFF to PDF

2007-05-20 Thread revuesbio
Hello, I'm looking for : 1/ the best method to convert tiff files to PDF. 2/ and I want to merge these pdf files. thank you for your help -- http://mail.python.org/mailman/listinfo/python-list

Re: msbin to ieee

2007-05-09 Thread revuesbio
Hi, I found something interresting. First, MBF Files come from metastock software but i use another one (MLDownloader) to get quotes and convert them to MBF format probably using functions you've just described (C, borland,...). In final, all my files are created by mldownloader. 2nd, I've tri

Re: msbin to ieee

2007-05-08 Thread revuesbio
On 7 mai, 23:38, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 11:37 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]>

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 14:56, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 10:00 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]>

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 13:21, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 6:18 pm, revuesbio <[EMAIL PROTECTED]> wrote: > > > > > On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > > > > On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> w

Re: msbin to ieee

2007-05-07 Thread revuesbio
On 7 mai, 03:52, John Machin <[EMAIL PROTECTED]> wrote: > On May 7, 7:44 am, revuesbio <[EMAIL PROTECTED]> wrote: > > > Hi > > Does anyone have the python version of the conversion from msbin to > > ieee? > > Thank u > > Yes, Google has it. Google i

msbin to ieee

2007-05-06 Thread revuesbio
Hi Does anyone have the python version of the conversion from msbin to ieee? Thank u -- http://mail.python.org/mailman/listinfo/python-list