Re: Mathematica newbie
- To: mathgroup at smc.vnet.net
- Subject: [mg72624] Re: Mathematica newbie
- From: dh <dh at metrohm.ch>
- Date: Fri, 12 Jan 2007 06:21:53 -0500 (EST)
- Organization: hispeed.ch
- References: <eo4not$mav$1@smc.vnet.net>
Hi JP, try to do things simple. Simply read the file by giving the full filename, e.g.: <<"c:\\tmp\\Merger.m" I am not sure what file name Mathematica will search if you say: <<Merger`Merger`, but I suppose that the name will contain "Merger`Merger", e.g. "Merger`Merger.m", not excatly what you want. Further, do you really want to define a nested context where "father" and "son" have the same name? Maybe you want only "Merger`". Or if you want an inner private context, you usually name it e.g.: Merger`Private` Daniel JP Azevedo wrote: > Hello there, > > > I'm new to Mathematica and I'm trying to run a notebook which uses a package > called Merger.m > > > Although this notebook has worked fine a few days ago, today it started to > give me an error message saying: > > <<Merger`Merger` > Get::noopen: Cannot open Merger`Merger` > $Failed > > > > Both files can be downloaded from the page: > > http://www2.owen.vanderbilt.edu/luke.froeb/software/Default.htm > > > Any help to solve this problem will be much appreciated. > Cheers, > JP > > > > > > > > >