@theducks: Since the wget command worked that means the downloaded file is correct. What the install script does is call the tar command to check and then extract the downloaded file. Apparently something in your python setup is causing the tar command to fail when called from the install script.
Anything come to mind that might be causing this?
|