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?
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
virtualenvorpyvenv?