Just starting to tinker with creating a custom payment module. Am having difficulty getting the module to show up in the Payment Settings section of config/settings.
While exploring possible causes, I found that if I remove a module from site-packages/satchmo...egg/payment/modules/, it is taken out of list. Add it back and it shows up again. Rename it, however and it doesn't (even though I think I've taken care of all self-references within its files). So there's something going on with the egg? Since I know too little as yet about eggs, I tried adding the new module to the source directory, running setup.py build,install; no luck. I've also tried adding it as an application in my project's 'apps' directory. (and subsequently removed it) I can import the module from python shell, for what that is worth. This is within a virtual environment --no-site-packages, with env- lib.../site-packages targeted as the python-path in httpd.conf and by 'addsitedir()' in the wsgi file. Python 2.5.4, Satchmo 0.9_pre, Django 1.1 Ideas, anyone? And thanks for your consideration. Danny --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
