reallistic / BitcasaFileLister

List and download files in your bitcasa drive via api
https://rose-llc.com/bitcasafilelist/
16 stars 3 forks source link

Dependancys for 0.6.1 in Readme Missing #45

Closed SoySoy22 closed 10 years ago

SoySoy22 commented 10 years ago

This causes the following error:

Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "main", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/xxx/0.6.1/BitcasaFileLister/BitcasaFileLister/main.py", line 6, in import server File "BitcasaFileLister/server.py", line 2, in from lib import bottle, cherrypy, BitcasaUtils File "/home/xxx/0.6.1/BitcasaFileLister/includes/lib/init.py", line 2, in from gdrive import GoogleDrive File "/home/xxx/0.6.1/BitcasaFileLister/includes/lib/gdrive.py", line 1, in import httplib2, webbrowser, sys, time, logging, os ImportError: No module named httplib2

reallistic commented 10 years ago

Which command did you run that caused this?

SoySoy22 commented 10 years ago

python BitcasaFileLister

SoySoy22 commented 10 years ago

wiki should be updated for 0.6.1 too. Perhaps you can store the API login stuff in the bitcasa.ini too.

SoySoy22 commented 10 years ago

The original problem was solved by installing httplib2 and uritemplate

reallistic commented 10 years ago

I will add this dependency to the lib folder. Didn't realize it was separate. As for updating the wiki, its on my to-do list. The readme however is current. Not sure what you meant about the api login stuff

SoySoy22 commented 10 years ago

I mean my custom API keys ;-).

reallistic commented 10 years ago

Good idea

reallistic commented 10 years ago

Fixed in 0.6.2 d5f7407