Message 176954 - Python tracker

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:10ideasman42setrecipients: + ideasman42, terry.reedy, ned.deily, roger.serwy, asvetlov, python-dev, Ramchandra Apte
2012-12-04 20:34:10ideasman42setmessageid: <1354653250.81.0.997307818969.issue16123@psf.upfronthosting.co.za>
2012-12-04 20:34:10ideasman42linkissue16123 messages
2012-12-04 20:34:10ideasman42create