Re: porting python in tz_vmm demo

2016-08-03 Thread Abhay Amala
Hi Alexander and Stefan, Thank you for your responses. I have another issue now. I couldn't import python built-in modules such as math, time, itertools, etc. I got "*No module named* " ImportError. However, I need this modules to run my python project. Does anyone have any idea to fix this

Re: Checkpointing dataspaces in core

2016-08-03 Thread Denis Huber
Hallo Stefan, thank you for your extensive answer. It helped me a lot. I will talk about your advice to implement the mechanism in user-space of Genode with my advisor. But if I have to implement it in core, how can I find an object in the object pool? * Publicly, it has only the insert,

Re: porting python in tz_vmm demo

2016-08-03 Thread Sebastian Sumpf
Hey Abhay, On 08/03/2016 11:10 AM, Abhay Amala wrote: > Hi Alexander and Stefan, > > Thank you for your responses. > > I have another issue now. I couldn't import python built-in modules such > as math, time, itertools, etc. I got "*No module named* " ImportError. > However, I need this modules