1
Python / Pyqt Won't Display Text
« on: September 05, 2006, 09:09:53 pm »Quote
I've tried a couple of "Hello, world" programs on my Zaurus. Both of them almost work, and I'm thrilled! except that "Hello, world!" doesn't show up on either of them.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132395\"][{POST_SNAPBACK}][/a][/div]
To remidy this in the past (though it seems the most recent versions with OZ on my Collie don't need it) I've had to
Code: [Select]
Zaurus=True
from qt import *
if(Zaurus):
from qtpe import *
in my code.