[reportlab-users] reportlab problemsl with two versions of python running in two different locations
Tim Roberts
timr at probo.com
Mon Sep 7 18:21:53 EDT 2009
dave s wrote:
> I need to install reportlab1-19 in Plone Unified Installer2.5.2 at
> opt/Plone/python2.4.4/lib/python2.4 inside. But when I try to run the
> setup there for reportlab ie. "python setup.py install" it installs it
> to my newest version python2.6 in a different directory
> /usr/lib/python2.6 and not in plone. 2.6 is for other application. How
> do I keep reportlab isolated to the Plone dirctory?
>
If you are just running "python setup.py install", then you are running
your "current" Python interpreter. If you specifically want the Python
inside /opt/Plone/python2.4.4, then you need to call it:
/opt/Plone/python2.4.4/python setup.py install
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the reportlab-users
mailing list