Looks like I'm having some problems with my MySQLdb install. To install, I downloaded the tarball, &c.,and ran the installer script, but it doesn't actually seem to work. From the errors I'm getting it seems to be an issue with the way it actually installed. Here's what I get if I go into the Python shell ad run 'help("MySQLdb")':
Python 2.3.4 (#1, May 2 2007, 19:26:00) [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> help("MySQLdb") Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.3/site.py", line 308, in __call__ return pydoc.help(*args, **kwds) File "/usr/lib/python2.3/pydoc.py", line 1545, in __call__ self.help(request) File "/usr/lib/python2.3/pydoc.py", line 1579, in help elif request: doc(request, 'Help on %s:') File "/usr/lib/python2.3/pydoc.py", line 1372, in doc pager(title % desc + '\n\n' + text.document(object, name)) File "/usr/lib/python2.3/pydoc.py", line 280, in document if inspect.ismodule(object): return self.docmodule(*args) File "/usr/lib/python2.3/pydoc.py", line 970, in docmodule for file in os.listdir(object.__path__[0]): OSError: [Errno 20] Not a directory: '/usr/lib/python2.3/site-packages/ MySQL_python-1.2.2-py2.3-linux-i686.egg/MySQLdb' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---