Hello,

I have a problem when trying to install uwsgi on a virtualenv using Python 2.7.3 installed with pythonbrew. This problem does not take place when I install uwsgi using a virtualenv with python 2.7.3 from ubuntu. Here you have the last message that appears when installing:
"
*** error linking uWSGI ***

----------------------------------------
Command /home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/bin/python -c "import setuptools;__file__='/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-rdLQEl-record/install-record.txt --install-headers /home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/include/site/python2.7 failed with error code 1
Storing complete log in /home/ubuntu/.pip/pip.log
"

And here you have the content from pip.log:
"
==> .pip/pip.log <==
    self.run(options, args)
File "/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/commands/install.py", line 228, in run
    requirement_set.install(install_options, global_options)
File "/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 1100, in install
    requirement.install(install_options, global_options)
File "/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/req.py", line 572, in install cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) File "/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/lib/python2.7/site-packages/pip-1.0.2-py2.7.egg/pip/__init__.py", line 255, in call_subprocess
    % (command_desc, proc.returncode))
InstallationError: Command /home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/bin/python -c "import setuptools;__file__='/home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/build/uwsgi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-rdLQEl-record/install-record.txt --install-headers /home/ubuntu/.pythonbrew/venvs/Python-2.7.3/project/include/site/python2.7 failed with error code 1
"
My system is Ubuntu 12.04 LTS.

Thank you for your help!
--
Arkaitz Múgica Islas <[email protected] <mailto:[email protected]>>

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to