From 18109193b239be6e7ecc4c2d07c9c999e33081f8 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 12 Sep 2012 21:29:49 +0000 Subject: checks for systray in unity --- pkg/postmkvenv.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/postmkvenv.sh') diff --git a/pkg/postmkvenv.sh b/pkg/postmkvenv.sh index 99e364c0..efdbc2fb 100755 --- a/pkg/postmkvenv.sh +++ b/pkg/postmkvenv.sh @@ -1,8 +1,12 @@ #!/bin/bash # This hook is run after a new virtualenv is activated. # ~/.virtualenvs/postmkvirtualenv +# tested and working in debian # Symlinks PyQt4 from global installation into virtualenv site-packages +# XXX TODO: +# script fails in ubuntu, with path: /usr/lib/pymodules/python2.7/PyQt4 +# use import PyQt4; PyQt4.__path__ instead LIBS=( PyQt4 sip.so ) -- cgit v1.2.3