| Author |
Comment/Response |
Forum Moderator
email me
 |
02/26/97 11:31am
Reply to message #174 from Scott Pletcher: > In my case, Mathematica will not load the add on packages. I get a 'cant open Statistics'DataManipulation ' (or whatever package I am trying to load). I performed the standard installation, and all the files are where they should be. Is the a pointer somewhere that could be off? Thanks > > Hello, It looks like you are using apostrophes ( ' ) instead of the backquote ( ` ) as the separator when you load the package. Try: Get[''Statistics`DataManipulation`''] or Needs[''Statistics`DataManipulation`''] The backquote usually shares a key with the tilde ( ~ ) and is usually in the upper left corner of your keyboard. Forum Moderator
URL: , |
|