Dumb import issue.... So I went into the project settings file and put SHOP_HANDLER_PAYMENT = "cartridge.shop.payment.stripe_api" At line 50 in the settings file Do I need to add it in installed apps? (I don't think so.) I did install the stripe library module via pip Again, using P3 (trying to be a supporter!)
I'm planning to put that file in my local project, to put the parameters in..., but I could not even get it to work in the cartridge directory.. however that gives me: Exception Value: Could not import the name: cartridge.shop.payment.stripe_api: 'module' object has no attribute 'stripe_api' Exception Location:/home/tom/myvenv3/lib/python3.3/site-packages/mezzanine/utils/importing.py in import_dotted_path, line 25 -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
