Re: porting python in tz_vmm demo

2016-08-12 Thread Christian Helmuth
Hello Abhay, On Fri, Aug 12, 2016 at 12:05:00AM +0200, Abhay Amala wrote: > I could manage to enable python modules for my python project. I put the > directory containing the project file (python modules) and the python > standard libraries into a tar archive to be accessed by the tz_vmm (see

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

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: porting python in tz_vmm demo

2016-08-01 Thread Alexander Boettcher
Hello, On 29.07.2016 01:09, Abhay Amala wrote: > interpreter works fine now but I don't understand what is "*int > _sigaction(int, const sigaction*, sigaction*): _sigaction not implemented*" > message? Does anyone have any idea? Thanks in advance for your answers. > > [init -> test-python] int

Re: porting python in tz_vmm demo

2016-07-28 Thread Abhay Amala
Hi, After some trials and errors, I could manage to compile python2.6. I tried to run the test-python and got the following output. It seems the interpreter works fine now but I don't understand what is "*int _sigaction(int, const sigaction*, sigaction*): _sigaction not implemented*" message?