google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error on Django 1.1.4 #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pydev debugger: warning: psyco not available for speedups (the debugger will 
still work correctly, but a bit slower)
pydev debugger: starting
Finding files... done.
Importing test modules ... Traceback (most recent call last):
  File "C:\Users\Tiago Godoy\Desktop\eclipse\plugins\org.python.pydev.debug_2.3.0.2011121518\pysrc\pydev_runfiles.py", line 307, in __get_module_from_str
    mod = __import__(modname)
  File "C:\Eclipse Projects\entregai\entregai\address\admin.py", line 1, in <module>
    from django.contrib import admin
  File "C:\Python25\lib\site-packages\django\contrib\admin\__init__.py", line 1, in <module>
    from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME
  File "C:\Python25\lib\site-packages\django\contrib\admin\helpers.py", line 7, in <module>
    from django.contrib.admin.util import flatten_fieldsets
  File "c:\Python25\Lib\site-packages\django\contrib\admin\util.py", line 2, in <module>
    from django.db import models
  File "C:\Python25\lib\site-packages\django\db\__init__.py", line 41, in <module>
    backend = load_backend(settings.DATABASE_ENGINE)
  File "C:\Python25\lib\site-packages\django\db\__init__.py", line 17, in load_backend
    return import_module('.base', 'django.db.backends.%s' % backend_name)
  File "C:\Python25\lib\site-packages\django\utils\importlib.py", line 35, in import_module
    __import__(name)
done.
  File "C:\Python25\lib\site-packages\django\db\backends\mysql\base.py", line 13, in <module>
    raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb
ERROR: Module: admin could not be imported (file: C:/Eclipse 
Projects/entregai/entregai/address/admin.py).

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

Could you please comment this, please???
Alguem poderia comentar isso ai por favor???

Original issue reported on code.google.com by tiago_go...@hotmail.com on 8 Feb 2012 at 6:04

GoogleCodeExporter commented 9 years ago
This is not a django support forum. Please try the django-users group at 
http://groups.google.com/group/django-users/

Original comment by rwpoul...@gmail.com on 8 Feb 2012 at 10:26