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

2009-08-30 Thread Zico
date, City, Ward File "/opt/fixmystreet/mainapp/models.py", line 16, in from contrib.stdimage import StdImageField* ImportError: No module named stdimage* I googled for it, but didn`t find too much effective answers. -- Best, Zico --~--~-~--~~~---~--

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

2009-08-30 Thread Zico
gt; Thanks Karen for your reply. Actually, i did it. I followed this: Download using subversion to any directory included in PYTHON_PATH (for example /usr/lib/python2.5/site-package) svn checkout http://django-stdimage.googlecode.com/svn/trunk/ stdimage I have downloaded the "stdimage&qu

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

2009-08-31 Thread Zico
nd: * **svn checkout http://django-transmeta.googlecode.com/svn/trunk/ transmeta* But, nothing changed!!! What should i do now? -- Best, Zico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

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

2009-08-31 Thread Zico
e form "from stdimage import StdImageField". > > What does it actually means? *"The fixmystreet project is configured to look for these projects in a contrib directory on your python path." What does "python path" means actually?? * -- Best, Zico --~--~-~--

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

2009-08-31 Thread Zico
On Tue, Sep 1, 2009 at 12:15 AM, Karen Tracey wrote: > On Mon, Aug 31, 2009 at 1:49 PM, Zico wrote: > >> Hi, may be you have seen my previous email regarding stdimage. The >> previous error was: >> *"ImportError: No module named stdimage" >> * >>

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

2009-08-31 Thread Zico
e.py syncdb * It went well. And after that, run the server! Then the error came -- 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

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

2009-08-31 Thread Zico
On Tue, Sep 1, 2009 at 2:48 AM, Karen Tracey wrote: > > What version of Django are you using? > 1.0.3 -- Best, Zico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

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

2009-08-31 Thread Zico
working after upgraded my django to 1.2. -- 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 unsubscri

Django 1.2 creating problem with google-analytics in fixmystreet

2009-09-07 Thread Zico
.. *python manage.py syncdb *command throws the error: *Error: No module named contrib.google_analytics * -- Best, Zico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Django 1.2 creating problem with google-analytics in fixmystreet

2009-09-07 Thread Zico
.. *python manage.py syncdb *command throws the error: *Error: No module named contrib.google_analytics * -- Best, Zico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

psycopg2.OperationalError: FATAL: role "root" does not exist

2009-09-07 Thread Zico
Hi, i have been trying to put the command: python manage.py syncdb in my fixmystreet directory. But, these error shows: do you have any idea.. how to solve this?? [r...@fedora fixmystreet]# python manage.py syncdb local_settings.py not set; using default settings local_settings.py not set; using

Re: psycopg2.OperationalError: FATAL: role "root" does not exist

2009-09-07 Thread Zico
ser "fixmystreet" .. which is the exact user.. then this error comes: *psycopg2.InternalError: current transaction is aborted, commands ignored until end of transaction block* -- Best, Zico --~--~-~--~~~---~--~~ You received this message because you a

python manage.py syncdb problem

2009-09-08 Thread Zico
turn _get_postgis_func('postgis_lib_version') File "/usr/lib/python2.6/site-packages/django/contrib/gis/db/backend/postgis/management.py", line 13, in _get_postgis_func cursor.execute('SELECT %s()' % func) *psycopg2.InternalError: current transaction is aborted,

Re: python manage.py syncdb problem

2009-09-09 Thread Zico
On Wed, Sep 9, 2009 at 11:40 AM, ankit rai wrote: > hello, > > this error shows that there is some postgres db connection exception.please > check ur connection As far as i know, everything is ok so far. But, if i check with *python manage.py dbshell, it can connect!* --