Hi!
I'm trying to load Glamour in pharo 1.4 with the following script:
Gofer it squeaksource: 'Glamour'; package: 'ConfigurationOfGlamour'; load.
(ConfigurationOfGlamour project version: '2.3') load: #('Core' 'Morphic' 'Glamour-Magritte-Presentations')
And I'm having the following error:
This package depends on the following classes: GLMOpenBrowserAction You must resolve these dependencies before you will be able to load these definitions: morphicActOn:
Any idea?
Guille