Thanks for the info !<br><br><div class="gmail_quote">On 5 December 2010 22:32, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sun, 5 Dec 2010, <a href="mailto:recursive68@gmail.com" target="_blank">recursive68@gmail.com</a> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I&#39;m trying to get OCompletion installed on Seaside 3.0 - Squeak 4.1 OneClick<br>
image using Metacello and I&#39;m running into issues. If I open a workspace I&#39;m<br>
getting the following error:<br>
</blockquote>
<br></div>
I guess you used ConfigurationOfOCompletion to load the package, but that doesn&#39;t work with Squeak 4.1, only with Squeak 4.2.<br>
<br>
This script can be used to load OCompletion to Squeak 4.1:<br>
<br>
Installer squeaksource<br>
        project: &#39;RoelTyper&#39;;<br>
        install: &#39;RoelTyper-FredericPluquet.82&#39;;<br>
        project: &#39;OCompletion&#39;;<br>
        install: &#39;Ocompletion-ul.73&#39;;<br>
        install: &#39;OcompletionSqueakCompatibility-ul.1&#39;.<br>
<br>
Note that newer versions of OCompletion are incompatible with Squeak 4.1.<br>
<br>
<br>
Levente<div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
MessageNotUnderstood: SmalltalkImage&gt;&gt;hasBindingThatBeginsWith:<br>
SmalltalkImage(Object)&gt;&gt;doesNotUnderstand: #hasBindingThatBeginsWith:<br>
SHParserST80&gt;&gt;resolvePartial:<br>
SHParserST80&gt;&gt;resolve:<br>
SHParserST80&gt;&gt;parseTerm<br>
SHParserST80&gt;&gt;parseBinary<br>
[] in SHParserST80&gt;&gt;parseKeyword<br>
BlockClosure&gt;&gt;ensure:<br>
SHParserST80&gt;&gt;parseKeyword<br>
SHParserST80&gt;&gt;parseCascade<br>
SHParserST80&gt;&gt;parseExpression<br>
SHParserST80&gt;&gt;parseStatement<br>
SHParserST80&gt;&gt;parseStatementList<br>
[] in SHParserST80&gt;&gt;parse:<br>
BlockClosure&gt;&gt;ensure:<br>
SHParserST80&gt;&gt;parse:<br>
SHParserST80&gt;&gt;parse<br>
SHParserST80&gt;&gt;rangesIn:classOrMetaClass:workspace:environment:<br>
SHTextStylerST80&gt;&gt;rangesIn:setWorkspace:<br>
SHTextStylerST80&gt;&gt;privateStyle:<br>
[] in [] in SHTextStylerST80(SHTextStyler)&gt;&gt;styleInBackgroundProcess:<br>
<br>
SmalltalkImage(Object)&gt;&gt;doesNotUnderstand: #hasBindingThatBeginsWith:<br>
SHParserST80&gt;&gt;resolvePartial:<br>
SHParserST80&gt;&gt;resolve:<br>
SHParserST80&gt;&gt;parseTerm<br>
SHParserST80&gt;&gt;parseBinary<br>
[] in SHParserST80&gt;&gt;parseKeyword<br>
BlockClosure&gt;&gt;ensure:<br>
SHParserST80&gt;&gt;parseKeyword<br>
SHParserST80&gt;&gt;parseCascade<br>
SHParserST80&gt;&gt;parseExpression<br>
SHParserST80&gt;&gt;parseStatement<br>
SHParserST80&gt;&gt;parseStatementList<br>
[] in SHParserST80&gt;&gt;parse:<br>
BlockClosure&gt;&gt;ensure:<br>
SHParserST80&gt;&gt;parse:<br>
SHParserST80&gt;&gt;parse<br>
SHParserST80&gt;&gt;rangesIn:classOrMetaClass:workspace:environment:<br>
SHTextStylerST80&gt;&gt;rangesIn:setWorkspace:<br>
SHTextStylerST80&gt;&gt;privateStyle:<br>
[] in [] in SHTextStylerST80(SHTextStyler)&gt;&gt;styleInBackgroundProcess:<br>
<br>
<br>
I&#39;ve tried reinstalling multiple times with a new image and keep running<br>
into this and a similar error. Previous error occurred when creating a<br>
subclass and auto-completion trying to run when typing the class name and<br>
failing with an error, similar to the one above (can&#39;t remember exact<br>
details).  It is driving me nuts.<br>
<br>
Any ideas ?<br>
<br>
Thanks<br>
<br>
</blockquote></div></div>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br>