Database setup

2007-07-14 Thread surfwizz
I'm trying to do the django tutorial at http://www.djangoproject.com/documentation/tutorial01/, but I don't know how to set up a database. I do not have a dedicated server or web hosting at this time, and I want to do some work on setting up a website with database systems before I get web hosti

Re: installation issues

2007-07-14 Thread surfwizz
PROTECTED]:/usr/lib/python2.5/site-packages$ ls -ld django* > lrwxrwxrwx 1 root root 36 2007-06-25 23:30 django -> > /home/carl/django/django-src/django/ > > Carl K > > surfwizz wrote: > > Sorry about that. Thanks for the tip on using copy/paste. Here's the > > res

Re: installation issues

2007-07-13 Thread surfwizz
, 6:49 pm, Carl Karsten <[EMAIL PROTECTED]> wrote: > you missed the -c > > guessing you need to figure out how to cut/paste into your terminal. I think > it > is action-v for paste, where action is the cloverleaf. > > Carl K > > surfwizz wrote: > > Here&#

Re: installation issues

2007-07-13 Thread surfwizz
gt; get_python_lib()" > > So like this: > > [EMAIL PROTECTED]:~$ python -c "from distutils.sysconfig import > get_python_lib; print > get_python_lib()" > /usr/lib/python2.5/site-packages > > Carl K > > surfwizz wrote: > > I could not find any folders

Re: installation issues

2007-07-13 Thread surfwizz
did. that was the whole python IDLE thing with this. On Jul 13, 3:40 am, "Dirk van Oosterbosch, IR labs" <[EMAIL PROTECTED]> wrote: > On 13-jul-2007, at 5:42, surfwizz wrote: > > > I installed python fromwww.python.org, so the command prompt opens it > > into 2.5.

Re: installation issues

2007-07-12 Thread surfwizz
I installed python from www.python.org, so the command prompt opens it into 2.5.1. That's what I tried to install django into. On Jul 12, 8:04 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 7/13/07,surfwizz<[EMAIL PROTECTED]> wrote: > > > >

Re: installation issues

2007-07-12 Thread surfwizz
L PROTECTED]> wrote: > You already told us that. Don't use Django but django. The command is > case-sensitive. > > import django > > Vincent > > On 7/12/07 4:34 PM, "surfwizz" <[EMAIL PROTECTED]> wrote: > > > > > > > Here's what that

Re: installation issues

2007-07-12 Thread surfwizz
han 'import Django'? > > Vincent > > On 7/12/07 4:15 PM, "surfwizz" <[EMAIL PROTECTED]> wrote: > > > > > > > When I run python in terminal, then use >>>import Django, here's what > > it looks like. > > Python 2.5.1 (

Re: installation issues

2007-07-12 Thread surfwizz
When I run python in terminal, then use >>>import Django, here's what it looks like. Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import django Traceback (most rec

Re: installation issues

2007-07-10 Thread surfwizz
When I went to the beginner lesson and tried to set up a project, it reports that it cannot find the path that I am trying to use. I don't know if this helps, but this is what the software is telling me. On Jul 9, 11:02 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote:

Re: installation issues

2007-07-09 Thread surfwizz
I had trouble running the install as per the instructions (using terminal), so I just ran setup.py in IDLE as a module. Is there a way to fix this, or get this install running properly? On Jul 8, 10:27 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 7/9/07, surfwiz

installation issues

2007-07-08 Thread surfwizz
I am having trouble installing Django on Mac OSX 10.4.10. Any help would be welcome. Thanks! --~--~-~--~~~---~--~~ 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@