porting Python

Brad Clements bkc at Murkworks.com
Wed Oct 6 18:10:34 EDT 2004


"Jive Dadson" <jdadson at yahoo.com> wrote in message
news:416349E9.F12B4AE1 at yahoo.com...
> Is there documentation on how to port Python to a new operating system?

> Thanks.

I've ported Python to:

a) Novell NetWare/NLM (that's a true port)

b) cross compiled to uClinux on 68000 processor (not so much a port, more of
a hack-out-bits job)

c) Re-ported Python to Windows CE (2.0, 2.1 and 3.0) boot strapped by Mark H
(who worked from .. ?? someone else's stuff) and subsequently I handed my
stuff to other talented folks.

--

Anyway it's best to start with the simplest build (no threading, no posix
functions).. Then progressively add components once you have the build
process working.

Note that current Python 'builds' use python to bootstrap optional modules,
so that will most likely need adjustment in your environment.

Regarding site.py and search paths, your search path is environment
specific, so that can really be entirely up to you how that works.

--

You mentioned OnTime, which looks like a win32 work-alike. Though, I can't
see what's going to be "real-time" about Python, I guess that depends on
your end-use.

email me directly at bkc at murkworks.com if you wish.

-- 
Novell DeveloperNet Sysop #5

_






More information about the Python-list mailing list