Message176954
| Author | ideasman42 |
|---|---|
| Recipients | Ramchandra Apte, asvetlov, ideasman42, ned.deily, python-dev, roger.serwy, terry.reedy |
| Date | 2012-12-04.20:34:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1354653250.81.0.997307818969.issue16123@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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? |
|
| History | |||
|---|---|---|---|
| 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 | |