Skip to content

ImportError: No module named plugins #221

@robotframework-ride

Description

@robotframework-ride

Originally submitted to Google Code by jrvilda on 6 Jul 2009

Traceback (most recent call last):
File "C:\python25\lib\runpy.py", line 95, in run_module
filename, loader, alter_sys)
File "C:\python25\lib\runpy.py", line 52, in run_module_code
mod_name, mod_fname, mod_loader)
File "C:\python25\lib\runpy.py", line 32, in run_code
exec code in run_globals
File "C:\python25\lib\site-packages\robotide__init
.py", line 83, in
<module
>
main(sys.argv[1:])
File "C:\python25\lib\site-packages\robotide__init__.py", line 50, in main
run(*args)
File "C:\python25\lib\site-packages\robotide__init
_.py", line 60, in run
from robotide.application import RobotIde
File "C:\Python25\Lib\site-packages\robotide\application__init
_.py",
line 15
, in <module>
from application import RobotIde
File "C:\Python25\Lib\site-packages\robotide\application\application.py",
line
23, in <module>
from pluginmanager import PluginLoader, PluginManager
File
"C:\Python25\Lib\site-packages\robotide\application\pluginmanager.py", li
ne 28, in <module>
from recentfiles import RecentFilesPlugin
File "C:\python25\lib\site-packages\robotide\application\recentfiles.py",
line
19, in <module>
from robotide.plugins import Plugin
ImportError: No module named plugins

with the previous version worked correctly.

There is no plugins folder

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixFeature requests that don’t align with desired design or no solution is available.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions