PythonD 32-bit Python Interpreter download
 
 Homepage

 

 

 

Digg This!   

Save to del.icio.us

 

ADDITIONAL LINKS:

www.watchtower.org - The only official English web site of Jehovah's Witnesses.

DJGPP - DJ Delorie's 32-bit DOS port of the GNU C complier and utilities

The Free Country - news on public domain sofware, open source and otherwise

 

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

PyOpenGL 2.0.1 15.11.2005 Size: 3mb

Mesa OpenGL Library required for PyOpenGL 5.1 26.11.2005 Size: 1.5mb

numarray 15.11.2005 Size: 1.3mb

Twisted 1.0.6 15.11.2005 Size: 1.2mb

Numeric 23.0 15.11.2005 Size: 510kb

Last modified: 20 March 2007

 

[Homepage] [Engineering] [PythonD] [Webstore] [Forum] [Resume]