[Pharo-project] Installer in Pharo
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
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/
tx matthew! Stef On Oct 25, 2008, at 6:55 PM, Matthew Fulmer wrote:
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/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks, now it works :) Jannik Le 25 oct. 08 à 19:11, Stéphane Ducasse a écrit :
tx matthew! Stef
On Oct 25, 2008, at 6:55 PM, Matthew Fulmer wrote:
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/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
add it in the chapter :) On Oct 25, 2008, at 7:25 PM, jannick.menanteau.gmail wrote:
Thanks, now it works :)
Jannik
Le 25 oct. 08 à 19:11, Stéphane Ducasse a écrit :
tx matthew! Stef
On Oct 25, 2008, at 6:55 PM, Matthew Fulmer wrote:
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/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
jannick.menanteau.gmail -
Matthew Fulmer -
Stéphane Ducasse