Hello,
I have an issue with msql...
I am trying to set django on a new machine and I am doing quickly the
"to do list" tutorial of James Bennett to make sure everything wroks
fine before starting my project.
When sync-ing the db I get the following message which puzzles me and
I didn't find anything about it on the web.
I also didn't experience such thing when setting it up on some
previous machines...

Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1678, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1577, in execute_from_command_line
    action_mapping[action](int(options.verbosity),
options.interactive)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 468, in syncdb
    from django.db import connection, transaction, models,
get_creation_module
  File "/usr/local/lib/python2.5/site-packages/django/db/__init__.py",
line 11, in <module>
    backend = __import__('django.db.backends.%s.base' %
settings.DATABASE_ENGINE, {}, {}, [''])
  File "/usr/local/lib/python2.5/site-packages/django/db/backends/
mysql/base.py", line 12, in <module>
    raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb
module: /usr/local/lib/mysql/libmysqlclient_r.so.16: Undefined symbol
"pthread_getschedparam"

Any idea about what is wrong?
I am somehow new in the world of python and django so it might be
something simple... Sorry if it is.

Best,
Hrn


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