"Message file not found"

Stefan Schwarzer s.schwarzer at ndh.net
Sat Dec 25 18:54:53 EST 1999


Hello everybody,

I use the Python port (1.5.2) for OS/2 (Warp 4) and have the
following problem: When I type (for example)

    >>> f=open( 'spam', 'r' )   # spam doesn't exist

I get

    Traceback (innermost last):
      File "<stdin>", line 1, in ?
    IOError: [Errno 10] Message file not found.: 'spam'

while on Solaris it reads

    Traceback (innermost last):
      File "<stdin>", line 1, in ?
    IOError: [Errno 2] No such file or directory: 'spam'

Obviously, the (more specific) error messages in OS/2 are not there,
but so far I couldn't figure out how to "get them".

Any hints on this subject?

Any help is appreciated.

Stefan



More information about the Python-list mailing list