I sent the mail below before I was subscribed to the list. Sorry if you get it twice.
---------- Forwarded message ---------- From: Alex Schenkman alex@schenkman.info Date: Wed, Jul 13, 2011 at 17:00 Subject: Which Pharo version do I need for loading Glamour? To: moose-dev moose-dev@iam.unibe.ch
Hi list,
Loading Glamour on Pharo 1.2.2-12353 gives me the following warning:
This package depends on the following classes: SubscriptionRegistry You must resolve these dependencies before you will be able to load these definitions: SubscriptionRegistry>>glmSubscriptions
I did:
Gofer new
squeaksource: 'Glamour'; package: 'ConfigurationOfGlamour'; load. (Smalltalk at: #ConfigurationOfGlamour) perform: #loadDefault
Proceeding gives more warnings:
This package depends on the following classes: SubscriptionRegistry You must resolve these dependencies before you will be able to load these definitions: SubscriptionRegistry>>hasHandlerFor: SubscriptionRegistry>>lookFor: SubscriptionRegistry>>lookFor:ifNone: SubscriptionRegistry>>unsubscribeForEvent:
Proceeding loads but fails executing: GLMBasicExamples open
Thanks!