[Infrastructures] Any AIX, HP/UX, or IRIX people?
Bob Proulx
bob@proulx.com
Mon, 23 Jan 2006 22:49:10 -0700
Steve Traugott wrote:
> Does anyone have access to an AIX, HP/UX, or IRIX machine with python
> installed right now? If you do, could you start up python, try to
> load the threading library, and let me know what happens?
>
> $ python
> >> import threading
On HP-UX 11.00, 11.11, and 11.23, all the same:
Python 2.4.2 (#1, Nov 2 2005, 13:07:14)
[GCC 3.3.2] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>> import threading
>>>
Locally compiled.
> Bonus points if you can tell me the O/S version and anything about the
> version of python on the machine; did it come from the vendor?
HP-UX does not supply python. If available it must be locally
installed. Same for Ruby.
Bob