View Single Post
Posts: 131 | Thanked: 184 times | Joined on Dec 2011
#505
I had 0.1.9 installed and working but then it stopped starting. It crashes to desktop after a few seconds of loading. Not sure what broke it. 0.2.2 seemed to install OK but didn't fix anything. Latter also stopped DropN900 appearing in the list of shcortuts when trying to add one to a desktop?

Code:
/opt/dropn900 # run-standalone.sh python dropn900.py
Traceback (most recent call last):
  File "dropn900.py", line 12, in <module>
    from dropbox import client, rest, session
  File "/usr/lib/python2.5/site-packages/dropbox/__init__.py", line 3, in <module>
    from . import client, rest, session
  File "/usr/lib/python2.5/site-packages/dropbox/client.py", line 52, in <module>
    from .rest import ErrorResponse, RESTClient
  File "/usr/lib/python2.5/site-packages/dropbox/rest.py", line 8, in <module>
    import pkg_resources
ImportError: No module named pkg_resources

Last edited by _David_; 2013-07-30 at 07:33.