I'm running OpenBSD 4.3, for now in a virtual machine until I get
enough self-confident with it. While I'm new to openbsd I've been
running FreeBSD as server and desktop for some years, and Linux very
longer.
I want to build python with no gui, and with no threads. It should be
very simple. So I'm following the instructions from here:
http://bda.mirrorshades.net/txt/systems/openbsd/installing_mod_python_on_openbsd.txt
Which means, for my purpose:
- comment 2.3 and 2.4 in Makefile
- change --with-threads to --without-threads in Makefile.inc
And build:
env FLAVOR="no_idle no_tkinter" make install
But still the system want's to compile tk. Shouldn't "no_idle
no_tkinter" in FLAVOR avoid having tk as a dependency for python?
Thank you!
Aline Freitas