Python env - ImportError: cannot import name -


i use third-party source checked out svn.

it building , running fine. while creating deploy script, may have executed cmd after keep getting error

importerror: cannot import name xxx 

where xxx changes randomly.

i think environment on mac may corrupted.

how can find , resolve issue?

try using virtual environment. example, virtualenv. once create virtual environment, activate via source env/bin/activate , install of dependencies via pip install. can start narrow down there.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -