>1) put c:\python25\bin on your path.

Python on Windows actually installs the executables in "C:\Python25"
-- that should be in your path instead.

> 3) Add a django.pth file to c:\python25\site-packages.  In that file,
> include the following line:
> c:\django\

Likewise, the site-packages directory is actually "C:\Python25\Lib
\site-packages."  I just copy the django subdirectory into that folder
rather than running the "setup.py" script.

With respect to sqlite, I've had problems as well with the built-in
version on Python 2.5.  I use the package from initd:
http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/pysqlite-2.3.3.win32-py2.5.exe

-Justin


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to