Re: Very Easy Question

2008-01-10 Thread koenb
Especially take note of the hint to use junction.exe [1]. It allows you to use kind of like symlinks on windows. Especially interesting if you use different versions and branches. Koen [1] http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx

Re: Very Easy Question

2008-01-10 Thread MariusB
I had the same problem on Vista with v0.96.1... Following Richards solution, I've copied the django subfolder into C: \Pythong25\lib\site-packages\ and I get no error for import django Are there any problems for this solution or is this all there is to it? On Dec 20 2007, 9:06 pm,

Re: Very Easy Question

2007-12-30 Thread Trev
Thanks Malcom for clarifying that. I suspected there was some sort of bug so I installed the subversion instead of the official release and I now have everything up and running. Also, I am now using a Postgre database and I'm very impressed so far. Thanks to everone who replied. On Dec 22, 4:32 

Re: Very Easy Question

2007-12-21 Thread Malcolm Tredinnick
On Wed, 2007-12-19 at 12:55 -0800, Trev wrote: > Hi, This should take 2 seconds for an experience Django user. > I'm trying to install Django on windows XP. I've installed python 2.5 > and MySQL with MySQLdb as the interface. > However when I try installing django from DOS I get this error > >

Re: Very Easy Question

2007-12-20 Thread Richard D. Worth
Don't know why you're getting that (I've never tried 0.96, only svn), but the easiest thing is just to copy the django subfolder into C:\Pythong25\lib\site-packages\ To test that it works, enter a python prompt and type: >>> import django >>> - Richard On Dec 19, 2007 3:55 PM, Trev <[EMAIL

Re: Very Easy Question

2007-12-20 Thread Alexey Moskvin
Looks strange, I have never used "install.py" for WinXP, see this tutorial: http://thinkhole.org/wp/django-on-windows/. On 19 дек, 23:55, Trev <[EMAIL PROTECTED]> wrote: > Hi, This should take 2 seconds for an experience Django user. > I'm trying to install Django on windows XP. I've installed