|
2014-11-22
, 10:59
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#562
|
Nokia-N900-42-11:~# dpkg --listfiles python-openssl /. /usr /usr/lib /usr/lib/python-support /usr/lib/python-support/python-openssl /usr/lib/python-support/python-openssl/python2.5 /usr/lib/python-support/python-openssl/python2.5/OpenSSL /usr/lib/python-support/python-openssl/python2.5/OpenSSL/SSL.so /usr/lib/python-support/python-openssl/python2.5/OpenSSL/rand.so /usr/lib/python-support/python-openssl/python2.5/OpenSSL/crypto.so /usr/share /usr/share/doc /usr/share/doc/python-openssl /usr/share/doc/python-openssl/copyright /usr/share/doc/python-openssl/changelog.gz /usr/share/doc/python-openssl/changelog.Debian.gz /usr/share/python-support /usr/share/python-support/python-openssl /usr/share/python-support/python-openssl/OpenSSL /usr/share/python-support/python-openssl/OpenSSL/version.py /usr/share/python-support/python-openssl/OpenSSL/__init__.py /usr/share/python-support/python-openssl/OpenSSL/test /usr/share/python-support/python-openssl/OpenSSL/test/__init__.py /usr/share/python-support/python-openssl/OpenSSL/test/test_ssl.py /usr/share/python-support/python-openssl/OpenSSL/test/test_crypto.py /usr/share/python-support/python-openssl/OpenSSL/tsafe.py /usr/share/python-support/python-openssl/pyOpenSSL-0.7.egg-info
run-standalone.sh python import sys sys.path.append('/usr/share/python-support/python-openssl/') import OpenSSL
|
2014-11-22
, 11:12
|
Posts: 16 |
Thanked: 0 times |
Joined on Jan 2014
|
#563
|
|
2015-04-01
, 16:10
|
|
Posts: 40 |
Thanked: 48 times |
Joined on Jul 2013
@ Pondokgede, Indonesia
|
#564
|
|
2015-04-01
, 23:02
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#566
|
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
|
2015-04-03
, 15:21
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#567
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2015-04-06
, 20:04
|
|
Posts: 94 |
Thanked: 209 times |
Joined on Oct 2009
@ Germany
|
#568
|
Nope. A shame, isn't it?
As it would be so simple (but as I personally do not use cloud storage ...).
The Following 6 Users Say Thank You to Marshall Banana For This Useful Post: | ||
|
2015-04-07
, 20:33
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#569
|
What's the best way to update dropbox-python-sdk to 2.2.0?
~ $ run-standalone.sh python
Python 2.5.4 (r254:67916, May 17 2010, 21:00:32)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/gst-0.10', '/usr/lib/pymodules/python2.5', '/usr/lib/python2.5/site-packages/gtk-2.0', '/usr/lib/pymodules/python2.5/gtk-2.0']
>>> import OpenSSL
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named OpenSSL
>>>
S
and for the second i have :
~ $ run-standalone.sh python
Python 2.5.4 (r254:67916, May 17 2010, 21:00:32)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append('/usr/lib/pymodules/python2.5')
>>> import OpenSSL
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named OpenSSL
>>> ~ $
Thanks