Thread
:
Reading From a File in Python
View Single Post
pipeline
2007-12-17 , 03:00
Posts: 693 | Thanked: 502 times | Joined on Jul 2007
#
2
have you tried using print statements and launching from xterm (to see those debug outputs) ?
You could try doing a print browserpic immediately after you set it to see what its using.
Also you might need to do something like this to get rid of trailing \n (linefeed) :
browserpic=picbrowse[0:len(picbrowse)-1]
Quote & Reply
|
pipeline
View Public Profile
Send a private message to pipeline
Find all posts by pipeline