Re: Import problems, Windows, Python26, SVN checkout

2010-02-03 Thread Nick Mellor
Sam, thanks for your help. Problem solved, partly with your advice. I had two versions of Python on the same machine, and they were interacting oddly. The 2.6 was being used when I type "python" at the command line, but the 3.1 was being invoked for .py filetypes at the CMD prompt. Best wishes, N

Re: Import problems, Windows, Python26, SVN checkout

2010-02-02 Thread Sam Lai
On 3 February 2010 12:28, Nick Mellor wrote: > Hi, > > Trying to get started with Django on Windows XP. Trying to create a > project. Fails with: > > ImportError: No module named django.core > > Have grabbed djtrunk from svn. The same error, whether I have run > setup.py or not (originally I didn'

Import problems, Windows, Python26, SVN checkout

2010-02-02 Thread Nick Mellor
Hi, Trying to get started with Django on Windows XP. Trying to create a project. Fails with: ImportError: No module named django.core Have grabbed djtrunk from svn. The same error, whether I have run setup.py or not (originally I didn't, as per the svn install instructions.) Python: 2.6 c:\pyth