bofh19 / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

Trying to install. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzip last version
2. sudo python setup.py install

What is the expected output? What do you see instead?
It should install yappi.
I receive the error in the attached log. 

What version of the product are you using? On what operating system?
$ uname -a
Linux x-warrior-laptop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 
2010 x86_64 GNU/Linux

$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2

Using the stable release of yappi

Should yappi be in some special folder to install it? 

Original issue reported on code.google.com by matheusb...@gmail.com on 19 Aug 2010 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
From the error output it can be seen that Python.h is missing in your 
environment, this file is in the Python development package which you should 
have for any C extension to compile.
_yappi.c:10:20: error: Python.h: No such file or directory
If you are using Ubuntu try to get the python-dev package first.
sudo apt-get install python-dev(python-devel)

Original comment by sum...@gmail.com on 21 Aug 2010 at 3:19

GoogleCodeExporter commented 9 years ago
.

Original comment by sum...@gmail.com on 25 Aug 2010 at 4:45