Re: startproject errors with Ubuntu

2007-08-07 Thread Brett Parker
On Mon, Aug 06, 2007 at 11:08:08AM -0700, john wrote: > > On Aug 6, 9:48 am, Brett Parker <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 06, 2007 at 06:07:16AM -0700, john wrote: > > > > > On Aug 5, 10:46 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > > On 8/5/07, john <[EMAIL PROTECTED]> wrote

Re: startproject errors with Ubuntu

2007-08-06 Thread john
On Aug 6, 9:48 am, Brett Parker <[EMAIL PROTECTED]> wrote: > On Mon, Aug 06, 2007 at 06:07:16AM -0700, john wrote: > > > On Aug 5, 10:46 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > > > > thks - the tutorial shows the .py extension and that wa

Re: startproject errors with Ubuntu

2007-08-06 Thread Brett Parker
On Mon, Aug 06, 2007 at 09:53:02AM -0400, Forest Bond wrote: > On Sun, Aug 05, 2007 at 11:46:45PM -0500, James Bennett wrote: > > > > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > > thks - the tutorial shows the .py extension and that was giving the > > > error. > > > > The file's name is 'djan

Re: startproject errors with Ubuntu

2007-08-06 Thread Forest Bond
On Sun, Aug 05, 2007 at 11:46:45PM -0500, James Bennett wrote: > > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > thks - the tutorial shows the .py extension and that was giving the > > error. > > The file's name is 'django-admin.py', not 'django-admin', and the > tutorial is correct; the problem

Re: startproject errors with Ubuntu

2007-08-06 Thread Brett Parker
On Mon, Aug 06, 2007 at 06:07:16AM -0700, john wrote: > > On Aug 5, 10:46 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > > > > thks - the tutorial shows the .py extension and that was giving the > > > error. > > > > The file's name is 'django-adm

Re: startproject errors with Ubuntu

2007-08-06 Thread john
On Aug 5, 10:46 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > > thks - the tutorial shows the .py extension and that was giving the > > error. > > The file's name is 'django-admin.py', not 'django-admin', and the > tutorial is correct; the problem

Re: startproject errors with Ubuntu

2007-08-05 Thread James Bennett
On 8/5/07, john <[EMAIL PROTECTED]> wrote: > thks - the tutorial shows the .py extension and that was giving the > error. The file's name is 'django-admin.py', not 'django-admin', and the tutorial is correct; the problem was that you did not have the executable bit set on django-admin.py, and so

Re: startproject errors with Ubuntu

2007-08-05 Thread john
On Aug 5, 8:24 pm, ocgstyles <[EMAIL PROTECTED]> wrote: > django-admin.py is a python script that should be ran at the command > line: > > $ django-admin startproject myproject > > ..should work fine. > thks - the tutorial shows the .py extension and that was giving the error. So, can we get the

Re: startproject errors with Ubuntu

2007-08-05 Thread ocgstyles
django-admin.py is a python script that should be ran at the command line: $ django-admin startproject myproject ..should work fine. On Aug 5, 12:43 pm, john <[EMAIL PROTECTED]> wrote: > On Aug 5, 6:43 am, "Jason Ribeiro" <[EMAIL PROTECTED]> wrote: > > > > > The 'python-django' package in ubunt

Re: startproject errors with Ubuntu

2007-08-05 Thread john
On Aug 5, 6:43 am, "Jason Ribeiro" <[EMAIL PROTECTED]> wrote: > The 'python-django' package in ubuntu's universe "just works" for me > and 0.96 is in the feisty-backports repository. Why not try that? > > Jason > > On 8/5/07, James Bennett <[EMAIL PROTECTED]> wrote: > > > > > On 8/5/07, john <[EM

Re: startproject errors with Ubuntu

2007-08-05 Thread Jason Ribeiro
The 'python-django' package in ubuntu's universe "just works" for me and 0.96 is in the feisty-backports repository. Why not try that? Jason On 8/5/07, James Bennett <[EMAIL PROTECTED]> wrote: > > On 8/5/07, john <[EMAIL PROTECTED]> wrote: > > I created a symlink at /usr/local/bin to the django

Re: startproject errors with Ubuntu

2007-08-05 Thread James Bennett
On 8/5/07, john <[EMAIL PROTECTED]> wrote: > I created a symlink at /usr/local/bin to the django django-admin.py > file under python2.5. If I go to my home directory and try to create > a new project I get a syntax error pointing at the end of > startproject. If I try " >>> /usr/lib/... djan

startproject errors with Ubuntu

2007-08-05 Thread john
On Ubuntu Feisty (7.04) I upgraded python2.5 via synaptic. I download the django 0.96 tarball, extracted into usr/local then installed with "sudo python setup.py install" The django files seem to be correctly installed under python2.5/site-packages and I can do "python" => python 2.5 ">>> impo