On 02/01/2011 02:43 PM, Diesel wrote: > I'd like to add menu entry in the Program Menu as part of the > installation of an application. Is it possible to do that from Python? > > Any examples or link? I have not been able to find anything with > google...
Use an installer program like nsis to create an installer package from your python app. It can do all those kinds of things, and clean up after the program is uninstalled. -- http://mail.python.org/mailman/listinfo/python-list