﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
14314	Import error on installation of Django 1.2.3	gefisher	nobody	"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 -
"		closed	Uncategorized	1.2		worksforme			Unreviewed	0	0	0	0	0	0
