[Geany] Generating python bindings (was Re: Query regarding plugin creation)

Jeff Pohlmeyer yetanothergeek at xxxxx
Fri Mar 21 18:16:37 UTC 2008


As far as this script is concerned, you could probably
do without it it, provided you at least have the
Python headers installed.

Just remove the line that says:
  python-config --libs > /dev/null || exit

And then change:
  $(python-config --includes)

To something like this:
  -I/usr/include/python2.4


 - Jeff



More information about the Users mailing list