Hello Matt,<div>If you want to use PostgreSQL it has the simplest route to DB connectivity since there are *no* external libraries required. It&#39;s all TCP/IP from the image to Postgres.</div><div><br></div><div>You can use Metacello with</div>
<div><br></div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Installer ss</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "> project: &#39;MetacelloRepository&#39;;</span><br style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); "> install: &#39;ConfigurationOfPostgresV2&#39;.</span> </div><div><br></div><div>ConfigurationOfPostgresV2 load</div>
<div><br></div><div>(The reason you see Smalltalk at: Config.. in Sean&#39;s scrript is so that you can select the whole script and &quot;Do It&quot;. This way you DoIt the first part, then the second).</div><div><br></div>
<div>Also note that the configuration will probably install Cryptography which is needed if you have to use MD5 hashed passwords for access to the Postgres server.</div><div><br></div><div>If not, you can use Monticello directly to just load the latest PosgresV2 package. But to do that you have to add the repository to Monticello first....</div>
<div><br></div><div>John</div><div><br></div><div><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 1:50 AM, Matt Chelen <span dir="ltr">&lt;<a href="mailto:mattchelen@gmail.com">mattchelen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Sean,<br>
<br>
I attempted to set up SqueakDBX using the method you recommended, and when it didn&#39;t work (couldn&#39;t find one of the objects, and I kept getting something similar to &quot;Nothing expected -&gt;&quot;), I attempted to hunt down Metacello on Google Code and install it using the method they recommended, which also didn&#39;t work.<br>

<br>
I&#39;m also looking into OpenGL packages (I figure I might as well figure all this out now and save myself the headache later), but none of them seem to be available in the SqueakMap. In particular, I was looking at AlienOpenGL and Lumiere.<br>

<br>
-Matt<br>
______________________________<u></u>_________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.<u></u>squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.<u></u>org/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>