Re: newbie, problems with loading packages
- To: mathgroup at smc.vnet.net
- Subject: [mg22508] Re: [mg22435] newbie, problems with loading packages
- From: "Mark Harder" <harderm at ucs.orst.edu>
- Date: Sat, 4 Mar 2000 02:27:09 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Kevin, Two things I can think of: 1.) Use Windows Explorer to check that UVW.m is found where you say it should be. Make sure it is .m, not .nb. 2.)I notice that the package resides in drive e:, Is this really where the rest of the Mathematica apps are stored? In order to load the package, the subdirectory containing it must be in the $Path for Mathematica. Run the $Path command to get a list of current paths. If you don't find it there, do AppendTo[$Path,"e:\\math3\\AddOns\\Applications" ]; to complete the path list. Good luck, mark harder harderm at ucs.orst.edu -----Original Message----- From: Kevin Tambascio <kmt at po.cwru.edu> To: mathgroup at smc.vnet.net Subject: [mg22508] [mg22435] newbie, problems with loading packages >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. > >Thanks in advance, >Kevin > > >