Rajeev S writes: > Further, The mmclient.py *should have* a callable function for it > to work as a module entry point (a.k.a shell command), when > installed through `python setup.py install`. The created executable > does `import` the mmclient
I still don't understand this. You have a module whose "main function" would perfectly servicable as "the executable" if you unwrap it (delete the "def main" statement and fix indentation), and in fact doesn't serve any purpose other than to be imported into a generated script? Seems to violate TOOWDTI to me. _______________________________________________ Mailman-Developers mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
