#14314: Import error on installation of Django 1.2.3
---------------------------+------------------------------------------------
 Reporter:  gefisher       |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.2       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 Hi,
 I have Windows 2000 pro. and Python 2.5.2 which I've been working with for
 over a year.
 Today I unzipped the tar ball into Program Files\DJANGO\Django-1.2.3,
 started up a DOS
 window and issued the command "setup.py install".  I immediately got the
 error:

          Import error: no module named utils.version.

 This came from the file Django-1.2.3\django\__init.py__ where it was
 trying to execute
 the code:

          from django.utils.version import get_svn_revision.

 I tried a couple of variations of the "from" relative path variable such
 as:

          from utils.version import ...
          from .django.utils.version import ...
          from .utils.version import ...

 to no avail.  Any ideas ??

 thanks in advance,
         Gary -

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14314>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to