Thanks for your reply !
I now realize , that the run() used in this
code stems from a def , which actually wraps
os.spawnv(os.P_WAIT, ...) in
a way that eliminates waiting
I like this newsgroup as there are always
people who are less stumped than oneself.
Nx
--
http://mail.python.org
ollowing only to run after
# running of python2.4 has finished
self.textBrowser1.reload
f = open(self.DBMETA,'r')
for self.getline in f.readlines():
self.textBrowser1.append(self.getline)
f.close()
Thanks for any hints how to do that.
Nx
--
http://mail.python.org/mailman/listinfo/python-list
Thanks anyway
I wished there was a sure step by step approach
to get it to work but I can't think of any
good solution and I do not want to reinstall
a well optimized system if something goes astray.
Nx
--
http://mail.python.org/mailman/listinfo/python-list
installation.
Thanks
Nx
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for all the responses and animated discussion,
which is still the best way to learn something new.
Most of the time it is not that you want to do something
in a certain way , it rather is one cannot think of a
better , faster more efficient way .
Nx
--
http://mail.python.org/mailman
ead into a list was the best way to massage them into the
form required to be used as input values for the insert statement.
Nx
--
http://mail.python.org/mailman/listinfo/python-list
"Could not convert data to an integer."
except:
print "Unexpected error:", sys.exc_info()[0]
raise
I am sure there is an easier way, but I have not found it yet.
Nx
--
http://mail.python.org/mailman/listinfo/python-list
index == 1 :
a1 = str(value)
print "a1 : ",a1
Thanks
Nx
--
http://mail.python.org/mailman/listinfo/python-list
elf, "lineEdit%d" % (index + 1)).setText(self.tr(value))
Nx
--
http://mail.python.org/mailman/listinfo/python-list
t[c])
.
.
.
if c==25:
self.line25.setText(mylinelist[c])
I rather have someting like
pseudo code follows:
self.line+"c"+.setText(mylinelist[c])
How to do that ?
Nx
--
http://mail.python.org/mailman/listinfo/python-list
all needs to be 32 bit).
How do I call python 2.4 from within python 2.3 and
load my variables with the data from the python 2.4 run ?
Nx
--
http://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo