Skip to content

Instantly share code, notes, and snippets.

@dennisschaaf
Created August 26, 2009 20:11
Show Gist options
  • Select an option

  • Save dennisschaaf/175791 to your computer and use it in GitHub Desktop.

Select an option

Save dennisschaaf/175791 to your computer and use it in GitHub Desktop.
run:5: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
sin, sout = os.popen2("ps -af")
xterm -e "cd build/cmake; ./proximity_d" &
xterm -e "cd build/cmake; ./space_d" &
python csv_converter.py scene.csv scene.db
run:57: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
sin, sout = os.popen2(cmd)
cd build/cmake && cppoh_d --db ../../scene.db
sh: cppoh_d: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment