On Friday, January 25, 2013 05:57:54 PM Barry Warsaw wrote:
> On Jan 25, 2013, at 05:43 PM, Scott Kitterman wrote:
> >There's another case as well.  If there is pure python code that is python3
> >version specific.  This is rare, but exists.  To make sip4/python-qt4
> >support multiple python versions I had to do some really unfortunate and
> >painful things to make it work.  It would be nice if we had a general
> >solution for this.
> 
> Perhaps in those cases, a pybuild option to install into the version
> specific location would be appropriate?

Perhaps.  I installed in the python3 level directory, but renamed the files 
based on what version of python3 they were built for and then made a common 
runtime file under the expected versionless upstream name that would use the 
correct one based on runtime detection of what version it was being run with.

I'd like something simpler/standard.

Scott K

-- 
ubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel

Reply via email to