haiwen / seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
http://seafile.com/
Other
12.25k stars 1.54k forks source link

Still ccnet dependency in the Seafile python package #2070

Closed moschlar closed 6 years ago

moschlar commented 6 years ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/seafile/__init__.py", line 2, in <module>
    from rpcclient import SeafileRpcClient as RpcClient
  File "/usr/lib/python2.7/dist-packages/seafile/rpcclient.py", line 2, in <module>
    import ccnet
ImportError: No module named ccnet

https://ci.debian.net/data/autopkgtest/unstable/amd64/s/seafile/527031/log.gz

lins05 commented 6 years ago

Thanks for catching this! We have recently removed the ccnet component from the seafile client program to simplify the architecture, but seems there is still some missing pieces . We'll fix them in the following weeks.

moschlar commented 6 years ago

Thanks.

moschlar commented 6 years ago

Hi there, how's the status of this?

I'm currently still holding back on the updates of the official Debian Packages because I think the seaf-cli tool is somewhat vital for command line heavy users but it is currently still broken (cf. #2079).

Regards, Moritz

lins05 commented 6 years ago

@monksy we're working on it - there are work to be done with both libsearpc and seaf-cli to accommodate with the new architecture. Hopefully we can get that done within next week.

moschlar commented 6 years ago

That would be great, thanks!

Moritz Schlarb (Mobil)

Am 09.08.2018 um 02:48 schrieb Shuai Lin notifications@github.com:

@monksy we're working on it - there are work to be done with both libsearpc and seaf-cli to accommodate with the new architecture. Hopefully we can get that done within next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

lins05 commented 6 years ago

@moschlar We've removed ccnet from the deps of seafile-daemon/seafile-cli and seafile-gui.