On Mon, Nov 17, 2014 at 9:30 AM, Edward K. Ream <[email protected]> wrote:
> > 1. pip install uses setup.py. > yes. > 2. It's not clear whether python setup.py install *also* works, or *never* > works, or something in between. > They both work -- on Windows; haven't tested Linux. Up until a few weeks ago "python setup.py install" did _not_ work, while "pip install ." _did_ work. As I recall, the needed fix was to use `zip_safe=False` (in setup.cfg). -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
