PythonD Environment in a Nutshell:
Full use
of PythonD requires installation of a proper Long Filename Driver for your
platform. See the main PythonD page for suggestions on this. Use of PythonD
networking requires configuration of your %WATTCP.CFG%/Wattcp.cfg. See the
'Networking' page for details.
The following list is an example of how *all* environment settings would look
for a PythonD installation without DJGPP installed. You may use this as a
short guide in setting up your own installation. Assuming that all PythonD
distribution files were extracted under C:\PythonD:
:: This one is needed for PythonD internaly. Most important SET PYTHONHOME
= C:/PythonD :: To save ourselves work, we will also set up a DOS PREFIX
SET PYTHONDIR = C:\Python :: Turn CASE sensitivity OFF under DOS, Win32
(especially without DPMI LFN driver) SET PYTHONCASEOK=1 :: Turn off memory
debugging (Optional) SET GO32_V2_DEBUG=n :: :: ADDITIONAL MODULES ::
for curses and terminal enabled programs - SET TERM=ansi.sys :: Watt-erloo
Socket support -- Should be a real dospath (needs closing `\ยด in Wattcp 2.2 R4)
set WATTCP.CFG=%PYTHONDIR%\etc\ set ETC=%PYTHONDIR%\etc :: DISLIN
Mathematical visualization package for DJGPP SET DISLIN=%PYTHONDIR%\etc\dislin
:: MESA - OpenGL - needed for MMX CPU opts. Factor of 8 (only 8 for NT) set
DMESA_GLUT_BPP=8 :: DXE - location for system libraries. Note the UNIX
convention used now! SET LD_LIBRARY_PATH=%PYTHONHOME%/lib
PythonD Distribution Downloads:
Note that
updated PythonD executable is
part
of uDOS.
PythonD 2.4.2 r 1.0 binary and source python distributions:
Base binary distribution. PythonD 2.4.2 R1.0 15.11.2005 Size: 15mb
Base source tree snapshot. PythonD 2.4.2 R1.0 15.11.2005
Size: 10mb
Last modified: 07 Nov 2008
|