Re: Python 2.5 from source without tcl/tk

2007-07-04 Thread Florian Demmer
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

Python 2.5 from source without tcl/tk

2007-07-03 Thread Florian Demmer
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

Interrupting ftplib.storbinary()

2007-04-26 Thread Florian Demmer
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! -

Re: 2.5 from source install problem with extensions

2007-04-19 Thread Florian Demmer
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

Re: 2.5 from source install problem with extensions

2007-04-18 Thread Florian Demmer
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

2.5 from source install problem with extensions

2007-04-18 Thread Florian Demmer
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