Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Loading Issue #100

Open
Sodderlund opened this issue Oct 23, 2012 · 4 comments
Open

Plugin Loading Issue #100

Sodderlund opened this issue Oct 23, 2012 · 4 comments

Comments

@Sodderlund
Copy link

INFO Starting server on port 4443
INFO Loading Session Certificates
INFO Setting Up Database
INFO Connection to Database
INFO Loading Plugin Framework
ERROR Plugin loading failed
Traceback (most recent call last):
File "/Users/Austin/SIRI/PluginManager.py", line 30, in load_plugins
import(pluginPath+"."+line, globals(), locals(), [], -1)
ImportError: No module named plugins.test

@janrueth
Copy link
Owner

obviously you defined a plugin called test in the plugin.conf but you don't have any in your plugins folder

@Sodderlund
Copy link
Author

The plugin is there though. test.py is in the plugins folder.

@rotastrain
Copy link

if you have a plugin called test, you need to make a folder named test and put the file in it and rename it init.py

@Sodderlund
Copy link
Author

It's in the config, theres a folder in plugins called "test" with "init.py" and I got the same error. I even tried naming it "init.py."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants