Ionic is right.

Your problem is related to case sensitivity because the message
"No module named (module name)"
is a message from any python import command and that command should
never get camelcase name MyPayPal.
This mesage it is never produced by Django or Satchmo code.

I am 90% sure that it is raised in satchmo/apps/satchmo_utils/
__init__.py
function load_module, line
__import__(module)

verify it by debug logging or printing

you can also start the debugger and inspect values on the line
    processor_module = payment_module.MODULE.load_module('processor')

-- hynek

On 4 bře, 18:02, Chris Moffitt <[email protected]> wrote:
> Look in your log files to see if you can see the error that might be
> causing the problems.
>
> Also, make sure you have unique values in your config.py file.
>
> -Chris
>
>
>
>
>
>
>
> On Sun, Mar 4, 2012 at 6:57 AM, ionic drive <[email protected]> wrote:
> > **
> > does it hook in the proper app folder? no messing between library and
> > project folders?
>
> > please check.
> > ionic
>
> > On Sun, 2012-03-04 at 04:41 -0800, Anurag wrote:
>
> > i have the 'init file' in the folder and it does not appear like a
> > case sensitivity problem. It is 'mypaypal' in the settings file as
> > well.
>
> > On Mar 4, 4:50 pm, ionic drive <[email protected]> wrote:
> > > I think you have a problem with case-sensitivity!
>
> > > MyPayPal is not mypaypal!
>
> > > Cheers
> > > ionic
>
> > > On Sun, 2012-03-04 at 03:05 -0800, Anurag wrote:
> > > > In the process of writing my own payment module, i duplicated the
> > > > paypal folder as 'mypaypal' folder and made the apt changes to
> > > > config.py, urls.py, views.py..
>
> > > > Then in the INSTALLED APPS settings i added
> > > > 'payment.modules.mypaypal'..
>
> > > > I keep getting the Error - No module named MyPayPal.
>
> > > > i have looked into practically all the four files and can't seem to
> > > > find what is causing this. Is there another place i need to enable
> > > > this custom payment module.
>
> > > > thx
>
> >   --
> > 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.

-- 
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