pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Python pastebin - collaborative debugging tool View Help


Posted by guysoft on Sat 10 Nov 23:17
report abuse | download | new post

  1. root@golem3:/var/www/lahak# ./manage.py syncdb
  2. Traceback (most recent call last):
  3.   File "./manage.py", line 11, in ?
  4.     execute_manager(settings)
  5.   File "/var/lib/python-support/python2.4/django/core/management.py", line 1672, in execute_manager
  6.     execute_from_command_line(action_mapping, argv)
  7.   File "/var/lib/python-support/python2.4/django/core/management.py", line 1571, in execute_from_command_line
  8.     action_mapping[action](int(options.verbosity), options.interactive)
  9.   File "/var/lib/python-support/python2.4/django/core/management.py", line 486, in syncdb
  10.     from django.db import connection, transaction, models, get_creation_module
  11.   File "/var/lib/python-support/python2.4/django/db/__init__.py", line 11, in ?
  12.     backend = __import__('django.db.backends.%s.base' % settings.DATABASE_ENGINE, {}, {}, [''])
  13.   File "/var/lib/python-support/python2.4/django/db/backends/mysql/base.py", line 12, in ?
  14.     raise ImproperlyConfigured, "Error loading MySQLdb module: %s" % e
  15. django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post