.

Ozzie Isaacs 2021-11-07 20:11:29 +04:00
parent a8b6158a1d
commit 8af1ddd7d6
1 changed files with 1 additions and 1 deletions

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?