Python with no tk as a dependency

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Aline Freitas
Date: Thursday, October 30, 2008 - 7:10 am

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Python with no tk as a dependency, Aline Freitas, (Thu Oct 30, 7:10 am)