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 about finding django - otherwise you will face a lot  
of grief upgrading your install and your code.

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/




--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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]> wrote:
> 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\lib\site-packages\ and type in python django-
> > admin.py startproject mysite i get an error that 'python' is not
> > recognized as an internal or external command, operable program, or
> > batch file.
>
> > what did i do wrong?
>
> This is actually a system problem, not a Python or Django one. Either
> the path to the python executable is not in your system's PATH
> environment variable (most probably), or you don't have the right to
> execute it (but I think you'd have a different error message then). I
> haven't use any Windows version since the nt4 days so I couldn't say
> for sure how to fix this, but this should be in your system's
> documentation.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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\lib\site-packages\ and type in python django-
> admin.py startproject mysite i get an error that 'python' is not
> recognized as an internal or external command, operable program, or
> batch file.
>
> what did i do wrong?

This is actually a system problem, not a Python or Django one. Either
the path to the python executable is not in your system's PATH
environment variable (most probably), or you don't have the right to
execute it (but I think you'd have a different error message then). I
haven't use any Windows version since the nt4 days so I couldn't say
for sure how to fix this, but this should be in your system's
documentation.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 startproject mysite i get an error that 'python' is not
recognized as an internal or external command, operable program, or
batch file.

what did i do wrong?

On Jul 1, 12:42 pm, Brian Luft <[EMAIL PROTECTED]> wrote:
> 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-djang...
>
> -Brian
>
> On Jul 1, 8:53 am, [EMAIL PROTECTED] wrote:
>
> > 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?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 PROTECTED] wrote:
> 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?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---