Re: [Pharo-users] Unresponsive/frozen Gui

2018-01-10 Thread Esteban Lorenzano
most probably your image got stuck doing something. take a look at “PharoDebug.org ” in case there is one. Esteban > On 10 Jan 2018, at 21:40, Andrei Stebakov wrote: > > I experience that issue once in a while when I leave the pharo 6.1 on windows

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Stephane Ducasse
Hi Thierry One of these days I think that I will have to have a look at it :) Stef On Wed, Jan 10, 2018 at 2:35 PM, Thierry Goubier wrote: > > > 2018-01-10 14:26 GMT+01:00 Serge Stinckwich : > >> >> >> On Wed, Jan 10, 2018 at 2:23 PM,

Re: [Pharo-users] Pharo and ActiveDirectory

2018-01-10 Thread olivier auverlot
Torsten, I'm not sure that a Active Directory client protocol is available for Pharo. We have only an LDAP framework (LDAPlayer) that runs fine (I use it every day). A quick solution is to use another language to build a REST service (perhaps that a open source gateway is already available ?)

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread askoh
Good job. Is there something which translates Python to Smalltalk? Thanks, Aik-Siong Koh -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pharo and ActiveDirectory

2018-01-10 Thread Andrew Glynn
If you make some provision to handle attributes with the 'binary' flag set, which are generally base64 encoded data such as the person's photo, GUID/PUID, and synch options, it should be ok. LDAP uses similar encoding rules to ASN.1, and ASN.1 has better documentation. The only difficult

[Pharo-users] Pharo and ActiveDirectory

2018-01-10 Thread Torsten Bergmann
Hi, anyone used/uses Pharo to bind to ActiveDirectory? Last thread I've seen is http://forum.world.st/Pharo-amp-LDAP-td3308841.html Does it work now? Is http://map.squeak.org/package/ccbcb878-e09b-48ed-a773-5939bf8c2c3e the latest code is there something more updated? Thanks T.

Re: [Pharo-users] Any perspective of Woden in Pharo 6.1/7 ?????

2018-01-10 Thread Alexandre Bergel
Hi Casimiro! Sorry for the late reply. We do have a working version of Woden for Pharo 7. It would be great if you could try. https://github.com/ronsaldo/woden2 On OSX, I did: -=-=-=-=-=-=-=-=-= git clone https://github.com/ronsaldo/woden2.git cd woden2 ./loadWoden2.sh -=-=-=-=-=-=-=-=-= It

Re: [Pharo-users] Unresponsive/frozen Gui

2018-01-10 Thread Stephane Ducasse
The problem I got with Pharo 6.1 on sierra are - typing and pressing arrow and the vm crash - something getting a crash related to freetype - and sometimes when stepping over get hundred of debuggers but no freeze. stef On Wed, Jan 10, 2018 at 9:40 PM, Andrei Stebakov

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Stephane Ducasse
Johan Brichau could execute java code from VisualWorks. He had special metaclass whose dictionaries contains strange mirror to java methods. So I'm interested to see how far you can get :) On Wed, Jan 10, 2018 at 4:58 PM, Julien wrote: > Even if I learned things from

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Hi Stef, Awesome, thank you! Cheers, Alex On 10 January 2018 at 21:48, Stephane Ducasse wrote: > Removed! > > On Wed, Jan 10, 2018 at 9:46 PM, Stephane Ducasse > wrote: > > Hi aliaksei I will remove this link. > > > > On Wed, Jan 10, 2018 at

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Stephane Ducasse
Removed! On Wed, Jan 10, 2018 at 9:46 PM, Stephane Ducasse wrote: > Hi aliaksei I will remove this link. > > On Wed, Jan 10, 2018 at 6:39 AM, Aliaksei Syrel wrote: >> Hello Photon, >> >> I have literally no idea where you found this paper but it is

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Stephane Ducasse
Hi aliaksei I will remove this link. On Wed, Jan 10, 2018 at 6:39 AM, Aliaksei Syrel wrote: > Hello Photon, > > I have literally no idea where you found this paper but it is years old. > > Could you try to install it according to instructions on Bloc GitHub page: > >

[Pharo-users] Unresponsive/frozen Gui

