Hello again,

I wrote yesterday with an issue of not being able to connect to a
sqlite database for the purposes of getting through the tutorial - I
was getting a

"raise ImproperlyConfigured, "Error loading %s module: %s" % (module,
e)
django.core.exceptions.ImproperlyConfigured: Error loading pysqlite2
module: Inappropriate file type for dynamic loading" error after
running 'python manage.py syncdb' even though I am able to import both
django and pysqlite2 from a python shell just fine.

So I figured I'd give mysql a try. I've set up a new database,
installed the mySQLdb stuff, and changed my settings to reflect
'mysql', 'themysqldbname', user, and password. I'm able to get into
the db just fine from the command line. And running manage.py syncdb I
now get:

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/db/backends/mysql/base.py", line 12,
in ?
    raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: Inappropriate file type for dynamic loading

So apparently I'm cursed. Is there something really simple I am
missing? I'd love to give Django a shot but if I can't even get sqlite
running I feel like I'm stuck. Python 2.4, OS X 10.4.10

Thank you for any suggestions.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to