Message176954
Hi, I just found a use for this feature, with `use_subprocess` being optional its possible to load idle into a running python session.
--
import idlelib
import idlelib.PyShell
idlelib.PyShell.main()
--
This allows you to load idle inside an application that embeds python, is there some other way to do this without this option? |
|
| Date |
User |
Action |
Args |
| 2012-12-04 20:34:10 | ideasman42 | set | recipients:
+ ideasman42, terry.reedy, ned.deily, roger.serwy, asvetlov, python-dev, Ramchandra Apte |
| 2012-12-04 20:34:10 | ideasman42 | set | messageid: <1354653250.81.0.997307818969.issue16123@psf.upfronthosting.co.za> |
| 2012-12-04 20:34:10 | ideasman42 | link | issue16123 messages |
| 2012-12-04 20:34:10 | ideasman42 | create | |
|