My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 99: Error on Django 1.1.4
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Feb 2012


 
Reported by tiago_go...@hotmail.com, Feb 8, 2012
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???
Feb 8, 2012
Project Member #1 rwpoul...@gmail.com
This is not a django support forum. Please try the django-users group at http://groups.google.com/group/django-users/

Status: Invalid

Powered by Google Project Hosting