I would like my program in python to be put into the system in such a way that with a simple import
it can be executed, for example:
import meucodigo
meucodigo.main()
My code contains several files (own modules) and all are called through the main class.
The idea is that with this I can create an installer so that it fits everything correctly for the end user. I intend to use install creator 2 and so the user can call it after installation. Remembering that I need you to be an installer like the one mentioned. Any tips?
I know it's possible, but unfortunately I can not find any tutorial to teach it.
NOTE: I use and need to use python 2.5.