Re: OSError: [Errno 127] Value too large to be stored in data type

2013-04-02 Thread Steven D'Aprano
On Tue, 02 Apr 2013 08:44:31 -0700, Chris Hulan wrote: > On Tuesday, April 2, 2013 9:52:14 AM UTC-4, Chris Hulan wrote: >> Running Python 2.3.2 on AIX >> >> getting "OSError: [Errno 127] Value too large to be stored in data >> type" >> >>

Re: OSError: [Errno 127] Value too large to be stored in data type

2013-04-02 Thread Chris Hulan
On Tuesday, April 2, 2013 9:52:14 AM UTC-4, Chris Hulan wrote: > Running Python 2.3.2 on AIX > > getting "OSError: [Errno 127] Value too large to be stored in data type" > > when executing: > > > > os.listdir('/some/NFS/dir') > > >

OSError: [Errno 127] Value too large to be stored in data type

2013-04-02 Thread Chris Hulan
Running Python 2.3.2 on AIX getting "OSError: [Errno 127] Value too large to be stored in data type" when executing: os.listdir('/some/NFS/dir') The error only happens on NFS mounted dirs Anyone else seen this? -- http://mail.python.org/mailman/listinfo/python-list