2018-01-10 Thread Andrei Stebakov
I experience that issue once in a while when I leave the pharo 6.1 on windows and when I come back to it the UI is frozen. Now I download pharo with moose image and it started to happen again (BTW I couldn't install Moose in my pharo 6.1 using Metacello command) I wonder if it's something that

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Omg i didnt even reaf further asuming that i should get the grey sqaure as result. Now once you say it it`s kinda obvoius. I keep practicing. Thanks again for your time :) -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Then the behaviour you get is expected one. There is no bug or issue there. On page 12 in section 3.2 (Starting to draw a card) it tells you to implement a drawOnSparta: method. After that you should get the same as on Figure 3-1. Since you didn't implement it, you obviously get nothing. It is

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Id did it following this pdf: http://files.pharo.org/books-pdfs/booklet-Bloc/2017-11-09-memorygame.pdf -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Hello Photon, MgdRawCardElement does not exist in in MemoryGame. It looks like you created it yourself. Please, give us more information. For example share the implementation of that class. I am not a clairvoyant to tell where is a problem in your code without actually seeing the code. Cheers,

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Dimitris Chloupis
yeah I am afraid I understood exactly what you meant because at first that was my initial desire when I made Atlas. Essentially you want auto mapping of Python objects to Pharo, so you wont have to deal with Python and do everything from inside the Pharo image. So essentially reading and writing

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Julien
Even if I learned things from your answer, I think you misunderstood what I was talking about. :p What I want is a mechanism to describe python’s objects from Pharo and being able to: 1. Serialise those objects from Python 2. Send those object to Pharo (whatever the way it is done: socket,

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Dimitris Chloupis
On Mon, Jan 8, 2018 at 5:50 PM Julien wrote: > Beware that no mechanism to get back values from Python is defined for now > (except if you just want the String > representation of those objects, then you can get that if you use atlas). > > I’d like to have that but it

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Hi Aliaksei, thank you for your reply. I dowloade Bloc from the source you gave me and realized the memory tutorial is the same one wich was shown at the PharoDays2017. I watched this video yesterday and tried to follow along but it did not quite work. That was the reason why I found this strange

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Thierry Goubier
2018-01-10 14:41 GMT+01:00 Serge Stinckwich : > > > On Wed, Jan 10, 2018 at 2:35 PM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2018-01-10 14:26 GMT+01:00 Serge Stinckwich : >> >>> >>> >>> On Wed, Jan 10, 2018 at 2:23

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Julien
I see :-) Another interesting project then. :-) Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333 59 35 86 40 > Le 10 janv. 2018 à 14:39, Serge

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
On Wed, Jan 10, 2018 at 2:35 PM, Thierry Goubier wrote: > > > 2018-01-10 14:26 GMT+01:00 Serge Stinckwich : > >> >> >> On Wed, Jan 10, 2018 at 2:23 PM, Julien >> wrote: >> >>> Hello Serge, >>> >>> Do you mean

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
On Wed, Jan 10, 2018 at 2:33 PM, Julien wrote: > I guess the hardest part will be to define the 1 - 1 mapping between Numpy > and PolyMath APIs, no? > > I mean, how can you ensure that features using Floats will behave exactly > the same in Python and Smalltalk for

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Thierry Goubier
2018-01-10 14:26 GMT+01:00 Serge Stinckwich : > > > On Wed, Jan 10, 2018 at 2:23 PM, Julien > wrote: > >> Hello Serge, >> >> Do you mean pieces of code you wrote in Python using Numpy that you want >> to transform to Smalltalk code using

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Julien
I guess the hardest part will be to define the 1 - 1 mapping between Numpy and PolyMath APIs, no? I mean, how can you ensure that features using Floats will behave exactly the same in Python and Smalltalk for example? Julien --- Julien Delplanque Doctorant à l’Université de Lille 1

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
On Wed, Jan 10, 2018 at 2:23 PM, Julien wrote: > Hello Serge, > > Do you mean pieces of code you wrote in Python using Numpy that you want > to transform to Smalltalk code using PolyMath? > > It’s kind of the other way around of this project. :-) > > ​yes this is

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Julien
Hello Serge, Do you mean pieces of code you wrote in Python using Numpy that you want to transform to Smalltalk code using PolyMath? It’s kind of the other way around of this project. :-) Julien --- Julien Delplanque Doctorant à l’Université de Lille 1 http://juliendelplanque.be/phd.html

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
Thank you Julien for this very interesting piece of code. What I need at the moment is a way to transform semi-automatically Numpy code to PolyMath code ... On Mon, Jan 1, 2018 at 8:22 PM, Julien wrote: > Hello, > > My new year main resolution: stop keeping my