On Tue, Sep 1, 2009 at 12:15 AM, Karen Tracey <kmtra...@gmail.com> wrote:

> On Mon, Aug 31, 2009 at 1:49 PM, Zico <mailz...@gmail.com> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to