WAKom doesn't work in Pharo? I believe I have the correct image and VM: I'm getting the following from 'WAKom startOn: 9050': 'BlockClosure(Object)>>doesNotUnderstand: #newProcessWithBindings:' Thanks, RS _________________________________________________________________ Lauren found her dream laptop. Find the PC thatâs right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
Robert Sirois wrote:
WAKom doesn't work in Pharo? I believe I have the correct image and VM:
I'm getting the following from 'WAKom startOn: 9050':
'BlockClosure(Object)>>doesNotUnderstand: #newProcessWithBindings:'
You might be missing the dynamic binding package (not sure about the exact name). Michael
Yea, that's correct. Now (running Seaside 2.9a3) I get this on localhost: '[closure] in WATableTag(WATagBrush)>>with:' RS
Date: Wed, 15 Jul 2009 08:55:50 +0200 From: m.rueger@acm.org To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] WAKom
Robert Sirois wrote:
WAKom doesn't work in Pharo? I believe I have the correct image and VM:
I'm getting the following from 'WAKom startOn: 9050':
'BlockClosure(Object)>>doesNotUnderstand: #newProcessWithBindings:'
You might be missing the dynamic binding package (not sure about the exact name).
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_________________________________________________________________ Lauren found her dream laptop. Find the PC thatâs right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
2009/7/15 Robert Sirois <watchlala@hotmail.com>:
Yea, that's correct. Now (running Seaside 2.9a3) I get this on localhost:
'[closure] in WATableTag(WATagBrush)>>with:'
You may want to ask on the Seaside mailing list. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
participants (3)
-
Damien Cassou -
Michael Rueger -
Robert Sirois