View Single Post
pipeline's Avatar
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]