> > But, yesterday i was thinking in a thing... When you use py files and > servlets, it generates a pyc file with the bytecodes. > > But when you use PSP ? How to generate the bytecode ? > > Well, i work in a university and in rare execeptions the code must be > closed... How to use PSP and distribute the bytecode ? >
Hello there. I don't know if this answers your question, but here's some background: the PSPs are automatically compiled into .py servlet classes in your Cache/PSP directory, and those .pys are bytecode-compiled into .pycs in the same directory. I don't know for sure, but it may be possible to package all these files up together if the time stamps are proper (.pyc newer than .py newer that .psp). ofb:1%ls 13:59 ofb:~/yammer.net/Cache/PSP _home_jtr_yammer_net_Yammer_gale_logbased_frameset_psp.py _home_jtr_yammer_net_Yammer_gale_logbased_frameset_psp.pyc _home_jtr_yammer_net_Yammer_gale_logbased_logpager_psp.py _home_jtr_yammer_net_Yammer_gale_logbased_logpager_psp.pyc _home_jtr_yammer_net_Yammer_gale_logbased_send_psp.py _home_jtr_yammer_net_Yammer_gale_logbased_send_psp.pyc _home_jtr_yammer_net_Yammer_guest_index_psp.py _home_jtr_yammer_net_Yammer_guest_index_psp.pyc _home_jtr_yammer_net_Yammer_guest_marmaduke_psp.py _home_jtr_yammer_net_Yammer_guest_marmaduke_psp.pyc _home_jtr_yammer_net_Yammer_index_psp.py _home_jtr_yammer_net_Yammer_index_psp.pyc ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
