Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install Camelot via python pip




Camelot - A python GUI framework on top of Sqlalchemy and Qt, inspired by the Django admin interface. Start building desktop applications at warp speed, simply by adding some additional information to you model definition., it belongs to Classifiers:

- Environment :: Win32 (MS Windows)
- Environment :: X11 Applications
- Environment :: X11 Applications :: GTK
- Environment :: X11 Applications :: Gnome
- Environment :: X11 Applications :: KDE
- Environment :: X11 Applications :: Qt
- License :: OSI Approved :: GNU General Public License (GPL)
- License :: Other/Proprietary License
- Operating System :: MacOS :: MacOS X
- Topic :: Database
- Topic :: Database :: Front-Ends
- Topic :: Office/Business
- Topic :: Software Development :: Libraries :: Application Frameworks

When you know about this project and you want to new install Camelot to support your project or you get trouble as ModuleNotFoundError: No module named "Camelot" or ImportError: cannot import name "Camelot" in your project, let follow this tutorial to install Camelot



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_Camelot_env

- Active the virtual environment

test_Camelot_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_Camelot_env

- Active the virtual environment

source test_Camelot_env/bin/active


Step 2: OK, now, let flow below content to start the installation Camelot

To install Camelot on Windows(CMD):

py -m pip install Camelot

To install Camelot on Unix/macOs:

pip install Camelot


Step 3: If you want to install a specific Camelot version, add ==<Camelot version> to the end command line

Example:

pip install Camelot==07.09


Please see the version list below table:

VersionReleased dateCommand
Camelot 13.04.13-gpl-pyqt2013-04-11T21:58:49Windows:

py -m pip install Camelot==13.04.13-gpl-pyqt

Unix/macOs:

pip install Camelot==13.04.13-gpl-pyqt

Camelot 13.04.132013-04-11T21:57:42Windows:

py -m pip install Camelot==13.04.13

Unix/macOs:

pip install Camelot==13.04.13

Camelot 12.06.292012-06-29T14:25:26Windows:

py -m pip install Camelot==12.06.29

Unix/macOs:

pip install Camelot==12.06.29

Camelot 11.12.302011-12-30T15:39:41Windows:

py -m pip install Camelot==11.12.30

Unix/macOs:

pip install Camelot==11.12.30

Camelot 11.12.292011-12-29T09:32:21Windows:

py -m pip install Camelot==11.12.29

Unix/macOs:

pip install Camelot==11.12.29

Camelot 11.11.162011-11-16T22:23:15Windows:

py -m pip install Camelot==11.11.16

Unix/macOs:

pip install Camelot==11.11.16

Camelot 11.11.142011-11-14T22:24:26Windows:

py -m pip install Camelot==11.11.14

Unix/macOs:

pip install Camelot==11.11.14

Camelot 11.09.102011-09-10T08:57:53Windows:

py -m pip install Camelot==11.09.10

Unix/macOs:

pip install Camelot==11.09.10

Camelot 11.05.132011-05-12T18:50:14Windows:

py -m pip install Camelot==11.05.13

Unix/macOs:

pip install Camelot==11.05.13

Camelot 10.11.272010-11-27T10:30:26Windows:

py -m pip install Camelot==10.11.27

Unix/macOs:

pip install Camelot==10.11.27

Camelot 10.07.022010-07-02T21:44:12Windows:

py -m pip install Camelot==10.07.02

Unix/macOs:

pip install Camelot==10.07.02

Camelot 09.12.072009-12-06T13:14:31Windows:

py -m pip install Camelot==09.12.07

Unix/macOs:

pip install Camelot==09.12.07

Camelot 09.12.062009-12-06T11:41:48Windows:

py -m pip install Camelot==09.12.06

Unix/macOs:

pip install Camelot==09.12.06

Camelot 09.09.262009-09-26T13:03:12Windows:

py -m pip install Camelot==09.09.26

Unix/macOs:

pip install Camelot==09.09.26

Camelot 09.07.172009-07-17T08:15:07Windows:

py -m pip install Camelot==09.07.17

Unix/macOs:

pip install Camelot==09.07.17

Camelot 07.092009-07-16T15:28:41Windows:

py -m pip install Camelot==07.09

Unix/macOs:

pip install Camelot==07.09


Step 4: Otherwise, you can install Camelot from local archives:

Download the distribution file from Camelot-13.04.13-gpl-pyqt.tar.gz or the specific Camelot version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Camelot_downloaded_file>

On Unix/macOs:

pip install <path_to_Camelot_downloaded_file>


List distribution:

- Camelot-13.04.13-gpl-pyqt.tar.gz
- Camelot-13.04.13_gpl_pyqt-py2.7.egg
- Camelot-07.09-py2.5.egg
- Camelot-07.09.tar.gz
- Camelot-09.07.17-py2.5.egg
- Camelot-09.07.17.tar.gz
- Camelot-09.09.26-py2.6.egg
- Camelot-09.09.26.tar.gz
- Camelot-09.12.06-py2.6.egg
- Camelot-09.12.06.tar.gz
- Camelot-09.12.07-py2.6.egg
- Camelot-09.12.07.tar.gz
- Camelot-10.07.02-py2.6.egg
- Camelot-10.07.02.tar.gz
- Camelot-10.11.27-py2.6.egg
- Camelot-10.11.27.tar.gz
- Camelot-11.05.13-py2.7.egg
- Camelot-11.05.13.tar.gz
- Camelot-11.09.10-py2.7.egg
- Camelot-11.09.10.tar.gz
- Camelot-11.11.14-py2.7.egg
- Camelot-11.11.14.tar.gz
- Camelot-11.11.16-py2.7.egg
- Camelot-11.11.16.tar.gz
- Camelot-11.12.29-py2.7.egg
- Camelot-11.12.29.tar.gz
- Camelot-11.12.30-py2.7.egg
- Camelot-11.12.30.tar.gz
- Camelot-12.06.29-py2.7.egg
- Camelot-12.06.29.tar.gz


Project link:

- Homepage