Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango: setup.py install - access denied?
    text
    copied!<p>I have recently asked <a href="https://stackoverflow.com/questions/7206762/why-does-django-open-with-pype">this question</a> and <a href="https://stackoverflow.com/questions/7221154/if-django-is-installed-using-pypm-would-pydev-detect-it">this one</a></p> <p>Now i think I know the answer to my questions....it's all because i installed django using pypm... and something else is wrong!</p> <p>I did as they said, the first answer: start over, the 2nd answer: pydev do not detect detect django if installed from pypm</p> <p>so i decided to start over, from 0....uninstalled django from pypm and deleted every other folder related to django and decided to install django the old fashion way, when I run </p> <pre><code>setup.py install </code></pre> <p>instead of installing the django setup, what happen is there's a file called django-admin.py opens in pype!!! (i don't know from where it's created!!) </p> <p>so I deleted pype - just to see what would happen and run the same command what happen now is the open with window shows up and it asks me to choose a program to open django, if i press cancel, it says `access denied </p> <p>i'm using windows xp pro by the way</p> <p><strong>EDIT</strong></p> <p>so here's what happens, as I said earlier, pydev is not detecting django when installed with pypm, I managed to install django as <strong>KillianDS</strong> said</p> <pre><code>python setup.py install </code></pre> <p>but still pydev do not detect it, although, it is configured correctly</p> <p><img src="https://i.stack.imgur.com/K8brF.jpg" alt="enter image description here"> </p> <p><img src="https://i.stack.imgur.com/EujGW.jpg" alt="enter image description here"></p> <p><img src="https://i.stack.imgur.com/vAJsG.jpg" alt="enter image description here"></p> <p>I uploaded the images just to prove it and as i said python is installed using activepython, please don't tell me to remove it and install it from python.org because I am totally convinced, there's something wrong with pydev</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload