<div dir="ltr"><div>Hi,</div><div><br></div><div>I try to install Seaside on Pharo 6 but the installation procedures fail.</div><div><br></div><div>If I use the Catalog Browser and I choose to install the stable version of Seaside3, I get a error message but no description of the problem. The installation is simply not possible.</div><div><br></div><div>If I use the method described on the Seaside website:</div><div><br></div><div>Gofer new</div><div>    url:'<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main</a>';</div><div>    package: 'ConfigurationOfSeaside3';</div><div>    load.</div><div>((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load.</div><div><br></div><div>Seaside seems installed but I can't launch the Seaside Control Panel. I get the error message "KeyNotFound: key #NewListModel not found in SystemDictionary".</div><div><br></div><div>If I try to install all the Seaside packages:</div><div><br></div><div>Gofer new</div><div>    url:'<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main</a>';</div><div>    package: 'ConfigurationOfSeaside3';</div><div>    load.</div><div>((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load: 'CI'.</div><div><br></div><div>I get the error message "Could not resolve: Zinc-Seaside".</div><div><br></div><div>Someone have a method to install Seaside in Pharo 6 ?</div><div><br></div><div>Best regards</div><div>Olivier :)</div></div>