Alan, did you try downloading the stable version?
((Smalltalk at: #ConfigurationOfMagma) project version: #stable) load
because latest version can be in development or unstable...
Hello folksI seem to have some trouble trying to install Magma on a fresh Pharo 1.2.1 image (both cogVM and Squeak)steps I follow wereopen the external project workspace by executingDEVImageWorkspaces openExternalProjectWorkspacerunGofer newsqueaksource: 'MetacelloRepository';package: 'ConfigurationOfMagma';load.as suggested by the workspace, and then((Smalltalk at: #ConfigurationOfMagma) project latestVersion) loadalso as said in the workspace.I ended up with an error window sayingMetacelloProjectSpecLoadError: No version found for "4.4.0" of ConfigurationOfOSProcessJudging�for the error I'm guessing that OSProcess 4.4.0 is not on the MetacelloRepository but nothing indicates an alternative way to install it.By the way, everything installs fine if I try to install Magma using the file provided for Pharo 1.2 in Magma's page (http://wiki.squeak.org/squeak/2657). And tests suggest everything is running normally.So, don''t know if this is a bug, or expected behavior (Surely�does not seem like one). If it is a bug, where should I report it (Pharo's, Magma's, MetacelloRepository admins, cuz its seems a MetacelloRepository problem to me)Cheers--Alan Rodas Bonjour