[AG-TECH] AG2.4 OSX node configuration

Christoph Willing willing at itee.uq.edu.au
Wed Sep 14 23:56:16 CDT 2005


Here's a quick fix for those using AG2.4 on OSX and having trouble  
with forgotten node configurations.

The problem occurs when changes are made to the configuration (e.g.  
changing the VideoConsumerService to a VideoService) and the standard  
"defaultMac" name is kept for the configuration when you store the  
configuration. The problem doesn't show up if you choose a different  
name and make it the default configuration. Possible solutions are:

1. as above, give the configuration a different name _and_ make it  
the default configuration
2.  edit the file:
     /Applications/AccessGridToolkit.app/Contents/Resources/lib/ 
python2.3/site-packages/AccessGrid/AGNodeService.py
and change line 95 from:
     if not firstLine.startswith('# AGTk 2.3b'):
to
     if not (firstLine.startswith('# AGTk 2.3b') or  
firstLine.startswith('# AGTk 2.4b')):



chris


Christoph Willing                           +61 7 3365 8350
QPSF Access Grid Manager
University of Queensland






More information about the ag-tech mailing list