[Pybot-devel] portablility
Brought to you by:
niemeyer
From: Aaron S. <dh...@ho...> - 2001-11-21 01:39:14
|
I figured out the package deal about five minutes after I posted my message, isn't that how it always is ;-). Anyway, for reasons to ridiculous to go into hear, I am currently using a windows machine. Their are two issues I have run into so far with portability: For reasons beyon me, the check for the development evironment does not succesfully change the path to the root pybot directory on a windows machine. Patch1 takes care of this. Does it still run on Linux, It should. The second issue is that windows does not seem to provide SIGQUIT. I have just prepended an if sys.platform not 'win32' so that pybot will not register a handler for a non-existant signal and cause an exception. Do you think a try:, except: pass would be more portable? Does anyone care if it runs on windows? --------------------------------------------------------- Aaron, dh...@ho... |