Skip to content Skip to sidebar Skip to footer

If Django Is Installed Using Pypm, Would Pydev Detect It?

i have recently asked a question I rechecked and it seems that pydev does not detect django either, but i can import django in activepython interpreter. so if i installed django us

Solution 1:

PyDev currently doesn't pick additions to the PYTHONPATH automatically, so, you have to re-configure your interpreter within PyDev (even if only the PYTHONPATH changed).

See: http://pydev.org/manual_101_interpreter.html

Post a Comment for "If Django Is Installed Using Pypm, Would Pydev Detect It?"