pyqt

2005-12-09 Thread Kuljo
KProgress(self,"kProgress1") NameError: global name 'KProgress' is not defined"). Are the not implemented there or I should install some additional software? regards Kuljo -- http://mail.python.org/mailman/listinfo/python-list

Re: new line

2005-08-31 Thread Kuljo
Kuljo wrote: > Kuljo wrote: > >> Dear friends >> I'm so sorry to bore you with this trivial problem. Allthou: I have >> string having 0x0a as new line, but I should have \n instead. >> How should I solve it? >> I've tried >>>>>text_

Re: new line

2005-08-29 Thread Kuljo
Kuljo wrote: > Dear friends > I'm so sorry to bore you with this trivial problem. Allthou: I have string > having 0x0a as new line, but I should have \n instead. > How should I solve it? > I've tried >>>>text_new=tex_old.replace(str(0x0a), '\n

new line

2005-08-29 Thread Kuljo
Dear friends I'm so sorry to bore you with this trivial problem. Allthou: I have string having 0x0a as new line, but I should have \n instead. How should I solve it? I've tried >>>text_new=tex_old.replace(str(0x0a), '\n') and other things, but none of them worked. Thanks in advance -- http://mail

Re: MySQLdb - Tuples

2005-02-01 Thread Lajos Kuljo
Dennis Benzinger wrote: Lajos Kuljo wrote: Hallo, ich bin voll neu im Python-Programming, deshalb ist mein Problem wahrscheinlich trivial: Wenn ich die Script #33 #! /usr/bin/env python import MySQLdb db=MySQLdb.connect(host='localhost', db=&#x

MySQLdb - Tuples

2005-02-01 Thread Lajos Kuljo
Hallo, ich bin voll neu im Python-Programming, deshalb ist mein Problem wahrscheinlich trivial: Wenn ich die Script #33 #! /usr/bin/env python import MySQLdb db=MySQLdb.connect(host='localhost', db='photum_0_6_2', user='root', passwd='thkhgfgd') c=db.curso