Re: Python Embeded

2001-05-01 Thread Baruch Even
* Lars Gullik Bjønnes <[EMAIL PROTECTED]> [010501 18:43]: > Baruch Even <[EMAIL PROTECTED]> writes: > > | > Also I suggest making python scripting an optional > | > feature by providing a switch to > | > configure (to keep lyx as small as posible) > | > | This is my idea, I don't suppose everyon

Re: Python Embeded

2001-05-01 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Cool, references to python embeddings, I'll take a look. also have a look at the python stuff in Boost. the whole idea with Boost::python is to be able to share datastructures between C++ and python. | > Also I suggest making python scripting an option

Re: Python Embeded

2001-04-30 Thread Baruch Even
* Pablo De Napoli <[EMAIL PROTECTED]> [010501 09:34]: > Hi! > > About the python embeded project in LyX: > > I suggest you using swig (a program that > makes very easy to create python wrapers). As far as I understand it, it probably won't help us much since we do not have a clear api to expor

Re: Python Embeded

2001-04-30 Thread Pablo De Napoli
Hi! About the python embeded project in LyX: I suggest you using swig (a program that makes very easy to create python wrapers). I´ve helped to write the python bindings for glimmer (download it from http://glimmer.sourceforge.net/) may be you can get some ides from it. Other examples are co