Ionutz Borcoman wrote:
* renamed the starting script from pycomicsviewer to pycomicsviewer.py
Is it really needed? (especially on *nix)
Nope, but I want to make it work on Windows, too.
On Windows there are 2 problems:
* the name of the module is PyComicsViewer and the build_scripts can't create the pycomicsviewer because it conflicts with the module's name
* if I don't have the '.py' extension, the file manager will not know how to launch it and will ask the user about this.
So, to avoid these, I came with this simple solution :/
If there are better solutions, I'm open to suggestions. -- Ionutz Borcoman
http://borco.net/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
