Thank you all for your help! I just wanted to share my solution: I created a file 'install.py' that uses the python built-in function 'execfile' to register the application with agpm. It then uses shutil.copytree() to copy the subdirectories. A lot simpler than I thought.
DioselĂn.- Dioselin Gonzalez wrote: >Hello AG, > >What do you recommend for making an installer for my shared application? This >is my situation: > >My application consists of not only .py files but also other files and folders >that contain images, icons, etc. If I use agpm.py, it will copy only the .py >files to the corresponding folder. Tom mentioned that agpm is the standard >installer, so how do I tell it to copy the other directories and files as well? > >Hope I'm explaining myself clearly. > >thanks! > >Dioselin.- > >