stephan <stephan@stack.nl> wrote:
On 10-09-17 23:04, Mark Bestley wrote:
I downloaded 64bit Pharo from <http://files.pharo.org/platform/Pharo6.1-64-mac.zip>
Started it and first thing opend Catalog Browser. I searched for plot Chose pLotMorph and chose Install Stable Version
I got an Information window saying There was an error trying to install PlotMorph. Installation was cancelled.
To debug this:
Instead of installing the stable version, load the configuration.
Type shift-enter to open Spotter. Type Plot and enter to find ConfigurationOfPlotMorph and browse it. First take a look at method #stable to see what is defined there
Yep, there is the missing information. So let's fix the version10. We can do it in place, as this can not have worked. Otherwise we would have had to add a new version, and updated the #stable.
Name: ConfigurationOfPlotMorph-StephanEggermont.4 Author: StephanEggermont Time: 11 September 2017, 12:09:08.46706 pm UUID: d297b6da-4815-0d00-8219-91680d9ac81c Ancestors: ConfigurationOfPlotMorph-StephaneDucasse.3
Fixed version10, added pharo 7
Ok thgat now loads but on loading. I get a large spew of code in the transcript including several OCStoreIntoReadOnlyVariableError: Cannot store into -- Mark