Database module & multithreading

2007-03-10 Thread jupiter
Hi guys!!! Just one quick question... Which database module should I use when I want to use multi threading as my application requires lots of data from internet I also want this database module to be fast, simple n efficient, in any case multi threading capabilities are # 1 requirement. T

Re: Database module & multithreading

2007-03-10 Thread jupiter
On Mar 10, 7:29 pm, Laurent Pointal <[EMAIL PROTECTED]> wrote: > jupiter wrote: > > Hi guys!!! > > > Just one quick question... Which database module should I use when I > > want to use multi threading as my application requires lots of data > > from internet ?

Re: Database module & multithreading

2007-03-10 Thread jupiter
On Mar 10, 8:16 pm, Michael Bentley <[EMAIL PROTECTED]> wrote: > > Thanx for this pointer buddy! I have done my homework. Some Database > > modules are not actively maintained some modules does not work with > > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but > > it dosent a

Re: Database module & multithreading

2007-03-10 Thread jupiter
On Mar 10, 8:16 pm, Michael Bentley <[EMAIL PROTECTED]> wrote: > > Thanx for this pointer buddy! I have done my homework. Some Database > > modules are not actively maintained some modules does not work with > > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but > > it dosent a

Re: Database module & multithreading

2007-03-10 Thread jupiter
On Mar 10, 8:42 pm, [EMAIL PROTECTED] (Alex Martelli) wrote: > jupiter <[EMAIL PROTECTED]> wrote: > >... > > > Python 2.5. At this moment I am using Sqlite3 which is pretty fast but > > it dosent allow me to use multi threading so which database module is > &g

Conversion of string to integer

2007-01-29 Thread jupiter
Hi guys, I have a problem. I have a list which contains strings and numeric. What I want is to compare them in loop, ignore string and create another list of numeric values. I tried int() and decimal() but without success. eq of problem is #hs=string.split(hs) hs =["popopopopop","254.25","poj

function & class

2007-02-18 Thread jupiter
hi friends, I have a program like some variable definations a function ( arg1, agr2): do something with arg1 & arg2 return a list if condition do this function(arg1,arg2) else if condition do this function else do this My problem is I want to use threadin

Re: function & class

2007-02-18 Thread jupiter
c.execute("select symbol,tvolume,date,time from "+self.dbase+" where symbol= ?",t) ProgrammingError: SQLite objects created in a thread can only be used in that sa me thread.The object was created in thread id 976 and this is thread id 944 I am getting this error when I am using sql command wi

Help regarding pattern matching

2010-12-15 Thread jupiter
Hi People, I need some ideas on how to find pattern in random data series like stock chart. What I want is to be able to find Head & Shoulder pattern in chart. Thanx Anil -- http://mail.python.org/mailman/listinfo/python-list

No module named encodings

2018-12-16 Thread Holley Jupiter
Having an issue with this error. I have uninstalled and reinstalled several times but I cannot solve the problem. I googled my issue but non of the solutions have worked. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list