[Pidgin] #12895: Embed Python into plugin code

Pidgin trac at pidgin.im
Wed Nov 17 23:14:22 EST 2010


#12895: Embed Python into plugin code
----------------------------+-----------------------------------------------
 Reporter:  ipas            |        Owner:         
     Type:  plugin request  |       Status:  closed 
Milestone:                  |    Component:  plugins
  Version:  2.7.5           |   Resolution:  fixed  
 Keywords:  python          |  
----------------------------+-----------------------------------------------
Changes (by ipas):

  * status:  pending => closed
  * resolution:  => fixed


Comment:

 Thank you for all help.
 I've tried to change in 'pidgin/plugins/Makefile' >

 PYTHON = /usr/bin/python
 PY_CFLAGS = -I/usr/include/python2.6
 PY_LIBS = -L/usr/lib/python2.6/config -lpython2.6
 PLUGIN_CFLAGS += ${PY_CFLAGS}
 PLUGIN_LIBS += ${PY_LIBS}

 It work !

-- 
Ticket URL: <http://developer.pidgin.im/ticket/12895#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list