-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
ValueError: Invalid dir_browser htdocs_path #246
Comments
This worked for me: cd test_pip
test_pip % python -m venv .venv
test_pip % source .venv/bin/activate
test_pip % python -m pip install -U pip
test_pip % python -m pip install wsgidav cheroot
test_pip % wsgidav --root . --auth anonymous --browse |
It works for me too, but you should also try it with the bleeding edge version, i.e. d22ada5. Also in case it matters,
|
The issue is simple: the |
It doesn't even get installed when running |
|
I've updated to c83c2bd and reinstalled, but I'm still getting
|
For what's worth, I am seeing the same issue on a Raspberry Pi. Is there a work-around? |
Yeah, create a symlink where it's needed pointing to that directory in the source code, e.g. Or just copy the whole thing. |
Thanks, Cristian! |
This issue has been automatically marked as stale because it has not had |
I've just tested version c6b4fd7 and the issue is still present. |
I've just tested version 6c04339 and the issue is still present. |
Can you give it another try? |
Version 721d85c works fine. |
Thanks |
I have the same problem. |
sry, found it myself.
|
Describe the bug
wsgidav fails to start with the default configuration, probably because
pip install
does not install everything that's required.To Reproduce
Expected behavior
It should start.
Screenshots, Log-Files, Stacktrace
Environment
The text was updated successfully, but these errors were encountered: