Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42584
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-04-02 08:44 -0700 |
| References | <a939c0f3-8ecc-41d5-9a6e-3f283e4e0c51@googlegroups.com> |
| Message-ID | <c44c7be8-93a2-4c33-818a-74b40f59de78@googlegroups.com> (permalink) |
| Subject | Re: OSError: [Errno 127] Value too large to be stored in data type |
| From | Chris Hulan <chris.hulan@gmail.com> |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OSError: [Errno 127] Value too large to be stored in data type Chris Hulan <chris.hulan@gmail.com> - 2013-04-02 06:52 -0700
Re: OSError: [Errno 127] Value too large to be stored in data type Chris Hulan <chris.hulan@gmail.com> - 2013-04-02 08:44 -0700
Re: OSError: [Errno 127] Value too large to be stored in data type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-03 02:44 +0000
csiph-web