Here's what I got, I have no idea if I need to do anything unusual to change the python path or anything:
nedbat.coke ~> python Python 2.3.5 (#2, Oct 16 2006, 19:19:48) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> MySQLdb.version_info (1, 2, 1, 'gamma', 3) >>> nedbat.coke ~> python2.4 Python 2.4.4 (#2, Apr 29 2008, 08:45:14) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> MySQLdb.version_info (1, 2, 1, 'gamma', 3) >>> --Ned. http://nedbatchelder.com Malcolm Tredinnick wrote: > On Fri, 2008-07-18 at 01:37 +0530, Ramdas S wrote: > >> Hi, >> >> Just recd notice that Dreamhost is officially supporting Django. >> Anyone has tried it out lately. I've had extremely bad expeirence with >> Fast CGI a year back. >> > > Can anybody who is in a position to check this out please look at one > thing in particular: assuming the default database is still MySQL, which > version of the python MySQLdb wrapper are they using? If > > >>> import MySQLdb > >>> MySQLdb.version_info > > doesn't say something like (1, 2, 1, 'final', 2) or (1, 2, 2, 'final', > 0), then it's going to be problematic for them. Previously, Dreamhost > had been running a much older version of MySQLdb and I'd be very > interested in knowing for certain that they've upgraded at some point in > the past 12 months. > > Regards, > Malcolm > > > > > > > > -- Ned Batchelder, http://nedbatchelder.com --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---