Python 2.3.4

Build it shared with readline, curses and termios.
Patch available at
http://timonin.home.mindspring.com

Of course, it has only modules from python.org distribution.

Armin Steinhoff build it (2.3.3) with nice additions:
http://sourceforge.net/projects/pyqnx

I just like to have termios build in too (tiny serial line communication
project).

On Mon, 07 Jun 2004 00:39:57 -0700, Vladimir Timonin <timonin@mindspring.com> wrote:

Build it shared with readline, curses and termios.
Patch available at
http://timonin.home.mindspring.com

Of course, it has only modules from python.org distribution.
Is it for qnx6 only?

Tony.

Tony wrote:

On Mon, 07 Jun 2004 00:39:57 -0700, Vladimir Timonin
timonin@mindspring.com> > wrote:


Build it shared with readline, curses and termios.
Patch available at
http://timonin.home.mindspring.com

Of course, it has only modules from python.org distribution.

Is it for qnx6 only?

Tony.
Yes, this is for QNX6.

Tony wrote:

On Mon, 07 Jun 2004 00:39:57 -0700, Vladimir Timonin
timonin@mindspring.com> > wrote:


Build it shared with readline, curses and termios.
Patch available at
http://timonin.home.mindspring.com

Of course, it has only modules from python.org distribution.

Is it for qnx6 only?

Tony.

What you need

SHELL=$( whence bash ) bash

export LDFLAGS=-N512000

./configure --disable-shared --disable-threads

cd Modules

edit Setup to link (uncomment)
array, cmath, math, struct, time, operator, _weakref, _testcapi,
fcntl, pwd, grp, select,
_socket (check that socket library is from /usr/tcptk/current/usr/lib)
add
_random _randommodule.c
etc…

make

Look what other modules you may need: check what modules Armin Steinhoff
put in build of 2.2 for QNX 4.25.

On Wed, 09 Jun 2004 00:33:02 -0700, Vladimir Timonin
<timonin@mindspring.com> wrote:

What you need

SHELL=$( whence bash ) bash

export LDFLAGS=-N512000

./configure --disable-shared --disable-threads

cd Modules

edit Setup to link (uncomment)
array, cmath, math, struct, time, operator, _weakref, _testcapi,
fcntl, pwd, grp, select,
_socket (check that socket library is from /usr/tcptk/current/usr/lib)
add
_random _randommodule.c
etc…

make

Look what other modules you may need: check what modules Armin Steinhoff
put in build of 2.2 for QNX 4.25.

Thank you, I’ll try…

Tony.