MathGroup Archive 2008

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

Search the Archive

Re: Path, Get, etc.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87430] Re: [mg87377] Path, Get, etc.
  • From: jmt <jmt at dxdydz.net>
  • Date: Thu, 10 Apr 2008 02:14:15 -0400 (EDT)
  • References: <200804090953.FAA24792@smc.vnet.net>
  • Reply-to: jmt at dxdydz.net

On 2008 04 09, Steve Gray wrote:
  > 	I'm trying to read in "ConvexHull.m" with the line
  >
  > << "ConvexHull3D`";        but it always says
  >
  > Get::noopen: Cannot open ConvexHull3D`. >>
  >
  > Checking $Path, it includes paths to several folders which definitely
  > have a copy of ConvexHull.m, including
  >
  > "C:\\Documents and Settings\\All Users\\Application Data\\Mathematica\
  > \\Autoload",
  >
  > and there's a copy in the same folder as the file that calls it.
  > I don't understand why the file isn't found. I'd appreciate any tips.
  > Thank you.
  >
  > Steve Gray

The command
Get["ConvexHull3D`"]
will look for a file called ConvexHull3D.m
which is not the same as
ConvexHull.m

jmt

-- 
----------------------------------------
 Informatique technique et scientifique
      http://www.dxdydz.net


	Jean-Marie Thomas




  • Prev by Date: Re: Re:need help
  • Next by Date: Re: Pattern problem: How to count from a long list of numbers all
  • Previous by thread: Path, Get, etc.
  • Next by thread: Re: Path, Get, etc.