Category Python

How to run Python in Shared Hosting

How to Run Python Scripts on Shared Hosting (4 Easy Steps) Running Python on a shared hosting server doesn’t have to be complicated. If you aren’t using a heavy framework like Django or Flask and just need to execute a…

How to Install Python PIP on cPanel

What is PIP? PIP stands for “pip install packages.” It is the essential tool for effortlessly managing and installing packages in Python, making your coding experience smoother. How to check the PIP version of your server First, use the command…

Unable to restart Python applications

Unable to restart Python applications.Logs/commands output: ERROR in Python Selector WEB: No such application (or application not configured) “testpythonapp” Environment Solution Ensure that the  htaccess_cache file within the user’s /home/exampleuser/.cl.selector directory owned by the user. For instance, exampleuser If, after that, another error pops up:…

Error installing Python Selector using the Wizard.

Error installing Python Selector using the Wizard. Environment Solution Install Python selector components using the following commands: Adding Python module requires executing permissions to gcc/make binaries. Please enable compilers in Compiler Access section of WHM, then run:

How to Install Python Selector cPanel

How to Install Python Selector cPanel? Environment Solution Install the following packages # yum groupinstall alt-python # yum install lvemanager lve-utils alt-python-virtualenv  For CloudLinux 8: # yum install ea-ruby27-mod_passenger For CloudLinux 9: # yum install ea-apache24-mod-passenger