> > Then a default mode should be to generate html and an option could be: > > python jalapi.py -o txt mylib.jal > mylib.txt >
What if you want to use different templates for the same format ? This is actually what I did while developing it. And might want to do again when updating the template, etc... > > Also, the path to jalapi.py should be spelled out, right? >> > I'd say no. > > > Then the path to the lib should be spelled, which is a nuisance. You are in > the lib directory when you work on it. It would be best if jalapi.py could > be called from anywhere. > Use the PYTHONPATH, Luke (hum, Eur) ! And also consider the target: embed all dependencies in a standalone script. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
