You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to develop a small Python app with the CherryPy framework.
I'm installing with homebrew on a Mac.
however, integrated development doesn't find the module:
ImportError: No module named cherrypy
Running from the terminal does work.
And: Is there a way to make integrated development work with virtual environments like virtualenv or pyvenv?
The text was updated successfully, but these errors were encountered:
I'm trying to develop a small Python app with the CherryPy framework.
I'm installing with homebrew on a Mac.
however, integrated development doesn't find the module:
Running from the terminal does work.
And: Is there a way to make integrated development work with virtual environments like
virtualenv
orpyvenv
?The text was updated successfully, but these errors were encountered: