newtoonie
Jul 19, 2016 - 11:08
When typing "from [module] import *" it alerts "cannot import name scanner"
This happens with any file including the examples included in the app
Please help
When typing "from [module] import *" it alerts "cannot import name scanner"
This happens with any file including the examples included in the app
Please help
This sounds like a location problem.
import will check the site-packages folder in modules & templates\site-packages (there are three folders in Pythonista 3.
import will also check the current folder and can import something from there.
import does not import from just anywhere.