pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
127 stars 36 forks source link

explicit python2 and system-site-package for _venv #75

Closed tvannahl closed 10 years ago

tvannahl commented 10 years ago

The explicit use of python2 is usefull on distributions where python3 is the default python.

The use of system-site-packages was nessesary on my installation. Without pgi-docgen was unable to import gi.repository.

lazka commented 10 years ago

Sure, but pgi-docgen doesn't use gi.repository..