Python.h

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • praveenkumar.117@gmail.com

    #1

    Python.h

    Hi,
    I am running python to c converter application. It throws an
    error saying python.h file not found.
    Can somebody plz suggest how to resolve this problem.
    Regards,
    Praveen Kumar

  • Fredrik Lundh

    #2
    Re: Python.h

    praveenkumar.11 7@gmail.com wrote:
    [color=blue]
    > I am running python to c converter application. It throws an
    > error saying python.h file not found.
    > Can somebody plz suggest how to resolve this problem.[/color]

    you need the python build files. if you're using Linux, look for
    something named python-dev or python-devel in your favourite package
    repository.

    </F>

    Comment

    Working...