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.

-- 
http://mail.python.org/mailman/listinfo/python-list
  • Re: Goto XY ale . of . ginger

Reply via email to