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!