Forum: Poser Python Scripting


Subject: PoserPython prevented from using os.system on OS X?

deastham opened this issue on Jan 20, 2015 ยท 4 posts


deastham posted Tue, 20 January 2015 at 1:20 PM

TDLmake works now if I specify the path to tdlmake as part of the string passed to os.system. However, multiple command strings such as "cd "/Users/deastham/Desktop/RIBoutput"; /Applications/3Delight/bin/renderdl -D /Users/deastham/Desktop/RIBoutput/dgfg_0.rib" still don't work. (I am making sure to use the escape codes for slashes correctly. They are also used in the tdlmake calls.