Closed SoySoy22 closed 10 years ago
Which command did you run that caused this?
python BitcasaFileLister
wiki should be updated for 0.6.1 too. Perhaps you can store the API login stuff in the bitcasa.ini too.
The original problem was solved by installing httplib2 and uritemplate
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
I mean my custom API keys ;-).
Good idea
Fixed in 0.6.2 d5f7407
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