error loading Seaside - ''Cryptography'' not found

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

error loading Seaside - ''Cryptography'' not found

Sabine Manaa
Hi,

I took a new Image and tried to load Seaside as described here:
https://github.com/SeasideSt/Seaside
with:

Metacello new
  configuration:'Seaside3';
  repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
  version: #stable;
  load

I get the following error:

"'project group, or package named: ''Cryptography'' not found when used in requires: or includes: field of package: ''Seaside-Security'' for version: 3.2.0 of ConfigurationOfSeaside3.'"

I try with github now...

Regards
Sabine
Reply | Threaded
Open this post in threaded view
|

Re: error loading Seaside - ''Cryptography'' not found

Sabine Manaa
ok, with the github version, it works.