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

Steven D'Aprano steve+comp.lang.python at pearwood.info
Tue Apr 2 22:44:59 EDT 2013


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"
>> 
>> when executing:
>> 
>> os.listdir('/some/NFS/dir')
>> 
>> The error only happens on NFS mounted dirs
>> 
>> Anyone else seen this?
> 
> Looks like it may be a aix and  NFS config issue as it only affects 1
> NFS server and only on AIX



Thanks for responding on-list with a follow-up, and I'm sorry that nobody 
was able to give you any useful answers. If you do find a solution, work-
around or even just an explanation, please consider replying again with 
an answer.




-- 
Steven



More information about the Python-list mailing list