Goto XY
ale.of.ginger at gmail.com
ale.of.ginger at gmail.com
Wed Nov 9 07:16:19 EST 2005
OK - I added the import WConio line. But when I run
import WConio
print "going to x10,y10..."
WConio.gotoxy(10,10)
print "Done"
the above, I get the following error:
WConio.gotoxy(10,10)
error: GetConOut Failed
I installed the WConio to the ../site-packages/ folder in Python24, and
when it didn't work I also moved the files in there to the /Lib/ folder
where other things are like random, but that didn't seem to work either.
More information about the Python-list
mailing list