Hi,
-- I received the following error loading the package: validProbability: aProbability "reject probabilities outside of [0,1]" self assert: [(aProbability < 0) not and: (aProbability > 1) <- argument of and: must be a block or variable ->not]. Can inform me when fixed? Tank you Lorenzi You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
On Tue, Nov 18, 2014 at 6:58 PM, <[hidden email]> wrote:
> Hi, Hi Lorenzi, > I received the following error loading the package: > > validProbability: aProbability > "reject probabilities outside of [0,1]" > self assert: [(aProbability < 0) not and: (aProbability > 1) <- argument > of and: must be a block or variable ->not]. > > Can inform me when fixed? Can you tell us which version of Pharo you have used and how you load the SciSmalltalk code ? Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Serge,
the first error was while installing SciSmalltalk into Seaside 3.0 (maybe is not the right environment). I tried to install it into Pharo 3.0 and I received the error: MCHTTPRepository expected (after several minutes). I used the script you suggested: Gofer new url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; package: 'ConfigurationOfSciSmalltalk'; load. ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. Ciao Lorenzo -----Messaggio originale----- Da: [hidden email] [mailto:[hidden email]] Per conto di Serge Stinckwich Inviato: martedì 18 novembre 2014 19:22 A: [hidden email] Oggetto: Re: Error loading SciSmalltalk On Tue, Nov 18, 2014 at 6:58 PM, <[hidden email]> wrote: > Hi, Hi Lorenzi, > I received the following error loading the package: > > validProbability: aProbability > "reject probabilities outside of [0,1]" > self assert: [(aProbability < 0) not and: (aProbability > 1) <- > argument of and: must be a block or variable ->not]. > > Can inform me when fixed? Can you tell us which version of Pharo you have used and how you load the SciSmalltalk code ? Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
On Tue, Nov 18, 2014 at 7:56 PM, Lorenzo Schiavina <[hidden email]> wrote:
> Hi Serge, > Dear Lorenzo, > the first error was while installing SciSmalltalk into Seaside 3.0 (maybe is not the right environment). > I tried to install it into Pharo 3.0 and I received the error: MCHTTPRepository expected (after several minutes). > I used the script you suggested: > Gofer new > url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; > package: 'ConfigurationOfSciSmalltalk'; > load. > ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. I just try again in a fresh Pharo 3.0 image and the code loads without any problems ... Someone got the same problem as Lorenzo ? -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Lorenzo
On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: Hi Serge, no idea whether scismalltalk and seaside are compatibel. I tried to install it into Pharo 3.0 and I received the error: MCHTTPRepository expected (after several minutes). maybe a typo in the url: part. id try first this command and see whether it loads the config. ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. and then this part. it should work (and does so for me). werner You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi people, thank you for your help. I was making a mistake. Can you be interested to Seaside error (that happened again)? I have not been able to find fuzzy stuff; can you tell me in which class it is? I worked quite a lot with soft computing tools and I have used a package for genetic algorithms developed in Squeak by Diego Gomez; IMHO, could be very interesting for SciSmalltalk. Ciao Lorenzo Da: [hidden email] [mailto:[hidden email]] Per conto di werner kassens
Hi Serge,
-- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Dear Lorenzo,
I'm not sure we have fuzzy stuff. You are more than welcome if you want to contribute code in this domain. Regards On Wed, Nov 19, 2014 at 7:17 PM, Lorenzo Schiavina <[hidden email]> wrote: > Hi people, > > > > thank you for your help. > > I was making a mistake. > > Can you be interested to Seaside error (that happened again)? > > I have not been able to find fuzzy stuff; can you tell me in which class it > is? > > I worked quite a lot with soft computing tools and I have used a package for > genetic algorithms developed in Squeak by Diego Gomez; IMHO, could be very > interesting for SciSmalltalk. > > > > Ciao > > > > Lorenzo > > > > > > Da: [hidden email] [mailto:[hidden email]] Per > conto di werner kassens > Inviato: mercoledì 19 novembre 2014 15:05 > A: [hidden email] > Oggetto: Re: Error loading SciSmalltalk > > > > > > On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: > > Hi Serge, > > the first error was while installing SciSmalltalk into Seaside 3.0 (maybe is > not the right environment). > > > no idea whether scismalltalk and seaside are compatibel. > > > > I tried to install it into Pharo 3.0 and I received the error: > MCHTTPRepository expected (after several minutes). > I used the script you suggested: > Gofer new > url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; > package: 'ConfigurationOfSciSmalltalk'; > load. > > > maybe a typo in the url: part. id try first this command and see whether it > loads the config. > > ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. > > > and then this part. it should work (and does so for me). > werner > > -- > You received this message because you are subscribed to a topic in the > Google Groups "SciSmalltalk" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [hidden email]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Serge,
I have TONS of material on fuzzy, as I am working on it since 1980 and I had a presentation of my early work at 1997 ESUG (which you can find attached). Unfortunately, my code is in VSE and I am not sure to be able to port it (decently) in Pharo. A student of mine (Davide Arrigo) made a porting of a part of my material into Squeak. Anyway, if there is somebody interested to help me to a porting to Pharo, I will be happy to contribute. Ciao Lorenzo -----Messaggio originale----- Da: [hidden email] [mailto:[hidden email]] Per conto di Serge Stinckwich Inviato: giovedì 20 novembre 2014 14:17 A: [hidden email] Oggetto: Re: Error loading SciSmalltalk Dear Lorenzo, I'm not sure we have fuzzy stuff. You are more than welcome if you want to contribute code in this domain. Regards On Wed, Nov 19, 2014 at 7:17 PM, Lorenzo Schiavina <[hidden email]> wrote: > Hi people, > > > > thank you for your help. > > I was making a mistake. > > Can you be interested to Seaside error (that happened again)? > > I have not been able to find fuzzy stuff; can you tell me in which > class it is? > > I worked quite a lot with soft computing tools and I have used a > package for genetic algorithms developed in Squeak by Diego Gomez; > IMHO, could be very interesting for SciSmalltalk. > > > > Ciao > > > > Lorenzo > > > > > > Da: [hidden email] > [mailto:[hidden email]] Per conto di werner kassens > Inviato: mercoledì 19 novembre 2014 15:05 > A: [hidden email] > Oggetto: Re: Error loading SciSmalltalk > > > > > > On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: > > Hi Serge, > > the first error was while installing SciSmalltalk into Seaside 3.0 > (maybe is not the right environment). > > > no idea whether scismalltalk and seaside are compatibel. > > > > I tried to install it into Pharo 3.0 and I received the error: > MCHTTPRepository expected (after several minutes). > I used the script you suggested: > Gofer new > url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; > package: 'ConfigurationOfSciSmalltalk'; > load. > > > maybe a typo in the url: part. id try first this command and see > whether it loads the config. > > ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. > > > and then this part. it should work (and does so for me). > werner > > -- > You received this message because you are subscribed to a topic in the > Google Groups "SciSmalltalk" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [hidden email]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google > Groups "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. englishFuzzyObjects.ppt (115K) Download Attachment |
You have to care about the licence if you want to port something.
We are only accepting MIT licence code in SciSmalltalk. Regards, On Thu, Nov 20, 2014 at 3:13 PM, Lorenzo Schiavina <[hidden email]> wrote: > Hi Serge, > > I have TONS of material on fuzzy, as I am working on it since 1980 and I had a presentation of my early work at 1997 ESUG (which you can find attached). > Unfortunately, my code is in VSE and I am not sure to be able to port it (decently) in Pharo. > A student of mine (Davide Arrigo) made a porting of a part of my material into Squeak. > Anyway, if there is somebody interested to help me to a porting to Pharo, I will be happy to contribute. > > Ciao > > Lorenzo > > -----Messaggio originale----- > Da: [hidden email] [mailto:[hidden email]] Per conto di Serge Stinckwich > Inviato: giovedì 20 novembre 2014 14:17 > A: [hidden email] > Oggetto: Re: Error loading SciSmalltalk > > Dear Lorenzo, > > I'm not sure we have fuzzy stuff. > You are more than welcome if you want to contribute code in this domain. > Regards > > On Wed, Nov 19, 2014 at 7:17 PM, Lorenzo Schiavina <[hidden email]> wrote: >> Hi people, >> >> >> >> thank you for your help. >> >> I was making a mistake. >> >> Can you be interested to Seaside error (that happened again)? >> >> I have not been able to find fuzzy stuff; can you tell me in which >> class it is? >> >> I worked quite a lot with soft computing tools and I have used a >> package for genetic algorithms developed in Squeak by Diego Gomez; >> IMHO, could be very interesting for SciSmalltalk. >> >> >> >> Ciao >> >> >> >> Lorenzo >> >> >> >> >> >> Da: [hidden email] >> [mailto:[hidden email]] Per conto di werner kassens >> Inviato: mercoledì 19 novembre 2014 15:05 >> A: [hidden email] >> Oggetto: Re: Error loading SciSmalltalk >> >> >> >> >> >> On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: >> >> Hi Serge, >> >> the first error was while installing SciSmalltalk into Seaside 3.0 >> (maybe is not the right environment). >> >> >> no idea whether scismalltalk and seaside are compatibel. >> >> >> >> I tried to install it into Pharo 3.0 and I received the error: >> MCHTTPRepository expected (after several minutes). >> I used the script you suggested: >> Gofer new >> url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; >> package: 'ConfigurationOfSciSmalltalk'; >> load. >> >> >> maybe a typo in the url: part. id try first this command and see >> whether it loads the config. >> >> ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. >> >> >> and then this part. it should work (and does so for me). >> werner >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "SciSmalltalk" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [hidden email]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "SciSmalltalk" group. >> To unsubscribe from this group and stop receiving emails from it, send >> an email to [hidden email]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag > > -- > You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. > To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Thank you,
I know it and it is ok for me. Lorenzo -----Messaggio originale----- Da: [hidden email] [mailto:[hidden email]] Per conto di Serge Stinckwich Inviato: giovedì 20 novembre 2014 15:16 A: [hidden email] Oggetto: Re: Error loading SciSmalltalk You have to care about the licence if you want to port something. We are only accepting MIT licence code in SciSmalltalk. Regards, On Thu, Nov 20, 2014 at 3:13 PM, Lorenzo Schiavina <[hidden email]> wrote: > Hi Serge, > > I have TONS of material on fuzzy, as I am working on it since 1980 and I had a presentation of my early work at 1997 ESUG (which you can find attached). > Unfortunately, my code is in VSE and I am not sure to be able to port it (decently) in Pharo. > A student of mine (Davide Arrigo) made a porting of a part of my material into Squeak. > Anyway, if there is somebody interested to help me to a porting to Pharo, I will be happy to contribute. > > Ciao > > Lorenzo > > -----Messaggio originale----- > Da: [hidden email] > [mailto:[hidden email]] Per conto di Serge Stinckwich > Inviato: giovedì 20 novembre 2014 14:17 > A: [hidden email] > Oggetto: Re: Error loading SciSmalltalk > > Dear Lorenzo, > > I'm not sure we have fuzzy stuff. > You are more than welcome if you want to contribute code in this domain. > Regards > > On Wed, Nov 19, 2014 at 7:17 PM, Lorenzo Schiavina <[hidden email]> wrote: >> Hi people, >> >> >> >> thank you for your help. >> >> I was making a mistake. >> >> Can you be interested to Seaside error (that happened again)? >> >> I have not been able to find fuzzy stuff; can you tell me in which >> class it is? >> >> I worked quite a lot with soft computing tools and I have used a >> package for genetic algorithms developed in Squeak by Diego Gomez; >> IMHO, could be very interesting for SciSmalltalk. >> >> >> >> Ciao >> >> >> >> Lorenzo >> >> >> >> >> >> Da: [hidden email] >> [mailto:[hidden email]] Per conto di werner kassens >> Inviato: mercoledì 19 novembre 2014 15:05 >> A: [hidden email] >> Oggetto: Re: Error loading SciSmalltalk >> >> >> >> >> >> On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: >> >> Hi Serge, >> >> the first error was while installing SciSmalltalk into Seaside 3.0 >> (maybe is not the right environment). >> >> >> no idea whether scismalltalk and seaside are compatibel. >> >> >> >> I tried to install it into Pharo 3.0 and I received the error: >> MCHTTPRepository expected (after several minutes). >> I used the script you suggested: >> Gofer new >> url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; >> package: 'ConfigurationOfSciSmalltalk'; >> load. >> >> >> maybe a typo in the url: part. id try first this command and see >> whether it loads the config. >> >> ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. >> >> >> and then this part. it should work (and does so for me). >> werner >> >> -- >> You received this message because you are subscribed to a topic in >> the Google Groups "SciSmalltalk" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [hidden email]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "SciSmalltalk" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [hidden email]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Help fight Ebola by joining the Computing for Ebola Challenge > http://bit.ly/1oEdBag > > -- > You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. > To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. To unsubscribe from this group and all its topics, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Great ! Go ahead !
What is really important is to have tests also ;-) Thank you. On Thu, Nov 20, 2014 at 3:23 PM, Lorenzo Schiavina <[hidden email]> wrote: > Thank you, > > I know it and it is ok for me. > > Lorenzo > > -----Messaggio originale----- > Da: [hidden email] [mailto:[hidden email]] Per conto di Serge Stinckwich > Inviato: giovedì 20 novembre 2014 15:16 > A: [hidden email] > Oggetto: Re: Error loading SciSmalltalk > > You have to care about the licence if you want to port something. > We are only accepting MIT licence code in SciSmalltalk. > > Regards, > > On Thu, Nov 20, 2014 at 3:13 PM, Lorenzo Schiavina <[hidden email]> wrote: >> Hi Serge, >> >> I have TONS of material on fuzzy, as I am working on it since 1980 and I had a presentation of my early work at 1997 ESUG (which you can find attached). >> Unfortunately, my code is in VSE and I am not sure to be able to port it (decently) in Pharo. >> A student of mine (Davide Arrigo) made a porting of a part of my material into Squeak. >> Anyway, if there is somebody interested to help me to a porting to Pharo, I will be happy to contribute. >> >> Ciao >> >> Lorenzo >> >> -----Messaggio originale----- >> Da: [hidden email] >> [mailto:[hidden email]] Per conto di Serge Stinckwich >> Inviato: giovedì 20 novembre 2014 14:17 >> A: [hidden email] >> Oggetto: Re: Error loading SciSmalltalk >> >> Dear Lorenzo, >> >> I'm not sure we have fuzzy stuff. >> You are more than welcome if you want to contribute code in this domain. >> Regards >> >> On Wed, Nov 19, 2014 at 7:17 PM, Lorenzo Schiavina <[hidden email]> wrote: >>> Hi people, >>> >>> >>> >>> thank you for your help. >>> >>> I was making a mistake. >>> >>> Can you be interested to Seaside error (that happened again)? >>> >>> I have not been able to find fuzzy stuff; can you tell me in which >>> class it is? >>> >>> I worked quite a lot with soft computing tools and I have used a >>> package for genetic algorithms developed in Squeak by Diego Gomez; >>> IMHO, could be very interesting for SciSmalltalk. >>> >>> >>> >>> Ciao >>> >>> >>> >>> Lorenzo >>> >>> >>> >>> >>> >>> Da: [hidden email] >>> [mailto:[hidden email]] Per conto di werner kassens >>> Inviato: mercoledì 19 novembre 2014 15:05 >>> A: [hidden email] >>> Oggetto: Re: Error loading SciSmalltalk >>> >>> >>> >>> >>> >>> On Tuesday, November 18, 2014 7:56:33 PM UTC+1, Lorenzo Schiavina wrote: >>> >>> Hi Serge, >>> >>> the first error was while installing SciSmalltalk into Seaside 3.0 >>> (maybe is not the right environment). >>> >>> >>> no idea whether scismalltalk and seaside are compatibel. >>> >>> >>> >>> I tried to install it into Pharo 3.0 and I received the error: >>> MCHTTPRepository expected (after several minutes). >>> I used the script you suggested: >>> Gofer new >>> url: 'http://www.smalltalkhub.com/mc/SergeStinckwich/SciSmalltalk/main'; >>> package: 'ConfigurationOfSciSmalltalk'; >>> load. >>> >>> >>> maybe a typo in the url: part. id try first this command and see >>> whether it loads the config. >>> >>> ((Smalltalk at: #ConfigurationOfSciSmalltalk) project version: '0.16') load. >>> >>> >>> and then this part. it should work (and does so for me). >>> werner >>> >>> -- >>> You received this message because you are subscribed to a topic in >>> the Google Groups "SciSmalltalk" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [hidden email]. >>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "SciSmalltalk" group. >>> To unsubscribe from this group and stop receiving emails from it, >>> send an email to [hidden email]. >>> For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Serge Stinckwich >> UCBN & UMI UMMISCO 209 (IRD/UPMC) >> Help fight Ebola by joining the Computing for Ebola Challenge >> http://bit.ly/1oEdBag >> >> -- >> You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to [hidden email]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. >> To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag > > -- > You received this message because you are subscribed to a topic in the Google Groups "SciSmalltalk" group. > To unsubscribe from this topic, visit https://groups.google.com/d/topic/scismalltalk/qm53O11xqt4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. > For more options, visit https://groups.google.com/d/optout. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Help fight Ebola by joining the Computing for Ebola Challenge http://bit.ly/1oEdBag -- You received this message because you are subscribed to the Google Groups "SciSmalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |