|
Hi, I try to install OSQA through proxy on Ubuntu. So, I face the error in the following step,
The error is,
But, I set the HTTP_PROXY environment value. export HTTP_PROXY=http://proxy.xxx.com:8080/ Do I have mistake? Thanks, Takeshi Hosokawa |
|
The problem is that the Django South package couldn't be found. I'm not sure whether this is related with the proxy environment you're using, but you can try downloading one their archived releases (http://www.aeracode.org/releases/south/) and install it using:
|
|
Thank you for your answer. I will use wget and setup.py instead of easy_install. Thanks, Takeshi Hosokawa |