Re: Files required for porting python

2010-02-24 Thread Gib Bogle
KIRAN wrote: "I see lot of code with several files." I had to laugh at this. -- http://mail.python.org/mailman/listinfo/python-list

Re: Files required for porting python

2010-02-22 Thread Kiran K
I will try to provide the API's on windows that my RTOS provides ex. If my RTOS has "fosCreateSemaphore" to create a semaphore I will implement the same API [ same function prototype] on windows using win32 CreateSemaphore. Similarly I will write a wrapper functions for accesing file system, task m

Re: Files required for porting python

2010-02-22 Thread Shashwat Anand
what do you exactly mean by "port python on to windows" ? Are you talking about your application or python itself :-/ ~l0nwlf On Mon, Feb 22, 2010 at 10:23 PM, KIRAN wrote: > Hi ALL, > > I am newbie to python and wanted to port python on to some RTOS. The > RTOS I am trying to port python is no

Files required for porting python

2010-02-22 Thread KIRAN
Hi ALL, I am newbie to python and wanted to port python on to some RTOS. The RTOS I am trying to port python is not posix compliant. First, I decided to port python on to windows and later I will port the same to my target system. [ This is just to minimize the effort being put port, debug and to