PythonBridge
PythonBridge copied to clipboard
Bridge between smalltalk and python
OSSubprocess:v1.3.0 is needed for loading it in Pharo 9
Issue seems to be persistent in both Pharo 9 & Pharo 10 
As discussed: - Signal python exceptions in the calling process, not the server process (which effectively locked the image) - Don't hang if stdout / stderr subprocess output exceeds buffer...
There is `PBPharoPlatform>>#copyApplicationTo:application:`, which copies the whole `PythonBridge` folder, including the Pipfile. It seems essential to real use to be able to specify one's own Pipfile, but it's difficult to...
I have lots of Python installations and environments on my system, and the one I want to use for PythonBridge is not on $PATH for a number of good reasons....
Kilon has https://github.com/kilon/Atlas. It would be good to explain the difference/tradeoff/motivation/etc to create another bridge. There is [this](http://forum.world.st/Anything-on-Pharo-that-would-be-like-Opentalk-on-VW-tp5100547p5100734.html) from Pharo Users: > I know a little Kilon’s bridge as I...