Re: Porting a Python 2.5 dependent software.

2007-08-11 Thread Nikola Lecic
On Thu, 19 Jul 2007 20:55:23 +0530 [EMAIL PROTECTED] (Ashish Shukla आशीष शुक्ल) wrote: > Hi, > > I'm trying to port a package on FreeBSD. The package depends on Python > v.2.5 (which is not default on FreeBSD 6.2-RELEASE), and some python > modules. Now, the problem is that dependent python module

Porting a Python 2.5 dependent software.

2007-07-19 Thread Ashish Shukla आशीष शुक्ल
Hi, I'm trying to port a package on FreeBSD. The package depends on Python v.2.5 (which is not default on FreeBSD 6.2-RELEASE), and some python modules. Now, the problem is that dependent python modules are already installed in Python v2.4 PYTHON_SITELIBDIR directory. So when I execute "install" t