At Ville's suggestion that I work with the developement version of ILeo, (included in IPython), I've pulled the development trunk of IPython. As this is not in the form of a pre-package "click to install" download, I've had to play a bit with setup. Skimming the docs, it looks like you are meant to download and uncompress a distribution to some temporary location, then execute: python setup.py install on the included setup.py file. This is meant to move the package files to a specific location, run the byte compilier to make the .pyc files put various other files in certain locations ,(e.g. \Scripts) and do some other housekeeping chores, (e.g. make the package visible in python's search path). Fine and good, but I've hit a few snags.
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 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? Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
