Menu

Python.h not found

2003-09-14
2021-05-18
  • Jay LeBlanc

    Jay LeBlanc - 2003-09-14

    My compile on cute-0.20 died.  One of the messages said that Python.h could not be found.  I have one under python but I am not sure how to tell cute where it is located.  Is there a PYTHON environment variable or something?  I am anxious to try this editor out... it looks and sounds awesome.

    Jay LeBlanc

     
    • Heiko Köhler

      Heiko Köhler - 2003-09-14

      change the PYTHON_INCLUDE_DIR  variable in cute.pro, run qmake cute.pro -o Makefile.
      Then type make.

      Heiko Khler

       
  • Roland Hughes

    Roland Hughes - 2021-05-18

    If you are running on Ubuntu or really any Debian based distro.

    sudo apt-get install python-dev

     

Log in to post a comment.