[Seaside-dev] [Pharo-dev] Seaside loading broken in Pharo 7

Torsten Bergmann astares at gmx.de
Thu Mar 22 07:53:47 UTC 2018


Sven wrote:
>You must be looking somewhere else,
>http://mc.stfx.eu/ZincHTTPComponents/
>find 'Character-Encoding-Core', they are all there.



Hmmm ... mysterious ... I checked two times yesterday using a web browser after the 
loading trouble in Pharo and it was not there.


Works now using:


Gofer it
          url: 'http://mc.stfx.eu/ZincHTTPComponents';
           package: 'Zinc-Character-Encoding-Core';
          load.

Metacello new
  baseline:'Seaside3';
   repository: 'github://SeasideSt/Seaside:master/repository';
   load.


Thanks
T.


More information about the seaside-dev mailing list