Re: Django installation on Linux

2009-02-11 Thread rg
Ohh I see. I'll reinstall a newer one. Thanks! On Feb 11, 9:27 pm, Alex Gaynor wrote: > On Wed, Feb 11, 2009 at 10:26 PM, rg wrote: > > > 2.2.3. > > > On Feb 11, 12:21 pm, Alex Gaynor wrote: > > > On Wed, Feb 11, 2009 at 12:20 PM, rg wrote: > > > > > So I'm trying to install Django on a Linux

Re: Django installation on Linux

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 10:26 PM, rg wrote: > > 2.2.3. > > > On Feb 11, 12:21 pm, Alex Gaynor wrote: > > On Wed, Feb 11, 2009 at 12:20 PM, rg wrote: > > > > > So I'm trying to install Django on a Linux server (I don't have root > > > access) and when I run > > > $ python setup.py install > > >

Re: Django installation on Linux

2009-02-11 Thread rg
2.2.3. On Feb 11, 12:21 pm, Alex Gaynor wrote: > On Wed, Feb 11, 2009 at 12:20 PM, rg wrote: > > > So I'm trying to install Django on a Linux server (I don't have root > > access) and when I run > > $ python setup.py install > > > I get the following error: > > >  File "setup.py", line 48, in

Re: Django installation on Linux

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 12:20 PM, rg wrote: > > So I'm trying to install Django on a Linux server (I don't have root > access) and when I run > $ python setup.py install > > I get the following error: > > File "setup.py", line 48, in ? >root_dir = os.path.dirname(__file__) > NameError: name

Django installation on Linux

2009-02-11 Thread rg
So I'm trying to install Django on a Linux server (I don't have root access) and when I run $ python setup.py install I get the following error: File "setup.py", line 48, in ? root_dir = os.path.dirname(__file__) NameError: name '__file__' is not defined How should I fix this? I thought m