(My Python is installed via Homebrew and correctly refered to by the preferences as my project interpreter)
I have a problem with PyCharms Django Shell. If I start the django shell, it runs the command (ports are changing):
/usr/local/Cellar/python/2.7.3/bin/python2.7 -u /Applications/PyCharm.app/helpers/pydev/pydevconsole.py 52135 52136
Now, this wont work, it justs states "PyDev Console: starting" and after a while, it stops.
BUT when I'm disabling my Wifi, it works! Now, what could this be?
(I'm running the latest Mountain Lion OSX, firewall disabled, PyCharm 2.5.2, Django 1.4)