Cygwin Django
I'm trying to setup a cygwin django environment in PyCharm.
The python version I'm using is installed in cygwin and django was also installed within cygwin. The problem I'm having is that I can't seems to get PyCharm to start the django server. When I edit the configuration PyCharm says that "Django not importable in the environment" which it should be?
Does anyone have more experiance of Django, Cygwin or PyCharm who can tell me what I'm doing wrong?
Please sign in to leave a comment.
Hello Alec,
Cygwin is currently not a supported configuration for PyCharm; we haven't
done any testing with it and don't know which things work and which things
don't. So far we don't know whether we'll be able to add official support
for Cygwin before the 1.0 release. In any case, you're welcome to file a
YouTrack issue at http://youtrack.jetbrains.net/ describing your problems.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I'm having the same issue running PyCharm 96.742 under Windows XP SP3. I'm using Django 1.2.1 and Python 2.6.1.
I try to set up a Django server, but the message says "Django is not importable in this environment".
Attachment(s):
django-server-error.GIF
Hello Michael,
Could you please file a YouTrack issue at http://youtrack.jetbrains.net/
describing how your Django installation is configured and which problem you
are experiencing? In particular, please specify the full path to your Django
installation (I believe that Cygwin may install it in a non-standard location).
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Support for this would be great! I just ordered a license, I'd really like to see this. When I started a new django project pycharm found my cygwin python install but otherwise doesn't seem to set up the interpreter for use properly. I would also like to see ipython support for the django shell command. I tried using this in linux and it wasn't working quite right, tab completion didn't work, etc.