Hi, At present it is not possible to install Python modules for more than one version of Python concurrently. A simple way around this would be to embed MODPY_VERSION (or some modified form thereof) into PKGNAME. For example "py-flowd-0.9-py2.4" or something like "py24-flowd-0.9".
This would allow parallel installation of modules and would make it more apparent which version of Python an installed module relates to. Does anyone have any thoughts on this? If there are no objections, I'd be happy to implement it. -d
