[Idle-dev] idlefork on Linux

Stephen M. Gava elguavas@users.sourceforge.net
Thu, 11 Oct 2001 09:19:53 +1000


> How do I install idlefork under Linux (RedHat 7.1 iwith Python 1.5.2)?
>
> If I simply copy the files into a random directory I get an import failure
> as idle imports PyShell which imports warnings which does not exist.
>
> warnings does exist in the Python 2.1 Windows version in
> Python21/Lib/warnings.py - I don't find anything comparable under Python
> 1.5.2 on Linux.

>From INSTALL.txt in the IDLEfork 0.8.1 distribution:

IDLEfork INSTALL notes
======================

The emphasis in IDLEfork is now for the project to be able to be run
directly from the unpacked source directory. This is to enable easy testing
of (and hacking on) IDLEfork, and will also prevent interfering with the 
stable Python IDLE set up in any way.

To install IDLEfork just unpack the archive into its own directory wherever
you like. To run IDLEfork just go to the directory you unpacked IDLEfork
into and then run 'python idle.py' in an xterm under unix/linux, or 
'idle.pyw' under windows 98/2000. Remember that IDLEfork 0.8.1 and greater 
require python 2.1 or greater.

-- 
Stephen M. Gava  <elguavas@users.sourceforge.net>
IDLEfork ( http://idlefork.sourceforge.net )  " just like IDLE, only crunchy "