From: LoD M. <lod...@gm...> - 2009-05-18 17:38:38
|
I have imported os, but when I try to access this module method, I get the following error: >>> os.devnull Traceback (innermost last): File "<console>", line 1, in ? AttributeError: class 'org.python.modules.os' has no attribute 'devnull' |