Willow-Playground

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Willow-Playground

Pharo Smalltalk Users mailing list
I am following the instructions for Willow-Playground ba-st/Willow-Playground:




Metacello new
	baseline: 'WillowPlayground';
	repository: 'github://ba-st/Willow-Playground:release-candidate/source';
	load.
I have tried this in 9.0 64-bit and 8.0 64-bit, but it always stops with the Inspector:

"a MetacelloScriptApiExecutor"
self

Is that the expected behavior when it successfully completes, or did it not install?



Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

Pharo Smalltalk Users mailing list
That didn't format like the email, so let me try again here.

Installing Willow-Playground from the instructions:


Metacello new
	baseline: 'WillowPlayground';
	repository: 'github://ba-st/Willow-Playground:release-candidate/source';
	load.


I have tried this in 9.0 64-bit and 8.0 64-bit, but it always stops with the Inspector:


"a MetacelloScriptApiExecutor"

self


Is that the expected behavior when it successfully completes, or did it not install?

Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

eftomi
I just tried to load Willow-Playground in the same way with Pharo 8.0 64-bit fresh image on Windows 10 and it works flawlessly. 

Seaside package has long filenames and directory names, on Windows this can be a problem if Pharo images are located deep in the hierarchy - but the error message in that case is usually different. 

Best wishes,
Tomaz


Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

Pharo Smalltalk Users mailing list
In reply to this post by Pharo Smalltalk Users mailing list

I don’t know what I’m doing wrong. I get the same error on Windows 10 and OpenSUSE. On Windows I tried with and installation to C:\Pharo and using an image name of 80 and 90; on Linux, the installation was to /home/gpb/ as the top level directory where it was unzipped.

Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

Pharo Smalltalk Users mailing list
In reply to this post by Pharo Smalltalk Users mailing list

On my Windows 10 laptop I used image names of 80 and 90 and on OpenSUSE the image names were 80test and 90test.

Thinking it may have to do with using numbers at the beginning of an image name I tried OpenSUSE again with an image name of Fish and it failed with the same error I originally had.

I also tried on my Windows 8 desktop which has never had Pharo installed and used the defaults while installing. I created an 8.0 64-bit image named Fuzzy and it also failed with the same error.

Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

gcotelli
The script is not going to produce nothing visually. You can see some progress bars during the loading depending on the time it takes to load and then the code should be available in the system browser.

On Thu, Nov 26, 2020, 11:16 g_patrickb--- via Pharo-users <[hidden email]> wrote:

On my Windows 10 laptop I used image names of 80 and 90 and on OpenSUSE the image names were 80test and 90test.

Thinking it may have to do with using numbers at the beginning of an image name I tried OpenSUSE again with an image name of Fish and it failed with the same error I originally had.

I also tried on my Windows 8 desktop which has never had Pharo installed and used the defaults while installing. I created an 8.0 64-bit image named Fuzzy and it also failed with the same error.

Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

Pharo Smalltalk Users mailing list
In reply to this post by Pharo Smalltalk Users mailing list

Thank you for the explanation. I uninstalled Pharo and removed everything from AppData\Roaming and Local and reinstalled Pharo and loaded willow-playground. I found everything in the system browser and was able to evaluate “Smalltalks2017Presentation start” and bribg it up in my browser on port 8080.


Reply | Threaded
Open this post in threaded view
|

Re: Willow-Playground

eftomi
Nice that you settled it out. When Metacello finishes, it usually writes

...finished baseline

into the Transcript.

Best wishes,
Tomaz  



--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html