Can WebKit execute .pyc files? I changed Aplication.config as following:
'ExtensionsToIgnore': ['.pyo', '.py~', '.psp~', '.html~', '.bak'], 'ExtensionCascadeOrder':['.py', '.pyc', '.psp', '.tmpl', '.html'], 'FilesToHide': ['.*','*~', '*.bak', '*.config', '__init__.*', '*.pyo'], But it does NOT work because WebKit couldn't execute .pyc files. :( Is there any way to change its behaviour? I would like to prepare CD-ROM version of my application. It is based on WebKit http server and servlet so I would like to delete all source .py files and use only .pyc version. And another question. Can OneShotAdapter use sessions like heavy-duty mod_webkit version? -- JZ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
