Notices


Reply
Thread Tools
jellyroll's Avatar
Posts: 435 | Thanked: 684 times | Joined on Apr 2012 @ Netherlands 020
#551
Originally Posted by MOREPOUR View Post
Guys do we have any hope to have Dropbox on N900 back?
Dropbox is allready working on the N900 just read post #513
and #523 on this thread.
 

The Following User Says Thank You to jellyroll For This Useful Post:
Posts: 16 | Thanked: 0 times | Joined on Jan 2014
#552
Thanks jellyroll,
 
Posts: 16 | Thanked: 0 times | Joined on Jan 2014
#553
Originally Posted by jellyroll View Post
Dropbox is allready working on the N900 just read post #513
and #523 on this thread.
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 ?

Last edited by MOREPOUR; 2014-11-18 at 17:04.
 
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#554
Originally Posted by MOREPOUR View Post
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 ?
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:

Code:
sudo gainroot
apt-get install python-setuptools
apt-get install python-openssl
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.

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
 

The Following 2 Users Say Thank You to Marshall Banana For This Useful Post:
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#555
Originally Posted by Marshall Banana View Post
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:

Code:
sudo gainroot
apt-get install python-setuptools
apt-get install python-openssl
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.

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
So dropn900 will go bananas soon !
Great !
 
Lawand's Avatar
Posts: 10 | Thanked: 11 times | Joined on Jul 2010 @ Damascus, Syria
#556
Hey guys, if anyone is still interested in the Droper sources, I took Ade's modifications and cleaned them up and added them to the repo, here they are:

https://github.com/lawand/droper/rel...tag/0.5.2maemo

Now, if someone is feeling like packaging them for extras-devel, I wouldn't mind that at all :P I'm not sure how to do that myself..

Cheers.
Lawand.
__________________
once maemo, you're symbian no more
 

The Following 5 Users Say Thank You to Lawand For This Useful Post:
Posts: 16 | Thanked: 0 times | Joined on Jan 2014
#557
Originally Posted by Marshall Banana View Post
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:

Code:
sudo gainroot
apt-get install python-setuptools
apt-get install python-openssl
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.

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
I tried but it seems that i have problem installing python-setuptools and python-openssl.

I get this message :

home/user # apt-get install python-setuptools
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-setuptools is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
autodisconnect: Depends: bc but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

how can I install dropbox-python-sdk? or is there another way to install it offline like a deb file or something?

The Dropbox can't open at all.

Thanks for your help guys.

Last edited by MOREPOUR; 2014-11-20 at 14:09.
 
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#558
python-setuptools is already the newest version
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
 
Posts: 16 | Thanked: 0 times | Joined on Jan 2014
#559
Originally Posted by Marshall Banana View Post
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
yeah I read and followed but Dropn900 doesn't open at all,

I entered the code :
$ cd /opt/dropn900
/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 11, in <module>
from OpenSSL import SSL
ImportError: No module named OpenSSL
/opt/dropn900 $


Also about the python-openssl:

/home/user # apt-get install python-openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-openssl is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
autodisconnect: Depends: bc but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

thanks marshall
 
Marshall Banana's Avatar
Posts: 94 | Thanked: 209 times | Joined on Oct 2009 @ Germany
#560
This looks like a library path issue.

What's the output when you execute the following commands in terminal:
Code:
run-standalone.sh python
import sys
sys.path
import OpenSSL
You can exit the python shell with CTRL+D. Is '/usr/lib/pymodules/python2.5' in sys.path? If not, please try this and post the output:
Code:
run-standalone.sh python
import sys
sys.path.append('/usr/lib/pymodules/python2.5')
import OpenSSL
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:00.