Embedded Python?
-
Anyone ever done any embedded Python? MSVC++ specifically? I'm looking for some sample code, style suggestions, object heirarchies, and a forum in which to discuss this stuff. Know any? Other than the GvR docs? J
-
Anyone ever done any embedded Python? MSVC++ specifically? I'm looking for some sample code, style suggestions, object heirarchies, and a forum in which to discuss this stuff. Know any? Other than the GvR docs? J
We run Python as a scripting language, my job at the moment is to write a Win32 GUI library so we can create the GUI on the fly in Python. I don't know of any forums or other resources though, I bought a book. Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
-
We run Python as a scripting language, my job at the moment is to write a Win32 GUI library so we can create the GUI on the fly in Python. I don't know of any forums or other resources though, I bought a book. Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
Which book? I've been trying to find one that has more than about 4 pages on extending and embedding. J
-
Anyone ever done any embedded Python? MSVC++ specifically? I'm looking for some sample code, style suggestions, object heirarchies, and a forum in which to discuss this stuff. Know any? Other than the GvR docs? J
I haven't looked at it myself as I do little Python coding and no embedding, but you might want to take a look at Boost.Python in the Boost libraries (http://www.boost.org). (Is it embedding or wrapping?) William E. Kempf
-
Which book? I've been trying to find one that has more than about 4 pages on extending and embedding. J
I bought the Python Developers HAndbook (ISBN 0672319942) and found it has very broad coverage of Python. Apart from that we used online docs ( which is how we did the embedding, and I'm using the Royal 'we', I was working on a paint program at the time ) Christian As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet. Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
-
Anyone ever done any embedded Python? MSVC++ specifically? I'm looking for some sample code, style suggestions, object heirarchies, and a forum in which to discuss this stuff. Know any? Other than the GvR docs? J
Well, it's not an answer to your question, but have you looked at Lua? Lua is small, fast, and very easy to embed. www.lua.org Jim Wuerch www.miwasoft.com Quote from my readme files: "This is BETA software, and as such may completely destroy your computer, change the alignment of the planets and invert the structure of the universe."