[Idle-dev] About extensions ...

2019-12-08 Thread André Roberge
Hello everyone, Is there any way to add an extension to IDLE without putting it "by hand" in the idlelib directory but installing it from pypi.org and using some configuration settings to let IDLE know where to find such an extension? I've looked at the code to see if this was possible, but have

Re: [Idle-dev] About extensions ...

2019-12-08 Thread Terry Reedy
On 12/8/2019 2:30 PM, André Roberge wrote: Is there any way to add an extension to IDLE without putting it "by hand" in the idlelib directory but installing it from pypi.org and using some configuration settings to let IDLE know where to find such an extension? The editor.E