I'm attempting to port stackless to a OpenAt.

I am able to start the interpreter and run methods directly from my filesystem, 
but I'm running into problems when I attempt to import a module.
Things seem to be running well until the point of Python/import.c method 
find_module().

I am thinking that my own custom hooks need to be put into place, but I am not 
sure.  Has anyone ever ported stackless to an embedded system and run into this 
issue?
Does anyone have any suggestions?

Thanks.

Terry
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to