7 Mar
2003
7 Mar
'03
1:41 p.m.
Am Freitag, 7. März 2003 14:20 erhalten:
Now I've got following code:
-------------------- def ltoh(self): """Compile TeX-File""" import os msg = os.system( 'latex2html /home/mas/test.tex' ) if msg == 0: return 'Successfull' else: return 'Not Successfull'
--------------------
seems to be a class method (self ?) if not, call from a python scipt inside zope print container.Itoh(param) return printed fritz (-:fs)