XDM icon indicating copy to clipboard operation
XDM copied to clipboard

unable to use any of the providers

Open poplolnman opened this issue 9 years ago • 1 comments

This is what happend: Please write a short story of what the issue is.


Raw log message:

{
    "msg": "Error during importing of System.OAuth-de_lad1337_oauth-0_2.OAuth\nTraceback:\nTraceback (most recent call last):\n  File \"C:\\XDM-master\\xdm\\plugins\\pluginManager.py\", line 398, in look_for_subclass\n    if not common.REPOMANAGER.install_requirements_for_plugin(dir):\n  File \"C:\\XDM-master\\xdm\\plugins\\repository.py\", line 320, in install_requirements_for_plugin\n    import pip\nImportError: No module named pip\n", 
    "lvl": "ERROR", 
    "caller": {
        "line": 404, 
        "file": "C:\\XDM-master\\xdm\\plugins\\pluginManager.py", 
        "fn": "look_for_subclass"
    }, 
    "data": {}, 
    "time": "2015-08-17 20:49:12.808000"
}

System info:

  • XDM version: Zim 0.5.19
  • Updater version: (0, 5, 19)
  • Install type: Source
  • System: Windows
  • Release: 8
  • Machine: AMD64
  • Python_version: 2.7.10
  • Python_implementation: CPython

poplolnman avatar Aug 18 '15 00:08 poplolnman

Install pip and make sure it's in the "path" ... If Windows has something like that :/

FYI you are apparently not able to install any plugins that have requirements

lad1337 avatar Aug 18 '15 06:08 lad1337