Hi All I have python application which performs extract, store and analyze data from web. I need a shell like environment for my program like
>>> e = extractor() >>> a = analyzer() >>> e.start() >>> a.start() Which will start my extraction process . After that I want check weather the extraction is running or not. Like >>> active_process() Is there any way to do the same. Any pointers to some examples or tutorials. -- ********************************** JAGANADH G http://jaganadhg.in *ILUGCBE* http://ilugcbe.org.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
