On 9/3/2013 10:49 PM, Skip Montanaro wrote:
> Ah, Unix users. Who else would imagine that the way to install something > called "wxPython" was to use "install wx"?I'm not a wxPython user, but it seems the package/module you import in your programs is "wx". Not an unreasonable guess at the PyPI package name.Skip
Yep, that was my thinking entirely. 'import wx' = 'pip install wx'. Seems perfectly logical to me.
-- https://mail.python.org/mailman/listinfo/python-list