multiprocessing newbie - semaphore question

2009-10-02 Thread xera121
t almost all my code to be deemed as amateurish - but it keeps me happy and only breaks every other iteration ;-) xera121 -- http://mail.python.org/mailman/listinfo/python-list

Passing tuples of tuples to sqlite

2009-09-28 Thread xera121
Hi I have tuples in the format shown below: (u('2','3','4'),u('5','6','7')u('20','21','22')) but they are not being accepted into sqlite - due I think to the excessive quote marks which are confusing the issue when converting to a string to send it to sqlite. Can someone advise me on how

Re: Using pysqlite2

2006-06-06 Thread xera121
Many thanks Gerhard - the solution you offer is workable in the scope of my project. Gracias muchacho Xera121 -- http://mail.python.org/mailman/listinfo/python-list