[IPython-user] small problem and feature request for 0.8 egg

Ville M. Vainio vivainio@gmail....
Wed May 2 12:07:12 CDT 2007


On 5/2/07, Ryan Krauss <ryanlists@gmail.com> wrote:

> When I type %upgrade, it prints some potentially useful information
> briefly and then starts printing jiberish and then starts beeping the
> system speaker in an unbelievable annoying manner (loud and
> repetative).

Yeah, sorry about that. It's fixed in svn. Perhaps you could rename
your _ipython directory for a while and try again?

> I am trying to create an effortless install for my students, so
> editting a custom RC file seems like a bad idea - unless an egg can be
> created that installs this RC file automatically.

New style profiles (e.g. ipy_profile_sh.py) are normal python files
that are imported in ipython. You can easily create an egg that has
the profile as simple python module and import it in your
ipy_user_conf.py.

RC files are deprecated and only retained for backwards compatibility.

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'


More information about the IPython-user mailing list