What I meant was, is there an easy way to _move_ my app between systems. Like, move a single file and then install it on the target system? For example, many packages only require that you do: $ python setup.py install
And what about the TG components? How can I make a machine in which TG isn't installed, run an app written in TG? Is it necessary to install TG in the target machine too? Thanks. :-)

