ok... cannot get rid of the "INFO: Can't locate Tcl/Tk libs and/or
headers".
Now same thing but weirder with curses:
i do not have ncurses-devel installed. still make trys to compile the
curses module.
how do i prevent that?
imo the configure should have more with/without switches... or do i
just
Hi,
I am going nuts here... I thought had a solution for this a few weekas
ago but my hdd crashed and i put the note i wrote somewhere I had no
backup.
The system is a RedHat Enterprise 4 and I cannot install additional
rpms.
While the ./configure seems to go through fine I get a "INFO: Can't
loc
Hi!
I have a number of ftp uploads running in parallel using
ftplib.storbinary and threading and in case one of them fails I need
to interrupt all the others (but not exit the program completely)...
do you guys have an idea how i could implement the interruption as
cleanly as possible?
thanks!
-
On Apr 18, 7:39 pm, Anton Hartl <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote:
>
> > On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote:
> >> Hi!
>
> >> I am doing a from source i
On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I am doing a from source installation of Python 2.5 on some old Debian
> machine. As the target directoy I want /opt/somename so i added it to
> the configure like so:
>
> ./configure --prefix=/op
Hi!
I am doing a from source installation of Python 2.5 on some old Debian
machine. As the target directoy I want /opt/somename so i added it to
the configure like so:
./configure --prefix=/opt/somedir
The following make works fine as far as I can see. Then the make
install also actually works a