Created
August 26, 2009 20:11
-
-
Save dennisschaaf/175791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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