Carsten Neumann wrote: > Hi Allen, > > Allen Bierbaum wrote: >> Carsten Neumann wrote: >>> To run the new fcdProcess.py cheetah must be installed, is this an >>> acceptable dependency ? >> IIRC, Cheetah has the capability to compile the code to standard python >> code and remove this dependency. This makes it a bit harder to maintain >> the code because if someone extends fcdProcess then they need to "build" >> it before committing the code but it would allow people to use it >> without having cheetah installed. > > That's what I thought too, hence I'm compiling the templates to python > code, but the code in the generated .py file inherits from > Cheetah.Template :( > I just uninstalled cheetah and run my stuff and sadly it fails.
Hmm... that is not good. I know I have done this in the past so I think it is possible but I don't remember the details. If nothing else, cheetah is pure python so we could check the files we need into a tools dependency subdir (or a vendor branch). It is not a great solution but it would work. -Allen ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
