The superscript, aka jallib wrapper, which this discussion is not about, will *not* call "grep" and "svn" executable. But it *will* require the Cheetah template lib (or another templating lib, but we need one IMHO), and the "wikify.py" lib. The main argument is I don't want to reinvent the wheel. More, since the "svn" executable won't be called, I'll need a svn python lib. And I won't rewrite it :)
Good news is while I trying to make progress the jallib wrapper, I'm beginning to find solutions which could create a standalone script. This standalone script would not require all those deps to be installed, because the way it's built, all those deps are extracted and embedded. Another way even allows to embed the python interpreter itself, so you don't even need to install anythin. Well, jal is needed :) I'll post about that. Seb Le Thursday 09 October 2008 20:11:53 Joep Suijs, vous avez écrit : > 2008/10/9, Sebastien Lelong <[EMAIL PROTECTED]>: > > Oh, I forgot... jalapi.py makes audacious system calls. For example, > > it directly call "svn" executable. It also expects to be able to call > > a certain "grep" executable. In a word, it expects a decent OS :) > > Just for the record: > > The 'superscript' (don't know if this topic is about this script) > needs to work without - what you define as - decent OS, since we > stated that it should only require python and jal installed. > > Joep > > -- Sébastien LELONG http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" 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/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
