At 11:18 PM 10/24/2001 +0200, markus jais wrote: >hello > >I changed the permissions of the webware directory and the underlying >directories like "WebKit" all to 755 and also all *py files within these >directories. > >apache runs as user "apache". I am using RedHat 7.1 > >it still does not work! >any other hints??
Well since you are getting the exception, then you can obviously execute both CGI and Python code. Now you can actually play with Python to help you solve the problem. For example, does the following pass: import os assert os.path.exists(WebwareDir) assert os.path.isdir(WebwareDir) if you slap that inside your WebKit.cgi? -Chuck _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss