Thank you so much for the explanation.  I actually figured out (after
wasting all day) that I didn't need to install mySQL... and that
SQLite was already installed.  So I was able to set up a local server.
(I then couldn't figure out how to connect with the remote server, but
I can work on the local server for now and leave that for later.)

Now I'm on to a whole new set of problems... :-)  It seems that a lot
of the tutorials in the book I'm using no longer function with TG2, so
I'm having to search the web for snippets of code to use as models.
Anyway, if I can't get some of this figured out, I'm sure you'll be
hearing from me again soon...

~Karen

On Sep 27, 3:14 pm, Michael Pedersen <[email protected]> wrote:
> On Sun, Sep 26, 2010 at 12:06 PM, Karen McNeil <[email protected]> wrote:
> > I'm trying to develop a web application that's just for my own use (it
> > won't be public), so I'd like to develop the application and set up
> > the database directly on the remote server.  (The server is from a
> > commercial webhosting company.)
>
> If you are writing an application that accesses a database, then you
> must have the database access libraries in the environment where you
> are doing your development.
>
> In other words, the database can be anywhere. Local, remote, run on a
> potato powered server sitting on pluto. TG doesn't care. In fact, few
> (if any) frameworks will care. What they will care about is whether or
> not they can talk to the database.
>
> For that, if you are developing using sqlite as the database, you need
> to have sqlite installed and working. If you are using MySQL, you need
> to have the mysql-python package installed and working.
>
> Now, it's not always easy to get working, but we can help. Show us
> what's going on, and we'll try to give advice.
>
> --
> Michael J. Pedersen
> My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
>           Yahoo/pedermj2002, MSN/[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to