On Mon, Aug 31, 2009 at 1:49 PM, Zico <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

