Hi Ashley > I am trying to work out the best way to install the AG toolkit on Redhat > Enterprise Linux 3 WS running on a dual processor Opteron x86_64.
> Atm the errors I get when starting the VenueClient.py are: > > ImportError: /usr/lib/python2.2/site-packages/wxPython/wxc.so: cannot open > shared object file: No such file or directory > > The file /usr/lib/python2.2/site-packages/wxPython/wxc.so does exist. I don't think the 64bit Python ever looks for that file, I think it needs: /usr/lib64/python2.2/site-packages/wxPython/wxc.so Download the wxGTK2 and wxPython SRPMs from Fedora Extras 3 or 4 and rebuild/install on RHEL3 x86-64. Cheers, Doug

