Python cannot find django/utils/version.py. Usually everything needed
for
to run django (which is everything in the 'django' folder) is put
under the folder 'site-packages'
in your pythin installation. AFAIK simply copying C:\Django-1.0.2-final
\django to site-packages\django
should work.

-- Peter

On Dec 31, 8:46 am, mic <mina...@gmail.com> wrote:
> I am a first time python/django user..
>
> Running "python setup.py install" from django-1.0.2-final directory
> gives me this error
>
> Traceback (most recent call last):
>   File "setup.py", line 69, in <module>
>     version = __import__('django').get_version()
>   File "C:\Django-1.0.2-final\django\__init__.py", line 13, in
> get_version
>     from django.utils.version import get_svn_revision
> ImportError: No module named utils.version
>
> Any ideas on what I am missing?
>
> Thanks
>
> Mic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to