How to import modules from specific Python installation?

David Lyon david.lyon at preisshare.net
Sun Apr 26 19:59:25 EDT 2009


On Sun, 26 Apr 2009 13:07:24 -0700 (PDT), kk <maymunbeyin at gmail.com> wrote:
> I know there is a way to import from different Python installation but
> I could not find the answer.  I have Python 2.6 and 2.5

You can probably achieve this by adjusting the pythonpath to
search through the site-packages directory of the other installation.

David




More information about the Python-list mailing list