The issue appears to be that you have a customized authorize.net payment
module and now it's broken. I suspect you were trying to import a signal and
the refactoring of the signals we did broke your custom module.

The refactoring was really pretty simple so it shouldn't be too hard to go
in and figure out how to change the signal import to work correctly.

-Chris

On Fri, Sep 18, 2009 at 8:18 AM, 朱涛 Tower Joo <[email protected]>wrote:

> Hi:
> Today I try to set up the django/satchmo environment for my new colleague.
> But I met a weird error.
>
> We use the latest code checked out from bitbucket. And we set it up step by
> step with the instruction in satchmo's site.
>
> After the whole install process, we can access the admin/settings of our
> site. No error at all.
>
> And we configured the payment module(we use authorize.net), and restart
> the server. We got the error.
>
> Caught an exception while rendering: Could not import
>> payments.modules.authorizenet_custom.views. Error was: No module named
>> signals
>
>
>>  <a href="{% url profile_detail user.username %}"
>> style="font-weight:bold"> (this line is highlighted with error)
>
>
> Seems after the config, django can't find the signals module. (yep, we
> installed the signals-ahoy) And django can't reverse the url.
>
> I have tried for 3 times, one is in windows, one is in ubuntu, and the last
> time(minutes ago) is using the virtualenv in ubuntu.
>
> Same error.
>
> The most weird thing is the environment we set up before(about 2 months
> ago) works well, even I drop the database and create a new database and
> config the payment. It works.
>
> so I'm wondering with the same code base, the new environment we set up
> today may miss some modules. Or the code base of satchmore has changed
> greatly.
>
> The version are all 0.9 pre. And I checked that the one which works well
> doesn't have the signals-ahoy, and the one which can't work does have that
> module.
>
> Any help?
>
> thanks.
>
> I attach the complete log as a text.
> --
>
> 朱涛   Tower Joo
> Homepage: http://sites.google.com/site/towerjoo
> Blog: http://www.cnblogs.com/mindsbook
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to