On 2012-09-27, at 19:47, Hubert Wagner <hdmw@sukiya.fr> wrote:
Hello Cami : Thank you for your suggestion.
I've already attempted the approach suggested at the URL quoted. The "getInstaller" script doesn't work for me. So, of course, the original script still doesn't work.
However, this time I tried using Gofer to reinstall Metacello. (I couldn't find any reference to it in my image). That worked.
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMetacello'; load. (Smalltalk at: #ConfigurationOfMetacello) perform: #loadLatestVersion.
So I tried this : Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfDesigner'; load. (Smalltalk at: #ConfigurationOfDesigner) perform: #loadLatestVersion.
Error : ConfigurationOfDesigner class object > doesnotunderstand #loadLatestVersion
What now? I have Pharo 1.4. Should I try this with 2.0?
once you loaded ConfigurationOfDesigner check the instance-side methods, ConfigurationOfDesigner browse there should be plenty of versions :), then you can do (ConfigurationOfDesigner project version: 'FoundVersionString') load best cami