mirror of
https://github.com/janeczku/calibre-web
synced 2025-02-07 06:30:06 +00:00
.
parent
a8b6158a1d
commit
8af1ddd7d6
2
FAQ.md
2
FAQ.md
@ -1,6 +1,6 @@
|
||||
### What to do with problems during installation with error message "Import-Error"?
|
||||
|
||||
Python is a very modular programming language, special functionality can be included to the program by "importing modules". If one of this modules isn't found you get the error message 'ImportError: No module named xxxx'. This shouldn't be happen, you normally can solve this by installing the missing module with `pip[3] --target vendor install [module-name]`. Pip3 is normally used if you are using python 3.x - depending on the distro it could also be named pip
|
||||
Python is a very modular programming language, special functionality can be included to the program by "importing modules". If one of this modules isn't found you get the error message 'ImportError: No module named xxxx'. This shouldn't be happen, you normally can solve this by installing the missing module with `pip[3] --target vendor install [module-name]`. Pip3 is normally used if you are using python 3.x - depending on the distro it could also be named pip.
|
||||
|
||||
|
||||
### What do I do if I lose my "Admin" password?
|
||||
|
Loading…
x
Reference in New Issue
Block a user