[Webware-discuss] Question about .py files and .pyc files

2006-01-06 Thread Jeremy Kaplan
So pardon me if this seems like a silly question. We're attempting to cease shipping our .py files with our application, but we've encountered some friction when we pull out the .py files that webkit loads as servlets. Is there some setting in the webkit that we can enable so that it will use

Re: [Webware-discuss] Question about .py files and .pyc files

2006-01-06 Thread Gary Perez
In your Configs/Application.config Check the lines: 'ExtensionsToIgnore': 'ExtensionsToServe': 'UseCascadingExtensions': 'ExtensionCascadeOrder': Not tested by me, but that might fix it? HTH, -Gary On Jan 6, 2006, at 5:21 PM, Jeremy Kaplan wrote: So pardon

Re: [Webware-discuss] Question about .py files and .pyc files

2006-01-06 Thread Christoph Zwerschke
Gary Perez wrote: Check the lines: 'ExtensionsToIgnore': 'ExtensionsToServe': 'UseCascadingExtensions': 'ExtensionCascadeOrder': Not tested by me, but that might fix it? That definitely works. You can even serve .pyo instead of .pyc (set PYTHONOPTS=-O in the