Re: Development File Structure

2008-07-01 Thread Kenneth Gonsalves
On 01-Jul-08, at 9:23 PM, [EMAIL PROTECTED] wrote: > I downloaded Python 2.5.2, the most recent release of PostgreSQL, and > Django 0.96. with the latest python and latest postgres why are you using an ancient version of django? Please use the latest version from the svn head. Then worry ab

Re: Development File Structure

2008-07-01 Thread Brian Luft
You need to either copy the python executable to a directory on the Windows system path (C:\windows\system32 for example), or add the path to the Python installation (often C:\Python25 or similar) to the PATH environment variable. On Jul 1, 11:25 am, bruno desthuilliers <[EMAIL PROTECTED]> wrot

Re: Development File Structure

2008-07-01 Thread bruno desthuilliers
On 1 juil, 20:12, [EMAIL PROTECTED] wrote: > brian, thnx. > > i got python2.5 installed and django9.6 installed. when i run my > python command line and import django and test the version it works. > however when i run the command prompt in windows and go to the django > directory in python25\li

Re: Development File Structure

2008-07-01 Thread mccomas . chris
brian, thnx. i got python2.5 installed and django9.6 installed. when i run my python command line and import django and test the version it works. however when i run the command prompt in windows and go to the django directory in python25\lib\site-packages\ and type in python django- admin.py sta

Re: Development File Structure

2008-07-01 Thread Brian Luft
Any 3rd-party Python package or module that you intend to use needs to be on the Python path. The Django documentation actually provides some instructions on how to accomplish this: http://www.djangoproject.com/documentation/install/#install-the-django-code -Brian On Jul 1, 8:53 am, [EMAIL PROT

Development File Structure

2008-07-01 Thread mccomas . chris
Hey, I downloaded Python 2.5.2, the most recent release of PostgreSQL, and Django 0.96. I've installed PostgreSQL and Python, as well as psycopg for PostgreSQL. I ran my Python command line and it can't find Django. Where do I need to put Django so that the Python can find it? --~--~-~-