[...] > But they must also have changed progsymlink to rename and not link the > "executables" asciidoc and a2x since they are python files without an > extension (bad Karma there too :(
Hi again, Told you it was bad Karma, this breaks Python import which requires .py extension. Since asciidocapi imports asciidoc it has to load the source manually instead of letting the Python process work, and that disables pre-compiled caching, meaning it has to compile the source each time. Since that mess exists in asciidocapi you can get away with it if you *MUST*, but it would be better if the normal asciidoc link method was used so caching worked. Or of course if you can suggest some alternative method that meets both requirements and is suitably backward compatible that would be even better :) Cheers Lex > > Good luck. > > Cheers > Lex > >> >> [1]: http://www.pathname.com/fhs/pub/fhs-2.3.html >> -- >> Olivier Bilodeau >> [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca >> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence >> (www.packetfence.org) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "asciidoc" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/asciidoc?hl=en. >> -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
