mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
docs:
* mention cloudflare-specific nginx config versus.md: * seafile has a size limit on zip downloads * seafile and nextcloud are slow at uploading many small files u2c: improve error message in funky environments
This commit is contained in:
parent
f7ceae5a5f
commit
14497b2425
3 changed files with 9 additions and 3 deletions
|
@ -40,7 +40,7 @@ except:
|
|||
|
||||
try:
|
||||
import requests
|
||||
except ImportError:
|
||||
except ImportError as ex:
|
||||
if EXE:
|
||||
raise
|
||||
elif sys.version_info > (2, 7):
|
||||
|
@ -51,7 +51,7 @@ except ImportError:
|
|||
m = "\n ERROR: need these:\n" + "\n".join(m) + "\n"
|
||||
m += "\n for f in *.whl; do unzip $f; done; rm -r *.dist-info\n"
|
||||
|
||||
print(m.format(sys.executable))
|
||||
print(m.format(sys.executable), "\nspecifically,", ex)
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue