MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: finding package in ExtraPackages`Enhancements`

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54089] Re: [mg54065] finding package in ExtraPackages`Enhancements`
  • From: DrBob <drbob at bigfoot.com>
  • Date: Thu, 10 Feb 2005 02:46:29 -0500 (EST)
  • References: <200502091427.JAA02776@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

Eliminate the "ExtraPackages" layer in the directory structure.

Bobby

On Wed, 9 Feb 2005 09:27:48 -0500 (EST), Murray Eisenberg <murray at math.umass.edu> wrote:

> Various packages suggest they should be installed in subdirectories of
> ExtraPackages.  For example, Ersek's RootSearch.m, is to be installed in
> subdirectory Enhancements of ExtraPackages.
>
> I keep all such 3rd party add-ons in a directory tree separate from the
> Mathematica install directory tree.  Namely, in a directory to which
> $UserBaseDirectory points.  Thus, RootSearch.m is in directory:
>
>    ToFileName[{$UserBaseDirectory, "ExtraPackages", "Enhancements"}]
>
> Yet still a command such as
>
>    <<Enhancements`RootSearch`
>
> or
>
>    Needs["Enhancements`RootSearch`"]
>
> fails to find its target.
>
> How can I make this work?
>
> Platform: Mathematica 5.1 for Windows (XP).
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: Plotting just specific points
  • Next by Date: Re: Plotting just specific points
  • Previous by thread: finding package in ExtraPackages`Enhancements`
  • Next by thread: Re: finding package in ExtraPackages`Enhancements`