Message671

Author nobody
Recipients
Date 2002-06-25.19:44:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
os.popen, os.popen2, os.popen3, os.popen4 do not work.  
Error response is:  
   
Traceback (innermost last):  
  File "uniquefile-popen.py", line 20, in ?  
AttributeError: class 'org.python.modules.os' has no  
attribute 'popen'  
  
importing popen and using popen.popen[234] results in  
pipe being undefindedd in modules.os  
  
Running under Linux - Mandrake 8.2 using  
j2sdk1.3.1-02b-FCS (blackdown) with jython 2.1 
  
  
History
Date User Action Args
2008-02-20 17:17:06adminlinkissue573784 messages
2008-02-20 17:17:06admincreate