Open th3l0b3 opened 10 years ago
Same issue on debian wheezy 64 bits. It looks like a misconfiguration between creepy and flickr plugin versions: Traceback (most recent call last): File "./CreepyMain.py", line 478, in showPluginsConfigurationDialog self.pluginsConfigurationDialog = PluginsConfigurationDialog() File "/home/xxxx/ilektrojohn-creepy-1.2-alpha/creepy/components/PluginsConfigurationDialog.py", line 17, in init self.PluginManager.loadPlugins() File "/usr/local/lib/python2.7/dist-packages/yapsy/PluginManager.py", line 513, in loadPlugins plugin_info.plugin_object = element() File "/home/xxxx/ilektrojohn-creepy-1.2-alpha/creepy/plugins/flickr/flickr.py", line 39, in init self.api = flickrapi.FlickrAPI(self.options_string["hidden_api_key"]) TypeError: init() takes at least 3 arguments (2 given)
Same issue on Ubuntu 14.04.1 LTS 64 bits
I can confirm this behavior on a fresh git checkout on Ubuntu 14.04.1 LTS 64 bits. In my case, the plugin window is empty, but I don't see any error message in the logs.
I've the same issue on Manjaro 64 bits !
Can you try now with a copy from the code in https://github.com/jkakavas/creepy ?
It gives me another error this time because the module dominate doesn't exist.
This used to work, not sure why it isn't any longer. I was rebuilding my VM and loaded up Creepy like previously and now the app loads, but i cannot configure any plugins. Does nothing.