On 23.02.2011, at 15:29, Casimiro de Almeida Barreto wrote:

Em 23-02-2011 11:22, Rob Vens escreveu:
I am attempting to do the Pharo by Example book, but a package browser (which is used in the examples) is not in the 1.1.1 or 1.2 image.
Should I still use categories? If I create a package in Monticello browser I am not able to add classes or anything (not as far as I could see).
Just starting out using Pharo, so apologies if these questions are already answered elsewhere.

One way to fix situation is to load O2 browser:

In workspace paste:

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfO2';
load.

((Smalltalk at: #ConfigurationOfO2) project latestVersion) load.


& exec it.

IMHO the only fix is to use the image from the website. There is a reason for this image. If you are a newbie than everything that does not work like it is written in the book is distracting. Giving advize to load a browser that is neither in the book nor is it used by a lot of people is definitely not a good idea. 

Norbert