Hi, > I'm having trouble getting AG3 to work on my AMD64x2 machine running > Fedora 8. After following the installation instructions in > http://www.accessgrid.org/f8install I get this error message when I try > to run Venue Client in debug mode: > > Traceback (most recent call last): > File "/usr/bin/VenueClient", line 15, in > import agversion > ImportError: No module named agversion
You don't have the python-agversion package installed for some reason. It's a dependency that is normally downloaded automatically with yum. Download python-agversion-3.0.2-1.noarch.rpm from: http://www.vislab.uq.edu.au/ag3/fedora/8/x86_64/ and install it like so (but as root): rpm -ivh python-agversion-3.0.2-1.noarch.rpm Cheers, Doug

