Python为AIX上的posix grp函数提供了NotImplementedError

时间:2012-02-06 13:15:46

标签: python jython aix

我在使用python使用tarfile.extractall提取tar文件时发现了这个问题。该函数适用于其他操作系统,但在AIX上,我收到来自getgrnam的错误。

这是一个非常简单的测试,只调用getgrnam

Jython 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)
[IBM J9 VM (IBM Corporation)] on java1.5.0
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import grp
>>>
>>> file = "test.txt"
>>>
>>> grp.getgrnam(file)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/tmp/jython.jar/Lib/grp.py", line 67, in getgrnam
NotImplementedError: getgrnam unimplemented

知道为什么会发生这种情况以及解决方案可能是什么?

1 个答案:

答案 0 :(得分:0)

AIX没有显示为JIX的POSIX。