Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
On Tue, Sep 1, 2009 at 3:14 AM, Karen Tracey wrote: > > Yes, I see that now right in the subject. You'll need to upgrade to 1.1 if > you want to use this fixmystreet package, since it is using support added > between 1.0 and 1.1. > > Thanks Karen! Thanks a lot! Now it`s 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 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
On Mon, Aug 31, 2009 at 4:55 PM, Zico wrote: > > > On Tue, Sep 1, 2009 at 2:48 AM, Karen Tracey wrote: > >> >> What version of Django are you using? >> > > 1.0.3 > Yes, I see that now right in the subject. You'll need to upgrade to 1.1 if you want to use this fixmystreet package, since it is using support added between 1.0 and 1.1. Karen --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
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 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
On Mon, Aug 31, 2009 at 4:29 PM, Zico wrote: > Now, the transmeta is gone!! and... new one just appeared!! > > ImportError at / > > cannot import name GIcon > > Request Method: GET Request URL: http://localhost:8000/ Exception Type: > ImportError Exception Value: > > cannot import name GIcon > > Exception Location: /opt/fixmystreet/mainapp/models.py in , line > 4 > By the way, according to your last email, i have just did the same. Went > into my /opt/fixmystreet/contrib/ and used the command: > * > svn checkout http://django-googleanalytics.googlecode.com/svn/trunk/ > > > *And, after that, i ran my database by:* > > python manage.py syncdb * > > It went well. And after that, run the server! Then the error came > What version of Django are you using? GIcon looks to be new in 1.1, so if you are running something older that could be the problem. Karen --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
On Tue, Sep 1, 2009 at 2:03 AM, Karen Tracey wrote: > The traceback might help since it would show the import that is triggering > this. If it is "from contrib.transmeta import something" then I don't > understand why you'd still be having problems with the setup you describe > above. > > :D Now, the transmeta is gone!! and... new one just appeared!! ImportError at / cannot import name GIcon Request Method: GET Request URL: http://localhost:8000/ Exception Type: ImportError Exception Value: cannot import name GIcon Exception Location: /opt/fixmystreet/mainapp/models.py in , line 4 By the way, according to your last email, i have just did the same. Went into my /opt/fixmystreet/contrib/ and used the command: * svn checkout http://django-googleanalytics.googlecode.com/svn/trunk/ *And, after that, i ran my database by:* python manage.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-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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
On Mon, Aug 31, 2009 at 2:40 PM, Zico wrote: > > Yes, I did it. Now my transmeta is in: > > /opt/fixmystreet/contrib/transmeta/__init__.py > > And, my stdimage is in: > > /opt/fixmystreet/contrib/stdimage/__init__.py > > But, nothing changed yet!!! Same error is coming: > > *No module named transmeta* > > > The traceback might help since it would show the import that is triggering this. If it is "from contrib.transmeta import something" then I don't understand why you'd still be having problems with the setup you describe above. Karen --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
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" >> * >> I have solve this problem by this way: >> >> 1. I have created a "contrib" directory in my /opt/fixmystreet/ >> 2. Then, i have downloaded the stdimage with * >> * >> >> *svn checkout http:**//django-stdimage.googlecode.com/svn/trunk/ stdimage* >> >> >> >> >> >> Then, this problem went away. >> >> Did you also create an empty file __init__.py within > /opt/fixmystreet/contrib? If not I'm puzzled how the stdimage problem could > have gone away. > Yes, you are right. I have created another "contrib" in /opt/fixmystreet/ in where, i have "stdimage" folder and also "transmeta" folder! But, yet... same problem is occuring: No module named transmeta > >> >> Now, the new error occurs: *ImportError: No module named transmeta >> >> *I have also tried to do the same for transmeta, what i did for stdimage. >> >> 1. Downloaded the trnsmeta with the command: >> >> * >> **svn checkout http://django-transmeta.googlecode.com/svn/trunk/ transmeta* >> >> But, nothing changed!!! What should i do now? >> > > This transmeta project appears to have an extra level of directory under > trunk. I'm guessing you now have > /opt/fixmystreet/contrib/transmeta/transmeta/__init__.py etc., where what > you want is simply /opt/fixmystreet/contrib/transmeta/__init__.py. > Yes, I did it. Now my transmeta is in: /opt/fixmystreet/contrib/transmeta/__init__.py And, my stdimage is in: /opt/fixmystreet/contrib/stdimage/__init__.py But, nothing changed yet!!! Same error is coming: *No module named transmeta* -- 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 -~--~~~~--~~--~--~---
Re: ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
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" > * > I have solve this problem by this way: > > 1. I have created a "contrib" directory in my /opt/fixmystreet/ > 2. Then, i have downloaded the stdimage with * > * > > *svn checkout http:**//django-stdimage.googlecode.com/svn/trunk/ stdimage* > > > > Then, this problem went away. > > Did you also create an empty file __init__.py within /opt/fixmystreet/contrib? If not I'm puzzled how the stdimage problem could have gone away. > Now, the new error occurs: *ImportError: No module named transmeta > > *I have also tried to do the same for transmeta, what i did for stdimage. > > 1. Downloaded the trnsmeta with the command: > > * > **svn checkout http://django-transmeta.googlecode.com/svn/trunk/ transmeta* > > But, nothing changed!!! What should i do now? > This transmeta project appears to have an extra level of directory under trunk. I'm guessing you now have /opt/fixmystreet/contrib/transmeta/transmeta/__init__.py etc., where what you want is simply /opt/fixmystreet/contrib/transmeta/__init__.py. You can either manually rename and move things around to fix up what you've got, or blow away the /opt/fixmystreet/contrib/transmeta tree you have and instead use this checkout command: svn checkout http://django-transmeta.googlecode.com/svn/trunk/transmetatransmeta to avoid the duplicate transmeta directories. Karen --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---
ImportError: No module named transmeta in Django 1.0.3 under Fedora 11
Hi, may be you have seen my previous email regarding stdimage. The previous error was: *"ImportError: No module named stdimage" * I have solve this problem by this way: 1. I have created a "contrib" directory in my /opt/fixmystreet/ 2. Then, i have downloaded the stdimage with * * *svn checkout http:**//django-stdimage.googlecode.com/svn/trunk/ stdimage* Then, this problem went away. Now, the new error occurs: *ImportError: No module named transmeta *I have also tried to do the same for transmeta, what i did for stdimage. 1. Downloaded the trnsmeta with the command: * **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" 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 -~--~~~~--~~--~--~---