Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey,

I tried to install django after python installation (3.4.0 version), the problem began when i tried to run the simple command: "pip install django" via the cmd - it did nothing (descending line and writes nothing). I forced it to apply the installation using the command: "python -m pip install django". Although it was declared that the installation was successful, when I run, for example, the command: "django-admin --version" it did nothing as well, but when i run the command: "python -m django-admin --version", it says that: "python.exe: no module named django-admin".

In general, each command associated to pip or to django does not work, such as: pip help, pip X ot django X

Ps. I added the paths in 'Path' of the User Varuables and System Variables: C:\Python34; C:\Python34\Scripts
Posted
Comments
Richard MacCutchan 15-Jan-16 4:56am    
Have you checked that the module is correctly installed on your system?
prowler421 15-Jan-16 5:27am    
Hey Richard, the module is correctly installed - i'm able to import it with no problems.
Richard MacCutchan 15-Jan-16 5:50am    
Sorry, but the only time I have had this problem was with pip, and using a command like python -m pip ... fixed it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900