my first module... question???
#1
I have created a service and all is working fine... I am simply attempting to re-factor some common code into a module. I'm not able to find much module specific developer information online, so I planned on accomplishing this by copying the conventions that I see with the other currently working modules (universal, beautifulsoup) ...

- created a new folder in my addons/ directory with the correct naming convention "script.module.name"
- modified the addon.xml file with new props and added my python script file the same as the other modules conventions
- added an requires->import node to the addon.xml where I intend to consume the module

log keeps telling me that the import cannot be found, I am no python guru... I have kept the specific details to a minimum because it feels like I am missing a step... is there an "install" process that I am unaware of? Is there an obvious step I am missing? do I need to do something more in order to get my module to import correctly?
Reply

Logout Mark Read Team Forum Stats Members Help
my first module... question???0