Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error starting oclient on debian #67

Open
mad1993max opened this issue Dec 16, 2013 · 7 comments
Open

error starting oclient on debian #67

mad1993max opened this issue Dec 16, 2013 · 7 comments

Comments

@mad1993max
Copy link

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 ?

@hefee
Copy link
Collaborator

hefee commented Dec 16, 2013

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

@diederikdehaas
Copy link
Contributor

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?

@mester1202
Copy link

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?

@diederikdehaas
Copy link
Contributor

@hefee
Copy link
Collaborator

hefee commented Jan 1, 2014

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

@mester1202
Copy link

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.

@hefee
Copy link
Collaborator

hefee commented Jan 2, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants