The Following User Says Thank You to jellyroll For This Useful Post: | ||
|
2014-11-18
, 16:34
|
Posts: 16 |
Thanked: 0 times |
Joined on Jan 2014
|
#553
|
Dropbox is allready working on the N900 just read post #513
and #523 on this thread.
|
2014-11-19
, 17:13
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#554
|
jellyroll, can you help me, it's almost 5 hours that i can't use dropbox , i have problem installing dropbox-python-sdk from app manger, also I followed the instructions to install dropbox from post #513,521, but dropbox doesn't oprate at all. is there any solution?
How can i install python-setuptools, python-openssl ?
sudo gainroot apt-get install python-setuptools apt-get install python-openssl
|
2014-11-19
, 19:56
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#555
|
I'm not sure if you can install python-setuptools and python-openssl form the application manager. You can install it from command line with the following commands:
After installing python-setuptools and python-openssl you need to follow my post here, because i still didn't upload the fixed dropn900 to the repos.Code:sudo gainroot apt-get install python-setuptools apt-get install python-openssl
P.S.:
To all who are waiting for the upload of the fixed version to the repos: I dont have much time to work on it atm, but i hope that will change soon
|
2014-11-19
, 23:03
|
|
Posts: 10 |
Thanked: 11 times |
Joined on Jul 2010
@ Damascus, Syria
|
#556
|
|
2014-11-20
, 11:50
|
Posts: 16 |
Thanked: 0 times |
Joined on Jan 2014
|
#557
|
I'm not sure if you can install python-setuptools and python-openssl form the application manager. You can install it from command line with the following commands:
After installing python-setuptools and python-openssl you need to follow my post here, because i still didn't upload the fixed dropn900 to the repos.Code:sudo gainroot apt-get install python-setuptools apt-get install python-openssl
P.S.:
To all who are waiting for the upload of the fixed version to the repos: I dont have much time to work on it atm, but i hope that will change soon
|
2014-11-22
, 08:43
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#558
|
python-setuptools is already the newest version
cd /opt/dropn900 run-standalone.sh python dropn900.py
|
2014-11-22
, 10:01
|
Posts: 16 |
Thanked: 0 times |
Joined on Jan 2014
|
#559
|
So python-setuptools is installed, what's the output of "apt-get install python-openssl"?
Did you read and follow my post #443?
Please open a terminal and execute the following commands and post the output:
Code:cd /opt/dropn900 run-standalone.sh python dropn900.py
|
2014-11-22
, 10:22
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#560
|
run-standalone.sh python import sys sys.path import OpenSSL
run-standalone.sh python import sys sys.path.append('/usr/lib/pymodules/python2.5') import OpenSSL
and #523 on this thread.