Re: Installing multiple Python versions + tkinter

2012-01-25 Thread Oliver Fromme
Oliver Fromme wrote: > What's the proper way to build tkinter for a non-default > Python version? Answering myself ... By reading through the bsd.python.mk Makefile I found out that the following incantation in tkinter's port directory does the trick: # PYTHON_DEFAULT_VERSION=python2.7 make

Installing multiple Python versions + tkinter

2012-01-25 Thread Oliver Fromme
Hi, I would like to install Python 2.7 in addition to an existing installation of Python 2.6. The latter should stay the default version. These are the existing Python ports: python26 py26-tkinter Now I've installed python27, too. That works fine so far, but I would also like to install tkint