[IPython-dev] 0.9 beta, anything left?

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Aug 15 14:16:06 EDT 2008


On Fri, Aug 15, 2008 at 07:28:18PM +0200, Laurent Dufréchou wrote:
> I've just found that there is missing a file in the packaged thing:
> options.conf that must go inside Ipython/gui/wx/
> Is ok to add it?
> It's a configuration that is used by my ipython0 WX gui to start up and
> remind what are the options used by the user.

You have to keep in mind that it will be installed in a location where
the user might not be able to write. You do have a file in the user home
directory, right?

You need to add this file to the package data, in the setup.py, for it to
be installed. In ipython this is in setupbase.py, function
find_package_data.

Gaël



More information about the IPython-dev mailing list