PDA

View Full Version : Parse a pickle file



karye
19th January 2006, 15:52
How would it be possible to access python objects from within qt/kde. More specifically I'd like to parse a pickle file.
Any pointer to some code sample would be much appreciated.

Codepoet
19th January 2006, 18:02
I don't know if it is possible to use cpickle without Python. You could search for that or ask the people on http://www.python.org

How about embedding python in your application? That's described in the python docs. Then you could evaluate the contents of the pickle file within Python.