Steffen I do most of my work using Moose Suite 6.1, which is Pharo 6.1 with a lot of extras, because it comes with the tools I want (PetitParser, PP2 and XMLParser) already loaded. The image is huge, but if that's not a problem for you it could be an easy way to get PP2.
Best wishes Peter Kenny -----Original Message----- From: Pharo-users <pharo-users-boun...@lists.pharo.org> On Behalf Of Steffen Märcker Sent: 11 October 2018 16:11 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] [vwnc] Parsing in Smalltalk I am using MacOS 10.13.6 and the 32bit VM: Pharo 6.0 Latest update: #60546 ... the String in about is wrong, it should be 6.1. I installed it via the launcher as "Official Distribution: Pharo 6.1 - 32Bit (stable)" I just noticed, that the sources file is missing from vms/private/6521/, too. Am .10.2018, 17:02 Uhr, schrieb Sean P. DeNigris <s...@clipperadams.com>: > Steffen Märcker wrote >> I did the following: >> 1) Download and start Pharo 6.1 stable via the launcher. >> 2b) Attempt to install PP2 via the scripts from GitHub: >> Metacello new >> baseline: 'PetitParser2'; >> repository: 'github://kursjan/petitparser2'; >> load. >> Metacello new >> baseline: 'PetitParser2Gui'; >> repository: 'github://kursjan/petitparser2'; >> load. > > This way worked for me in Pharo #60546 (check in World->System->About). > What > exact Pharo version/OS are you on? 32 or 64-bit > > > > ----- > Cheers, > Sean > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >