Kurt B. Kaiser | f5934dd | 2002-12-31 17:56:18 +0000 | [diff] [blame^] | 1 | IDLEfork Installation Notes |
| 2 | =========================== |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 3 | |
Kurt B. Kaiser | f5934dd | 2002-12-31 17:56:18 +0000 | [diff] [blame^] | 4 | IDLEfork requires Python Version 2.2 or later. |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 5 | |
Kurt B. Kaiser | f5934dd | 2002-12-31 17:56:18 +0000 | [diff] [blame^] | 6 | There are several distribution files (where xx is the subversion): |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 7 | |
Kurt B. Kaiser | f5934dd | 2002-12-31 17:56:18 +0000 | [diff] [blame^] | 8 | IDLEfork-0.9xx.win32.exe |
| 9 | This is a Windows installer which will install IDLEfork in |
| 10 | ..../site-packages/idleforklib/ and place the idefork startup script |
| 11 | at ..../scripts/idlefork. Rename this to idlefork.pyw and |
| 12 | point your launcher icons at it. Installation is as idlefork |
| 13 | to avoid conflict with the original Python IDLE. |
| 14 | |
| 15 | IDLEfork-0.9xx-1.noarch.rpm |
| 16 | This is an rpm which is designed to install as idleforklib in the |
| 17 | /usr/lib/python2.2 tree created by the Python2 rpm. It requires |
| 18 | python2 and python2-tkinter rpms. It installs as idlefork to avoid |
| 19 | conflict with Python IDLE. |
| 20 | |
| 21 | IDLEfork-0.9xx.tar.gz |
| 22 | This is a distutils sdist (source) tarfile which can be used to make |
| 23 | installations on platforms not supported by the above files. |
| 24 | It is configured to install as IDLE, not IDLEfork. |
| 25 | |
| 26 | Unpack in ..../Tools/, cd to the IDLEfork directory created, and |
| 27 | <python setup.py install> to install as IDLE. If you don't want to |
| 28 | step on Python IDLE, it is also possible to simply run <python idle.py> |
| 29 | to test in the IDLEfork source directory without installation. In this |
| 30 | case, IDLEfork will not be on your PATH unless you are in the source |
| 31 | directory. |
| 32 | |
| 33 | See README.txt for more details on this version of IDLEfork. |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 34 | |
| 35 | |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 36 | |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 37 | |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 38 | |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 39 | |