我刚刚安装了Pharo5.0,并尝试使用"Pharo by Example“。
当我到达BouncingAtomsMorph时,我在Error Unknown variable:BouncingAtomsMorph openInWorld please correct or cancel中应用MartinW提供的"Gofer it“获取
这会产生一个MessageNotUnderstood: FileList class>>registerFileReader:
AnimatedImageMorph class initialize [:cl | cl registerFileReader: self ]
BlockClosure cull:
SystemDicdtionary(Dictionary) at:ifPresent:
AnimatedImageMorph class initialize
MCMethodDefinition postloadOver:
MCPackageLoader basicLoadDefinitions ....此列表不能通过鼠标滑动复制,因此请原谅打字错误。(有没有办法以文本格式获取此列表?)
Pharo5.0是一个稳定的版本吗?我没有注意到任何安装问题。
我的系统是CentOS Linux版本7.2.1511
发布于 2016-12-11 16:03:19
PHARO5是一个稳定的发行版,但是MorphExamplesAndDemos包不再针对PHARO5中的使用进行更新。
好的方面是,您报告的错误与BouncingAtomsMorph无关,而是与包中的另一个示例有关。如果调试器窗口出现,您可以单击放弃,并通过执行以下操作仍然使用BouncingAtomMorph:
BouncingAtomsMorph new openInWorld也许有人应该修复这个包,或者我们应该停止在Pharo文档中提到它。
https://stackoverflow.com/questions/41081811
复制相似问题