It's a little hard to say without more context. Is your bundle properly structured? In particular, double check the .plist that specifies the identifier, etc.
Also, you should use the functionality provided by the plug-in framework instead of importing things like time, urllib, and BeautifulSoup. I believe, but I'm not certain, that if the plugin is not given elevated privileges in the .plist and it attempts to import external libraries, that could cause it not to load at all. Check the logs for evidence of that.
It's a little hard to say without more context. Is your bundle properly structured? In particular, double check the .plist that specifies the identifier, etc.
Also, you should use the functionality provided by the plug-in framework instead of importing things like time, urllib, and BeautifulSoup. I believe, but I'm not certain, that if the plugin is not given elevated privileges in the .plist and it attempts to import external libraries, that could cause it not to load at all. Check the logs for evidence of that.
Thanks for the information. I will check everything you mentioned and will return if I do not succeed.