Hello: I have successfully installed AG2.3 on a Fedora 2 system (see below)
however python does not find files that are existing in the /usr/lib/python2.3/site-packages/ (both wxc.so and rand.so are in their respective dir) Is there a system variable I need to set? thank you Ladan ------------------------------------------------------------------------ ------- [root@alpha root]# !yum yum install AccessGrid Gathering header information file(s) from server(s) Server: AccessGrid Fedora Core 2 - Stable Server: Fedora Core 2 - x86_64 - Base Server: Fedora Core 2 - x86_64 - Released Updates Finding updated packages Downloading needed headers AccessGrid is installed and is the latest version. No actions to take [root@alpha root]# VenueClient.py Traceback (most recent call last): File "/usr/bin/VenueClient.py", line 25, in ? from wxPython.wx import wxPySimpleApp File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, in ? import wxc ImportError: /usr/lib/python2.3/site-packages/wxPython/wxc.so: cannot open shared object file: No such file or directory [root@alpha root]# CertificateRequestTool.py Traceback (most recent call last): File "/usr/bin/CertificateRequestTool.py", line 15, in ? from AccessGrid.Toolkit import WXGUIApplication File "/usr/lib/python2.3/site-packages/AccessGrid/Toolkit.py", line 22, in ? from AccessGrid.Security import CertificateManager File "/usr/lib/python2.3/site-packages/AccessGrid/Security/ CertificateManager.py", line 46, in ? from OpenSSL_AG import crypto File "/usr/lib/python2.3/site-packages/OpenSSL_AG/__init__.py", line 11, in ? import rand, crypto, SSL ImportError: /usr/lib/python2.3/site-packages/OpenSSL_AG/rand.so: cannot open shared object file: No such file or directory