joey boggs wrote:
wouldn't it be easier to use a good old Unix shell for this? or just a
stock Python with some boilerplate code?
drop("/stuff")
drop("/otherstuff")
</F>
That's kinda what I'm looking for, but it can't be interactive
as there's no way to send input during the installation.
It should pass the DROP statements to the interpreter and the
interpreter takes the input and runs os.rmdir()
or something similar. This way the backend does all the
work and the frontend
as there's no way to send input during the installation.
It should pass the DROP statements to the interpreter and the
interpreter takes the input and runs os.rmdir()
or something similar. This way the backend does all the
work and the frontend
stock Python with some boilerplate code?
drop("/stuff")
drop("/otherstuff")
</F>