By , on July 8, 2010

Python, Uncategorized

Tags:


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.



Leave a Reply