[Ipython-tickets] [IPython] #152: Igrid installs some data files where it shouldn't

IPython ipython-tickets@scipy....
Wed May 9 00:05:25 CDT 2007


#152: Igrid installs some data files where it shouldn't
---------------------+------------------------------------------------------
 Reporter:  fperez   |       Owner:  walter.doerwald
     Type:  defect   |      Status:  new            
 Priority:  normal   |   Milestone:                 
Component:  ipython  |     Version:                 
 Severity:  blocker  |    Keywords:                 
---------------------+------------------------------------------------------
 When installing, igrid puts a few files in a directory named IPython right
 below PREFIX:

 {{{
 igrid_help.css  igrid_help.html
 }}}

 It's in general very bad practice to create top-level directories
 immediately below PREFIX, since PREFIX can be something like /usr/ for
 default installations done at the system level.

 The attached patch fixes the problem, but I don't want to apply it without
 knowing if it breaks ipipe.  Since the files in question are for the ipipe
 html help, it may be that ipipe needs to also be modified so it finds them
 at runtime.  In that case, it may be better to put them somewhere other
 than under the docs, but certainly not at the top-level where they are
 going now.

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/152>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list