Re: ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-31 Thread Karen Tracey
On Mon, Aug 31, 2009 at 1:15 PM, Zico wrote: > > > On Mon, Aug 31, 2009 at 7:43 PM, Karen Tracey wrote: > >> You seem to have been following the doc for downloading/installing >> stdimage, which says to put it somewhere in a directory included in your >> PYTHONPATH. By putting it directly in si

Re: ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-31 Thread Zico
On Mon, Aug 31, 2009 at 7:43 PM, Karen Tracey wrote: > You seem to have been following the doc for downloading/installing > stdimage, which says to put it somewhere in a directory included in your > PYTHONPATH. By putting it directly in site-packages you can do imports of > the form "from stdima

ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-31 Thread Karen Tracey
On Mon, Aug 31, 2009 at 2:13 AM, Zico wrote: > > > On Mon, Aug 31, 2009 at 7:04 AM, Karen Tracey wrote: > >> File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line >> 214, in _resolve_special >>> >>> >>> >>> >>> >>> >>> callback = getattr(self.urlconf_module, 'handler%s'

Re: ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-30 Thread Zico
On Mon, Aug 31, 2009 at 7:04 AM, Karen Tracey wrote: > 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/co

Re: ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-30 Thread Karen Tracey
On Sun, Aug 30, 2009 at 5:15 PM, Zico wrote: > 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 st

ImportError: No module named stdimage in Django 1.0.3 under Fedora 11

2009-08-30 Thread Zico
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.p