Search notes:

Python installation directory Lib/site-packages

Lib/site-packages, located under the Python root installation directory, contains third party library modules.
Apparently, installing a module with pip, causes the package to be installed under <PY-INSTALL-DIR>/Lib/site-packages.
The paths of these modules is added to the module search path by the script (module?) Lib/site.py.
A wheel file is a zip file that can be extracted into Lib/site-packages.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759405811, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/installation/directory/Lib/site-packages/index(40): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78