Hi Jeremy, > Good afternoon all, today was my first real problem with the 2.4 > client. I was installing the 2.4 toolkit on a number of brand new > PowerBook Duo Core Mac laptops with 10.4.8. The installation went > fine, but the toolkit would never start. By using Terminal I was able > to get an error message when trying to run runag.sh:
> ImportError: > dlopen(/Applications/AccessGridToolkit.app/Contents/Resources/lib/python2.3/site-packages/pyGlobus/ioc.so, > 2): no suitable image found. Did find: > > /Applications/AccessGridToolkit.app/Contents/Resources/lib/python2.3/site-packages/pyGlobus/ioc.so: > mach-o, but wrong architecture It's basically saying you can't use a PPC Python binary module with an Intel Python interpreter as the Rosetta PPC emulator can not be used in this situation. I think the only option is to compile the AGTk 2.4 binary dependencies on Intel MacOS X. Doug

