Date: Mon, 29 Dec 2003 22:37:01 +0800 From: Khairil Yusof <kaeru@streamyx.com> To: ports@freebsd.org Subject: python version, modules and Zope Message-ID: <20031229143701.GC947@streamyx.com>
next in thread | raw e-mail | index | archive | help
--s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm starting to try port most of the Plone/CMF collective and any dependencies, and I'm encountering this problem. USE_ZOPE=3Dyes forces PYTHON_VERSION=3Dpython2.1 What happens is that, any python module dependencies, gets installed in=20 python2.1 site-packages directory, and usually conflicts with one installed as python2.3. eg. py21-imaging vs py23-imaging Although they should co-exist peacefully, as they are installed in separate directories, make install will complain that an older version of py-imaging (py23-imaging in this case) is already installed. Similarly portupgrade will try to upgrade py21-imaging to py23-imaging. What's the proper way to handle this? As reference, my first port attempt is at http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/60689 Any help would be much appreciated, as I can see this problem occuring again, for a lot of the new ports I'm planning to create. Thanks --s9fJI615cBHmzTOP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE/8DwMDAqnLW/+/X8RAqysAKCp8t5+pyLSe2xB0JxRu4x1h8w+MACeL3Pv x6Im2NsLQblqn5MoOPN41Lk= =VID/ -----END PGP SIGNATURE----- --s9fJI615cBHmzTOP--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031229143701.GC947>