Hi, Try running the django dev server. How did you install satchmo?
lzantal On Aug 2, 1:01 pm, Wesley Childs <[email protected]> wrote: > Thanks. > > I added the module but it still blew up with the same traceback. I restarted > apache and even added an incorrectly spelt module to ensure it was picking > up the changes. > > Any other ideas? > > Thanks again > > Wes > > On 2 August 2010 20:42, Bruce Kroeze <[email protected]> wrote: > > > No, you need to have the specific module installed. As in > > payment.modules.paypal > > > On Mon, Aug 2, 2010 at 12:00 PM, Wesley Childs > > <[email protected]>wrote: > > >> Thanks but I've checked and I've got payment as an installed app. > > >> Do you have any thoughts? > > >> On 2 August 2010 18:59, lzantal <[email protected]> wrote: > > >>> Hi, > > >>> There was a change in satchmo that you need to include the payment > >>> modules in INSTALLED_APPS > >>> instead in live_settings. Just an idea. > > >>> lzantal > > >>> On Aug 2, 7:29 am, wchildsuk <[email protected]> wrote: > >>> > Hi all, > > >>> > I'm setting up my second Satchmo from a clone of my first but the > >>> > payment modules seem to be failing with this error... > > >>> > NoReverseMatch at /checkout/ > >>> > No reverse for _satchmo_checkout-step2 or satchmo_checkout-step2 > > >>> > More Info available from -http://dpaste.com/224233/ > > >>> > I've googled around and the main advice is too clear database tables, > >>> > only select one payment module, remove urls directories which I have > >>> > done and I'm still getting this error. > > >>> > I'm running on the following setup: > > >>> > Satchmo-0.9 > >>> > FreeBSD > >>> > python2.6 > >>> > Apache > >>> > Mod_python > >>> > mysql > > >>> > Can anyone help as this is the only thing stopping the shop from going > >>> > live? > > >>> > Thanks in advance > > >>> > Wes > > >>> -- > >>> 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]<satchmo-users%[email protected]> > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/satchmo-users?hl=en. > > >> -- > >> 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]<satchmo-users%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/satchmo-users?hl=en. > > > -- > > Bruce Kroeze > >http://www.ecomsmith.com > > It's time to hammer your site into shape. > > > -- > > 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]<satchmo-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/satchmo-users?hl=en. -- 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.
