May 4, 2009
1:48 p.m.
2009/5/4 Mariano Martinez Peck <marianopeck@gmail.com>:
On Mon, May 4, 2009 at 12:03 PM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Hi Mariano, Â I have the same syntax errors with Pharo 10300, but trying to install other packages too. What I did is enabled the preference #allowBlockArgumentAssignment and then the packages installed ok doing first:
Yes, now it works with enabling #allowBlockArgumentAssignment
HTTPSocket httpFileIn: 'installer.pbwiki.com/f/Installer.st'. (Smalltalk at: #Installer) Â upgrade; Â install: 'Packages'.
you can olso do:Â ScriptLoader new installingInstaller
I didn't knew that one, thanks. Hernán