Re: packages
- To: mathgroup at smc.vnet.net
- Subject: [mg3607] Re: packages
- From: fostad at marin.unit.no (Anders Fostad)
- Date: Thu, 28 Mar 1996 00:09:41 -0500
- Organization: The Norwegian University of Science and Technology
- Sender: owner-wri-mathgroup at wolfram.com
rhall2 at umbc.edu (hall robert) wrote: >I'm having a problem loading packages. I'm using Mathematica >2.2.2 on a Mac 7100/66. The standard packages load fine. I copied >the ComplexMap2 package from Maeder, "Programming in Mathematica," >p. 15. I've been over the code line by line, and as near as I can >tell, I haven't made any mistakes in copying, but it won't load. >In[5]:= > Needs[ "ComplexMap`" ] > Get::noopen: Can't open ComplexMap.m. > Needs::nocont: > Warning:Context ComplexMap` > was not created when Needs was evaluated. >Out[5]= > $Failed I think this has to be written like this: Needs["ComplexMap2`ComplexMap`"] Anders Fostad ==== [MESSAGE SEPARATOR] ====