Am 11.07.2012, 14:41 Uhr, schrieb Arana Fireheart <aranafirehe...@mac.com>:

Charlie,
I tried virtualenv after reading lots of people extolling it's virtues. Having had little luck with other methods I thought I would give it a try. I have managed to get this all built on my MacBookPro which is running Snow Leopard, but not on my desktop machine (iMac). HomeBrew lists PyQT as installed, but when I try to run some code it fails with a "can't find module". What I don't get is why python can't locate the installed modules. Do you have any hints as to how I can track this down?

Hi Arana,

virtualenv's are indeed a great idea. They allow you to isolate the
libraries for different projects from each other. However, if you are
using libraries that need compiling then it can be better to use "system"
libraries. You can do this in a virtualenv with the switch "--system-site-packages"

Charlie
--
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to