Unresolved references even though the application works

已回答

Hey,

I recently added version control (git) to one of my projects (flask w/ virtualenv). From then on I get a 'Unresolved reference' error for all my imports, doesnt matter if these are packages or native python modules. The strange thing: If I run the app, everything works fine, so it's basicly a 'cosmetic' bug/error thingy.

I appreciate any help!

Regards,
Ruben Smidt

0
Avatar
Permanently deleted user

Do you have any interpreters with (1), (2), etc. in their names. A workaround is to delete them. See also PY-20263.

If you have some other problem, please file a bug report to our issue tracker and attach your logs (Help | Show Log in ...) and your source code example.

0

请先登录再写评论。