On Jul 5, 6:47 am, mikel <mikelanph...@gmail.com> wrote:
> Setting up Django is going fine until configuring MySQL. It requires
> MySQLdb, which I downloaded from sourceforge as MySQL-
> python-1.2.3c1.tar.gz (and MySQL-python-1.2.2.tar.gz) on Mac OS X,
> Redhat, and Windows. When I try decompressing then extracting the file
> returns error: "tar: This does not look like a tar archive". I've
> never had this problem with gzip/tar files and not sure where to look
> next. Any help on getting MySQLdb so I can move forward with Django
> would be great. Thanks!

In addition to what Nikola said, keep in mind that you don't need a
full-featured database to start developing with Django (since it will,
by default, use sqlite), and if you're setting up a production
environment, you might also take a look at postgre, which I've had
good experience with, and will be no different than mysql if you stick
to using the ORM.
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to