Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuaxo/vext.pygtk
Use PyGTK in a virtualenv on Linux, Windows or OSX, thanks to Vext
https://github.com/stuaxo/vext.pygtk
Last synced: about 7 hours ago
JSON representation
Use PyGTK in a virtualenv on Linux, Windows or OSX, thanks to Vext
- Host: GitHub
- URL: https://github.com/stuaxo/vext.pygtk
- Owner: stuaxo
- License: other
- Created: 2015-02-16T19:42:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T14:26:49.000Z (over 4 years ago)
- Last Synced: 2024-10-13T01:28:31.627Z (about 1 month ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Use PyGTK in a virtualenv on Linux, Windows or OSX.
===================================================Usage
-----```pip install vext.pygtk``` or add ```vext.pygtk``` to your requirements.txt
Dependencies
------------pygtk installed in the system python
Debian / Ubuntu
``` $ sudo apt-get install python-pygtk```
SuSE
``` $ zypper install python-gtk``
Fedora, Redhat, Centos
``` $ yum install pygtk2```
Windows
The pygtk all-in-one installer is work pretty well, there are other options - mixing them can cause issues.
Install it manually or if you have chocolatey you can just run ```choco install pygtk-all-in-one``` in a console window as Administrator.