Oct. 25, 2008
4:32 p.m.
Hi all, I would like to understand the behavior of Installer, and for this I use http://installer.pbwiki.com/Installer. But when I execute the first exemple : squeakmap := Installer squeakmap. squeakmap install: 'DynamicBindings'. squeakmap open. "opens the squeak map loader gui" I have an error due to a nil value. Installer has no value for 'DynamicBindings'. I think it not find the package. So, I execute Installer squeakmap open. a window is opened but there is nothing in it. For information, it works on Squeak3.10.2. Is there anything to do in Pharo to make it work ? Jannik