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:  <br><br>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: <a href="http://www.pharo-project.org">http://www.pharo-project.org</a><a href="http://www.pharo-project.com" target="_blank"></a>. 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.<br>

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

<br>3) I don&#39;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:<br><br>|instClass |<br>Preferences disable: #showDeprecationWarnings.<br>

instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader loadLatestPackage: &#39;Installer-Core&#39; fromSqueaksource: &#39;Installer&#39;. Smalltalk at: #Installer].<br><br>ScriptLoader new universalInstaller universe    <br>

    update;<br>    addPackage: &#39;Cryptography&#39;;<br>    install.<br><br><br>Cheers,<br><br>Mariano<br><br><br><div class="gmail_quote">2009/6/16 Rogério Borba <span dir="ltr">&lt;<a href="mailto:rogerio.borba@yahoo.com.br" target="_blank">rogerio.borba@yahoo.com.br</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>
<font color="#0000ff">Hello all<br>
I am using Seaside 2.8.4 image on windows. I´ve failed to load, via monticello, Cryptography-cmm.8.<br>Any idea?<br></font></div>
<div><font color="#0000ff">Best regards</font></div></div><br><div>


      <hr size="1">Veja quais são os assuntos do momento no Yahoo! + Buscados: <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/" target="_blank">Top 10</a> - <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/" target="_blank">Celebridades</a> - <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/" target="_blank">Música</a> - <a href="http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/" target="_blank">Esportes</a></div>

</div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>