Re: Pharo 6 and Seaside

Paul DeBruicker <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
I've never tried but the first thing I'd check it if in the Metacello
Configuration is Pharo 6 mentioned at all?  If not then it means it hasn't
been ported.  

To begin doing that I'd add #'pharo6.x' next to all the #'pharo5.x'
declarations  so that at least you'd know that the most recent packages for
the most recently released Pharo are being loaded into your Pharo 6
environment.  


Same thing with the ConfigurationOfGrease



Olivier Auverlot wrote
> Hi,
> 
> I try to install Seaside on Pharo 6 but the installation procedures fail.
> 
> 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.
> 
> If I use the method described on the Seaside website:
> 
> Gofer new
>    
> url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
> ';
>     package: 'ConfigurationOfSeaside3';
>     load.
> ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load.
> 
> Seaside seems installed but I can't launch the Seaside Control Panel. I
> get
> the error message "KeyNotFound: key #NewListModel not found in
> SystemDictionary".
> 
> If I try to install all the Seaside packages:
> 
> Gofer new
>    
> url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
> ';
>     package: 'ConfigurationOfSeaside3';
>     load.
> ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load:
> 'CI'.
> 
> I get the error message "Could not resolve: Zinc-Seaside".
> 
> Someone have a method to install Seaside in Pharo 6 ?
> 
> Best regards
> Olivier :)
> 
> _______________________________________________
> seaside mailing list

> [email protected]

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





--
View this message in context: http://forum.world.st/Pharo-6-and-Seaside-tp4932797p4932800.html
Sent from the Seaside General mailing list archive at Nabble.com.
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.