PDA

View Full Version : Django install



cmay4
July 24th, 2007, 10:26 PM
I am trying to get Django installed, but something is not right. The apt-get install seems to work fine. However, when I try to create a project, I get an error about a missing module:


$ django-admin.py startproject myproject
Traceback (most recent call last):
File "/usr/bin/django-admin.py", line 4, in <module>
import pkg_resources
ImportError: No module named pkg_resourcesHas anyone else seen this? Thanks.

cmay4
September 4th, 2007, 01:29 AM
Its been a while, so I will bump this. I never found a solution and gave up on it. Anyone else seen this and found a solution? Seems pretty odd that that the Ubuntu install just doesn't work.

pmasiar
September 4th, 2007, 01:35 AM
ask Django community - they are friendly and quick.

Mirrorball
September 4th, 2007, 02:33 AM
I have Django working, but I downloaded and installed it myself, not from a package.