On Mon, Dec 1, 2008 at 11:09 PM, tfer <[EMAIL PROTECTED]> wrote: > I'd like IPython to wind up in site-packages, looks like it should end > up in C:Python25, under windows when you run setup. As the bazaar > package I have included tortoiseBZR, the "pulled" trunk should remain > updatable, how do you manage this, keep the temporary package pulled > around, then update and re-run setup?
I use setuptools for this. run "setupegg.py develop" (nstead of install), and you can always pull to the dir without even installing. > I may not have the proper steps figured out yet, so far I've gotten > IPython installed and callable, but I can't get Leo to connect to it, > some error like "unable to load ipy-leo". One of the check in notes > mentions decoupling ILeo from IPython, does ILeo require its own run > of setup to enable it? No, but its now in ipython-extensions branch. You can get it with easy_install, or from bzr branch lp:~ipython-dev/ipython/ipython-extensions -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
