pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Willow-Playground

GB
G B
Wed, Nov 25, 2020 2:14 PM

I am following the instructions for Willow-Playground ba-st/Willow-Playground:

|
|
|
|  |  |

|

|
|
|  |
ba-st/Willow-Playground

Examples on how to use Willow to develop a complete interactive web application - 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?

I am following the instructions for Willow-Playground ba-st/Willow-Playground: | | | | | | | | | | | ba-st/Willow-Playground Examples on how to use Willow to develop a complete interactive web application - 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?
GP
g_patrickb@yahoo.com
Wed, Nov 25, 2020 4:44 PM
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?

``` 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?
TT
Tomaž Turk
Wed, Nov 25, 2020 8:49 PM

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

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
GP
g_patrickb@yahoo.com
Thu, Nov 26, 2020 1:43 PM

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.

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.
GP
g_patrickb@yahoo.com
Thu, Nov 26, 2020 2:16 PM

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.

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.
GC
Gabriel Cotelli
Thu, Nov 26, 2020 4:36 PM

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 <
pharo-users@lists.pharo.org> 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.

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 < pharo-users@lists.pharo.org> 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. >
GP
g_patrickb@yahoo.com
Thu, Nov 26, 2020 5:32 PM

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.

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.
E
eftomi
Thu, Nov 26, 2020 5:36 PM

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

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