Cryptography-cmm.8 on Seaside 2.8.4 windows

1 message Options
Embed this post
Permalink
Rogério Borba

Cryptography-cmm.8 on Seaside 2.8.4 windows

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
I am using seaside 2.8.4 one-click image based on Pharo.
I need this package for PostgreSQL. 
Ok, I will try to load Cryptography 0.3 version.
Thanks,
  Rogerio
 
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


Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 - Celebridades - Música - Esportes
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside