-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
Where and how did you installed libocsync0? What OS you use? |
OS is Debian ;-) |
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? |
Please make sure that you get an ocsync < 0.91.0. The newest version that works is 0.90.4. |
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: |
Oh you are using debian oldstable. You have repackage it for squeeze. |
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 ?
The text was updated successfully, but these errors were encountered: