On Dec 2, 12:58 am, "Ville M. Vainio" <[EMAIL PROTECTED]> wrote:
> > ...
>
> 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
>
> --
Well I tried easy_install then bzr branch lp:~ipython-dev/ipython/
ipython-extensions
looked at the extensions setup.py file, does not have the ILeo module
in the module list
so setup does not actually add this module.
{snipped out where I asked about keeping Ipython synced with
developement trunk}
>
> I use setuptools for this.
>
> run "setupegg.py develop" (nstead of install), and you can always pull
> to the dir without even installing.
>
Is this what you are alluding to:
pull a copy of the developement trunk to some out of $PATH repository
directory
cd to that directory and invoke:
python setupegg.py develop
so the "egg" gets built but not installed in the local directory by
setuptools?
I haven't located info on this "develop" switch, is it in setuptools
or specific to Ipython's setupegg.py file?
do you then keep updating this repository and running say,
easy_install from the local directory to keep you Ipython current?
(I'm a little confused on this)
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
-~----------~----~----~----~------~----~------~--~---