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

can't run pydio.main #175

Open
hemna opened this issue Nov 26, 2018 · 1 comment
Open

can't run pydio.main #175

hemna opened this issue Nov 26, 2018 · 1 comment

Comments

@hemna
Copy link

hemna commented Nov 26, 2018

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
Copy link

DjZU commented May 4, 2019

You need to git submodule update --init

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

2 participants