Re: newbie, problems with loading packages
- To: mathgroup at smc.vnet.net
- Subject: [mg22500] Re: newbie, problems with loading packages
- From: Eckhard Hennig <hennig at itwm.uni-kl.de>
- Date: Sun, 5 Mar 2000 00:24:37 -0500 (EST)
- Organization: ITWM
- References: <89id4b$n90@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Kevin Tambascio schrieb in Nachricht <89id4b$n90 at smc.vnet.net>... >I am trying to load some custom packages that are required by my professor >in a class. I know that other people have used them, but I can't get them >to work. I copied them here: > >e:\math3\AddOns\Applications\UVW, where UVW is the name of the packages. I >try to load the package, and I get no warning, but when I try to use any of >the functions inside, all I get is the exact same text outputted. > >This is how I load the package: ><<UVW`DataRep` > >Here is what I am seeing: >In:= Histogram2D[heart, 0,100,10, 0,60,10] >Out:=Histogram2D[{{17.9,27},{23.1,4},{40,3},{6.5,35},...] > >I have seen this package run on Solaris during class, but I am running >Mathematica on WinNT4. Am I putting these packages in the right directory?? >According to the help file, I am. Any help would be appreciated. Please >email me in any replies. Kevin, I suppose that the directory "e:\math3\AddOns\Applications" is not on Mathematica's package search path. To let Mathematica find your package, add the following line to your kernel's init.m file, or execute this command first before attempting to load UVW`DataRep`: PrependTo[$Path, "e:\\math3\\AddOns\\Applications"] Best regards, Eckhard ----------------------------------------------------------- Dipl.-Ing. Eckhard Hennig mailto:hennig at itwm.uni-kl.de Institut fuer Techno- und Wirtschaftsmathematik e.V. (ITWM) Erwin-Schroedinger-Strasse, 67663 Kaiserslautern, Germany Voice: +49-(0)631-205-3126 Fax: +49-(0)631-205-4139 http://www.itwm.uni-kl.de/as/employees/hennig.html ITWM - Makers of Analog Insydes for Mathematica http://www.itwm.uni-kl.de/as/products/ai -----------------------------------------------------------