pydio / pydio-sync

Python version of the Pydio synchronization client
https://pydio.com
GNU General Public License v3.0
82 stars 32 forks source link

can't run pydio.main #175

Open hemna opened 5 years ago

hemna commented 5 years ago

just cloned the latest from the git repo and created a python2 virtualenv and pydio.main won't run.

└─[$] <git:(master*)> python -m pydio.main Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main "main", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/main.py", line 41, in from job.job_config import JobConfig, JobsLoader File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/job/init.py", line 29, in from sdkremote.remote import Waiter ImportError: No module named sdkremote.remote

DjZU commented 5 years ago

You need to git submodule update --init