Forum Archive

ImportError

newtoonie

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

cook

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.