On Sat, Oct 25, 2008 at 06:32:57PM +0200, jannick.menanteau.gmail wrote:
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 ?
I think pharo purged the squeakmap cache from the image. Try Installer squeakmap update install: 'DynamicBindings'. that will update the squeakmap cache before loading. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/