[Marble-bugs] [marble] [Bug 329364] routingManager not exported in Python bindings
Benjamin Kaiser
benjaminjkaiser at gmail.com
Sun Dec 29 14:32:51 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=329364
--- Comment #1 from Benjamin Kaiser <benjaminjkaiser at gmail.com> ---
Also another error when porting #10[1] (would also occur in #11[2] and #12[3]
):
File "search.py", line 8, in main
manager = Marble.MarbleRunnerManager(model.pluginManager())
AttributeError: 'MarbleModel' object has no attribute 'pluginManager'
The code is very similar to the code linked in the above code, except with the
line from the above error being used `manager =
Marble.MarbleRunnerManager(model.pluginManager())`
Once again it appears that pluginManager has not been exported (or sub-classed
fully) in the Python bindings.
[1] http://techbase.kde.org/Projects/Marble/Runners/Search
[2] http://techbase.kde.org/Projects/Marble/Runners/ReverseGeocoding
[3] http://techbase.kde.org/Projects/Marble/Runners/Parse
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Marble-bugs
mailing list