Using Python with SciTE editor

2007-10-19 Thread bobmon
Hello, I have a problem running Python programs from within SciTE, under Linux --- the input( ) function fails with "IOError: [Errno 9] Bad file descriptor" The same program will run happily in SciTE, under Windows --- gets the input, goes off and calculates wondrous things --- but somehow,

Re: newbie needs help building Python 2.5 for Fedora Core 6

2007-02-24 Thread bobmon
WOW. I'm gobsmacked... On Feb 24, 6:13 pm, Tony Nelson <[EMAIL PROTECTED]> wrote: > > Try it from the python command line. This is what happens when I try it Okay, that was interesting... Apparently there's a subtlety of /etc/hosts that affects this! Originally it had this line: 127.0.0.1

Re: Newbie question: Install Tkinter with Python2.5

2007-02-24 Thread bobmon
> how can I install Tkinter with Python2.5? I can install Python2.5 > (tarball) in the usual way but there is no Tkinter? What's wrong? I'm trying to build Python 2.5 under FC6, and had similar problems (plus others). I had to do "yum install" 'tcl-devel.i386' and 'tk- devel.i386' to get the tc

newbie needs help building Python 2.5 for Fedora Core 6

2007-02-24 Thread bobmon
Hello, and please be gentle... I'm trying to build Python 2.5 on my Fedora Core 6 installation. I think I've resolved most of my problems, but "make test" reports an error for test_socket.py, shown below. I suppose my FC6 installation is missing something, but I have no idea what. Any ideas, di