Skip to main content

link gtk (py27) / gi (py3.4) modules into virtualenv for tox/virtualenv on Debian derived systems

Project description

This package is intended to be included in e.g. a tox.ini file for testing of packages that rely on gtk2.0. under Linux.

gtk is normally already installed on the target machine but not available in any virtualenv. Installing with pip as dependency is not possible.

This package, during setup, will setup links to the relevant directories (see main() in setup.py).

Typical use is to include the following dependency in your tox.ini file:

deps:
    pytest
    ruamel.venvgtk

or you can install the links to gtk in your virtualenv by activating your environment and doing:

pip install ruamel.venvgtk

You don’t need to import from this package. Everything interesting happens during installation!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruamel.venvgtk-0.4.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page