From: Chris M. <ch...@hd...> - 2001-03-29 00:26:38
|
Is there an easy (or not so easy) way to run a system command in jython? I tried to run os.system(xpdf foo.pdf) and I get this: AttributeError: class 'org.python.modules.os' has no attribute 'system' Thanks, Chris |