Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread Eduardo - IdNotFound
On Feb 1, 2008 10:03 AM, bobhaugen <[EMAIL PROTECTED]> wrote: > > On Jan 31, 10:38 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > > My personal recommendation is to remove 0.96 and > > use django-svn. > > Ok, I did that. Or tried to do that, anyway. > > 1. Removed 0.96.1. > 2. did: svn co http://c

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread bobhaugen
On Feb 1, 11:09 am, Brett Parker <[EMAIL PROTECTED]> wrote: > On 01 Feb 08:00, bobhaugen wrote: > > > > On Feb 1, 7:45 am, Brett Parker <[EMAIL PROTECTED]> wrote: > PYTHONPATH is just an environmental variable, often if you're not > already using it it'll be empty ;) You can check it's current v

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread Brett Parker
On 01 Feb 08:00, bobhaugen wrote: > > Thanks again, Brett. > > On Feb 1, 7:45 am, Brett Parker <[EMAIL PROTECTED]> wrote: > > If you're just wanting to run the latest trunk then you can just use an > > svn checkout and add that in to PYTHONPATH on the command line (you > > might also want to add

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread bobhaugen
Thanks again, Brett. On Feb 1, 7:45 am, Brett Parker <[EMAIL PROTECTED]> wrote: > If you're just wanting to run the latest trunk then you can just use an > svn checkout and add that in to PYTHONPATH on the command line (you > might also want to add /bin to your PATH to get > django-admin.py there

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread Brett Parker
On 01 Feb 05:33, bobhaugen wrote: > > Brett, > > Thanks for the info on the Ubuntu 0.96 package. I really appreciate > the replies from you, Jeff and Ramiro. Sorry to be so clueless, I'm > new to Linux and Python as well as Django. (I know it's a bad idea to > adopt more than one new technolo

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread bobhaugen
Brett, Thanks for the info on the Ubuntu 0.96 package. I really appreciate the replies from you, Jeff and Ramiro. Sorry to be so clueless, I'm new to Linux and Python as well as Django. (I know it's a bad idea to adopt more than one new technology at a time, but I got no choice, gotta plunge i

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread Brett Parker
On 31 Jan 11:24, bobhaugen wrote: > > On Jan 31, 10:38 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > > The link you pasted assumes you are using the development version, which > > has some differences. My personal recommendation is to remove 0.96 and > > use django-svn. > > You are correct. I

Re: Newbie sqlite3 dbshell confusion

2008-02-01 Thread bobhaugen
On Jan 31, 10:38 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > My personal recommendation is to remove 0.96 and > use django-svn. Ok, I did that. Or tried to do that, anyway. 1. Removed 0.96.1. 2. did: svn co http://code.djangoproject.com/svn/django/trunk/ django- trunk 3. did: sudo ln -s /djan

Re: Newbie sqlite3 dbshell confusion

2008-01-31 Thread Ramiro Morales
On Jan 31, 2008 2:27 PM, bobhaugen <[EMAIL PROTECTED]> wrote: > > Installed the latest Django package from the Synaptic package manager > on Ubuntu 7.10. I understand the Django version to be 0.96.1 (package > says 0.96-1ubuntu0.1). > > I'm on the first django tutorial: > http://www.djangoproject.

Re: Newbie sqlite3 dbshell confusion

2008-01-31 Thread bobhaugen
On Jan 31, 10:38 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > The link you pasted assumes you are using the development version, which > has some differences. My personal recommendation is to remove 0.96 and > use django-svn. You are correct. I just tried some of the tutorial steps that determ

Re: Newbie sqlite3 dbshell confusion

2008-01-31 Thread Jeff Anderson
Hello, An unrelated note to your question... If you are using 0.96, you need to use the 0.96 docs. http://www.djangoproject.com/documentation/0.96/ The link you pasted assumes you are using the development version, which has some differences. My personal recommendation is to remove 0.96 and

Re: Newbie sqlite3 dbshell confusion

2008-01-31 Thread Eduardo - IdNotFound
Hello, > But I thought sqlite3 came along with Python 2.5. No? > > Any clues to what am I missing here? Need to install something else? > Path problems? > Generic newbiness? I don't think so. Anyway, it is as simple as installing package "sqlite3" on your Ubuntu. If it's already there, even be