PythonBridge icon indicating copy to clipboard operation
PythonBridge copied to clipboard

Bridge between smalltalk and python

Results 7 PythonBridge issues
Sort by recently updated
recently updated
newest added
trafficstars

OSSubprocess:v1.3.0 is needed for loading it in Pharo 9

Issue seems to be persistent in both Pharo 9 & Pharo 10 ![Screenshot from 2022-10-02 21-23-46](https://user-images.githubusercontent.com/14095576/193496240-a0925e53-f7ec-4af8-9b15-ff0f2644fde3.png)

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...