W czwartek 14 sierpnia 2003 o godz. 01:10:59 [EMAIL PROTECTED] <[EMAIL PROTECTED]> napisał(a):
>> Can WebKit execute .pyc files? > > This is an interesting question, does anyone have an answer to this? I think, I found the answer. Although WebKit can download only .py files, all other (dependend) modules can (and are) loaded from .pyc version. So, if my all pages are managed by only one index.py file (which only reload different templates) the solution is to change its name to e.g. main.py and change content of index.py to "from index import *". In this way, only this source will be revealed. All other modules can by in compiled 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
