remko66 / remkodrive

Onedrive Client for Mint/Ubuntu (only tested on mint)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remkodrive.py does not work

achimbenoit opened this issue · comments

Hi
see the questions at *****
out of Readme.file
To install:

  • sudo apt-get install python-qt4
  • make anaconda env from enviroment.yml
    ***** no makefile found - why?

Alternative:

  • sudo apt-get install python3-pyqt4
  • pip3 install onedrivesdk
    *** should update - i did
  • pip3 install tendo
    *** should update - i did
  • pip3 install inotify
    *** should update - i did
    only "pip" did work as a command .NOT: "pip3"

RESULT:
~/onedrive/remkodrive-master/remkodrive $ python remkodrive.py Traceback (most recent call last):
File "remkodrive.py", line 3, in
from onedrivestuff import *
File "/home/achimbenoit/onedrive/remkodrive-master/remkodrive/onedrivestuff.py", line 1, in
import onedrivesdk
ImportError: No module named onedrivesdk

Hi I've got a lot of bugs while running commands out of readme i think

  • any idea what to do with this result ? - see RESULT:

thanks a lot for helping me