pyOwnCloud icon indicating copy to clipboard operation
pyOwnCloud copied to clipboard

error starting oclient on debian

Open mad1993max opened this issue 11 years ago • 7 comments

hi iv just installed occlient

installed libocsync0 and python-argparse and pulled the git and python setup.py install but when i now execute oclient i get:

Traceback (most recent call last): File "/usr/local/bin/oclient", line 9, in load_entry_point('pyOwnCloud==0.4.pre', 'console_scripts', 'oclient')() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 337, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 2281, in load_entry_point return ep.load() File "/usr/local/lib/python2.7/dist-packages/distribute-0.6.21-py2.7.egg/pkg_resources.py", line 1991, in load entry = import(self.module_name, globals(),globals(), ['name']) File "/usr/local/lib/python2.7/dist-packages/pyOwnCloud-0.4.pre-py2.7.egg/csync/csync.py", line 24, in import csynclib File "/usr/local/lib/python2.7/dist-packages/pyOwnCloud-0.4.pre-py2.7.egg/csync/csynclib/init.py", line 1, in from . import pre File "/usr/local/lib/python2.7/dist-packages/pyOwnCloud-0.4.pre-py2.7.egg/csync/csynclib/pre.py", line 18, in csynclib = getCSync() File "/usr/local/lib/python2.7/dist-packages/pyOwnCloud-0.4.pre-py2.7.egg/csync/csynclib/pre.py", line 15, in getCSync raise('Could not find shared library libocsync') TypeError: exceptions must be old-style classes or derived from BaseException, not str

can anybody help me ?

mad1993max avatar Dec 16 '13 10:12 mad1993max

Where and how did you installed libocsync0? What OS you use?

hefee avatar Dec 16 '13 14:12 hefee

OS is Debian ;-) can you post the output of 'locate libocsync' and run and post your previous command with '--debug' added including it's output?

diederikdehaas avatar Dec 16 '13 15:12 diederikdehaas

I have the same error message on Debian 6.0. I know I have to install libocsync but how can I do this? I couldn't find prebuilt package so where can I download the sourcecode to build it?

mester1202 avatar Dec 31 '13 07:12 mester1202

http://packages.qa.debian.org/o/ocsync.html

diederikdehaas avatar Dec 31 '13 13:12 diederikdehaas

Please make sure that you get an ocsync < 0.91.0. The newest version that works is 0.90.4.

hefee avatar Jan 01 '14 16:01 hefee

But when I try to install libocsync0_0.90.4-1_amd64.deb on my Debian 6.0 system I got the following error messages: dpkg: regarding libocsync0_0.90.4-1_amd64.deb containing libocsync0, pre-dependency problem: libocsync0 pre-depends on multiarch-support multiarch-support not installed.

mester1202 avatar Jan 02 '14 21:01 mester1202

Oh you are using debian oldstable. You have repackage it for squeeze.

hefee avatar Jan 02 '14 21:01 hefee