Op 19-nov-09, om 09:42 heeft Jebagnana Das het volgende geschreven:

Hi Friends,

I want to thank you all for doing a great job.. I seek your suggestions and valuable guidance regarding two things.

1) I'm using python 3.1.1 and wxWidgets for GUI development in my project .. I want to have a half-duplex communication between widgets and python(say passing something from wxWidgets to python and processing there and sending it back to display the results in widgets). When i googled around i found that we have to have SWIG or Boost::Python and some other third party applications to make this to work.. I'm wondering why it's really tough to establish a communication between the two though wxWidgets which is an excellent tool is mainly projected as a GUI toolkit especially for c++ and python and python is described as a powerful scripting language.. Can u suggest an efficient way by which i could make these two programs to interact(back and forth) easily??



For your first question check out: wx.lib.pubsub: 
http://www.wxpython.org/docs/api/wx.lib.pubsub-module.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to