Subject: Re: Hmmm From: "Timothy Rue" Date: 5 Jan 2003 19:44:21 -0500 To: Kingsley On 03-Jan-03 22:48:57 Kingsley wrote: > Timothy Rue wrote: >> The deadline is approaching.... should I extend it? Considering I >> didn't account for a vacation week in my original time estimate. > If you're happy with the progress then it doesn't matter what RAC > thinks. Apart from the odd bug-fix there's not that much to do now. > On monday I'll be adding the code to make Unix multitask, and then a > win32 set of code after that. >> BTW >> As a test it should be possible to write a script that contains all >> this phase of the projects, commands. > That would be an excellent testing tool. Although I didn't work today (sunday) I have suffered from sinus problems (headache) so unfortunately I haven't done the test script. I did try the "AI vic-name-pattern command" to send "dir" to all vics matching pattern... :) The output was that of going thru each vic matching pattern and outputing the dir listing, as it should. Would this be a test of the mutex.py ??? I also tried the "pk -del file" to get: (** note: I still do comment out os.chdir(home_dir) and set the VIC.RC file to reflect home = home and rooms = home/rooms - on the Amiga - but I don't think that would cause... or would it?) ------------------------- Ram Disk:> python main.py NO CURSES No-VIC> ai -n test Created 'test.5' test.5> pk -del default.pk Traceback (most recent call last): File "main.py", line 201, in ? state.processingEngine(state,stdscr,config,global_command_modules) File "state.py", line 261, in processingEngine self.executeCommand(this_state,self.vic_list[i],stdscr,config,command,command_modules) File "state.py", line 204, in executeCommand handled,stdout,error = command_modules[i].parseRun(this_state,vic,config,command,stdin) File "pk.py", line 70, in parseRun filename = vic.getPKRoom()+args[1] AttributeError: 'Vic' instance has no attribute 'getPKRoom' # I copied ai.html to the test.5 directory and then tried to delete it Ram Disk:> python main.py NO CURSES No-VIC> ai -n test Created 'test.5' test.5> pk -del ai.html Traceback (most recent call last): File "main.py", line 201, in ? state.processingEngine(state,stdscr,config,global_command_modules) File "state.py", line 261, in processingEngine self.executeCommand(this_state,self.vic_list[i],stdscr,config,command,command_modules) File "state.py", line 204, in executeCommand handled,stdout,error = command_modules[i].parseRun(this_state,vic,config,command,stdin) File "pk.py", line 70, in parseRun filename = vic.getPKRoom()+args[1] AttributeError: 'Vic' instance has no attribute 'getPKRoom' Ram Disk:> ------------------------- Thanks Kingsley, Tim Rue --- Timothy Rue Email @ mailto:timrue@mindspring.com Web @ http://www.mindspring.com/~timrue/