Bluebird <p...@freehackers.org> added the comment:

Thanks for the quick feedback.

I agree that it makes sense for python modules to support -m. However, PyQt 
comes with many executables originally written in C++ for Qt (designer, 
assistant). It feels a bit strange to add a module with that name, just for the 
purpose of creating a -m target so that you can run it without Scripts in path.

Moreover, some of these C++ exectuables depends on DLL which are only in the 
Scripts directory and it might not work. I do not think that your proposal 
addresses the full problem.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to