With QPython on Kindle fire .. I use QEdit to write & save a .py file .. say bob.py ..
But when I switch to Console, I can't IMPORT from bob ..
Can someone tell me how to do this?
John (new to QPython)
With QPython on Kindle fire .. I use QEdit to write & save a .py file .. say bob.py ..
But when I switch to Console, I can't IMPORT from bob ..
Can someone tell me how to do this?
John (new to QPython)
The comment from Yulia V got me thinking, maybe I just needed to append the location of "Scripts" to the sys.path, and Yep, that worked fine!!
Thanks Yulia!