[Pharo-project] problems installing pier in pharo
i am trying to install pier into my development machine: Pharo-1.1-11411 Latest update: #11411 using this: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPier2'; load. but when i do this: (Smalltalk at: #ConfigurationOfPier2) load. i get this: Error: key not found any ideas? thanks! -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Sergio, I just tried a load into Pharo1.1.1 Latest update: #11414 with no problem, which means that it probably isn't a configuration/metacello issue ... I'll hunt for a "Pharo-1.1-11411 Latest update: #11411" to see if I can reprodduce the problem there ... a stack from your error would help me figure out what might be the real issue... Dale On 11/16/2010 11:45 PM, sergio_101 wrote:
i am trying to install pier into my development machine:
Pharo-1.1-11411 Latest update: #11411
using this:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPier2'; load.
but when i do this:
(Smalltalk at: #ConfigurationOfPier2) load.
i get this:
Error: key not found
any ideas? thanks!
It can be different things. Please upload the PharoDebug.log Cheers Mariano On Nov 17, 2010, at 4:45 AM, sergio_101 wrote:
i am trying to install pier into my development machine:
Pharo-1.1-11411 Latest update: #11411
using this:
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPier2'; load.
but when i do this:
(Smalltalk at: #ConfigurationOfPier2) load.
i get this:
Error: key not found
any ideas? thanks!
-- ---- peace, sergio photographer, journalist, visionary
http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
participants (3)
-
Dale Henrichs -
Mariano Martinez Peck -
sergio_101