Re: [Pharo-users] need help loading third-party packages

2018-06-05 Thread Sean P. DeNigris
Gregg Williams wrote > I want to load third-party packages and read their source code. What's the > best way to do In general, the best way is via Metacello, Pharo's dependency manager. This will automatically load the required packages, avoiding the errors you encountered. Metacello provides Bas

Re: [Pharo-users] need help loading third-party packages

2018-06-05 Thread Serge Stinckwich
In order to load the Citezen package, you can use the Catalog. Open Tools >> catalog browser and select Citezen package in order to load it. On Tue, Jun 5, 2018 at 6:14 AM Gregg Williams wrote: > Hi--another question, this time on loading an external package into Pharo. > > I want to do some

[Pharo-users] need help loading third-party packages

2018-06-04 Thread Gregg Williams
Hi--another question, this time on loading an external package into Pharo. I want to do some work manipulating text, so I thought I would start by reading the source code for an existing package that works on text. Here's what I did: On smalltalkhub.com, I found a package called Citezen, from t