[Seaside] Cryptography-cmm.8 on Seaside 2.8.4 windows

Mariano Martinez Peck marianopeck at gmail.com
Wed Jun 17 01:26:53 UTC 2009


Rogério Borba: Please, comment which Smalltalk dialect. Remember Seaside
runs in most if not all smalltalk dialects :)  I guess you are talking about
squeak. Few comments:

1) Seaside 2.8.4 is based on Pharo, not Squeak. Pharo is a fork or squeak.
You can read more of pharo in the website:
http://www.pharo-project.org<http://www.pharo-project.com>.
This question, and all the Pharo related, would be best to be asked in pharo
mailing list. I mean, you will get more answers there than here.

2) As Pharo is not Squeak, there are packages that works on Squeak but
doesn't in Pharo. Cryptography is an example. I tried to load Cryptography
and get a DNU InputEventSensor>>mousePoint. Was this your problem ? I tried
it in Linux and Windows, same result.

3) I don't know why you need this packages but for PostgreSQL driver I use
the Cryptography 0.3 version from Universe and at least work ok for me. To
do this. evaluate this:

|instClass |
Preferences disable: #showDeprecationWarnings.
instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader
loadLatestPackage: 'Installer-Core' fromSqueaksource: 'Installer'. Smalltalk
at: #Installer].

ScriptLoader new universalInstaller universe
    update;
    addPackage: 'Cryptography';
    install.


Cheers,

Mariano


2009/6/16 Rogério Borba <rogerio.borba at yahoo.com.br>

> Hello all
> I am using Seaside 2.8.4 image on windows. I´ve failed to load, via
> monticello, Cryptography-cmm.8.
> Any idea?
> Best regards
>
> ------------------------------
> Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/>-
> Celebridades<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/>-
> Música<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/>-
> Esportes<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090616/5bed1c78/attachment.htm


More information about the seaside mailing list