Charles Hooper

Thoughts and projects from a hacker and engineer

Python: Subprocess Module on BackTrack 4

I had trouble getting the subprocess module onto BackTrack 4. apt-get install python-subprocess wouldn’t do it, nor would easy_install subprocess. As it turns out, the name of the backported subprocess module is subprocess32, so easy_install subprocess32 fixed me up real good.

Comments