I set up web2py on a Fedora EC2 server, running with mod_wsgi and Apache. Everything was working great with the initial setup. I then tried to get amf working, by doing the following:
$ easy_install pyamf $ apachectl restart However, when I try to connect with my Flex client, I get: "pyamf not installed or not in Python sys.path" When I run web2py from the command line and check sys.path, I see '/usr/lib/python2.5/site-packages/PyAMF-0.5.1-py2.5-linux-i686.egg' Is restarting Apache not enough? Do RPC services even run through Apache? (excuse my ignorance) Thanks- Yarin

