I am facing problem with this error: *ImportError: No module named stdimage*
while i tries to run the command:

*python manage.py runserver
*
this is a http://www.fixmystreet.com/ server. The server runs ok... as you
can see the server starting messages:

*[r...@fedora fixmystreet]# python manage.py runserver
local_settings.py not set; using default settings
local_settings.py not set; using default settings
local_settings.py not set; using default settings
local_settings.py not set; using default settings
Validating models...
0 errors found

Django version 1.0.3, using settings 'fixmystreet.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
*
But, when i goes to run my server at http://127.0.0.1:8080/   then .. this
errors comes...

File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py",
line 214, in _resolve_special

    callback = getattr(self.urlconf_module, 'handler%s' % view_type)

  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py",
line 205, in _get_urlconf_module
    self._urlconf_module = __import__(self.urlconf_name, {}, {}, [''])

  File "/opt/fixmystreet/../fixmystreet/urls.py", line 5, in <module>
    from mainapp.feeds import LatestReports, LatestReportsByCity,
LatestReportsByWard, LatestUpdatesByReport

  File "/opt/fixmystreet/../fixmystreet/mainapp/feeds.py", line 4, in <module>

    from mainapp.models import Report, ReportUpdate, City, Ward

  File "/opt/fixmystreet/mainapp/models.py", line 16, in <module>
    from contrib.stdimage import StdImageField*

ImportError: No module named stdimage*

I googled for it, but didn`t find too much effective answers.
-- 
Best,
Zico

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to