On Mar 30, 2:04 am, Nick Gnedin wrote:
> Folks,
>
> I have a newbie question: I am trying to embed Python into my
> application. While playing around, I noticed that the behavior of the
> interpreter in the embedded mode differs from the standalone one.
>
> Namely, in the standalone mode if I type
On Fri, 29 Mar 2013 16:04:24 -0500, Nick Gnedin wrote:
> Folks,
>
> I have a newbie question: I am trying to embed Python into my
> application. While playing around, I noticed that the behavior of the
> interpreter in the embedded mode differs from the standalone one.
>
> Namely, in the standal
On 29/03/2013 21:04, Nick Gnedin wrote:
Folks,
I have a newbie question: I am trying to embed Python into my
application. While playing around, I noticed that the behavior of the
interpreter in the embedded mode differs from the standalone one.
Namely, in the standalone mode if I type dir(), I
Folks,
I have a newbie question: I am trying to embed Python into my
application. While playing around, I noticed that the behavior of the
interpreter in the embedded mode differs from the standalone one.
Namely, in the standalone mode if I type dir(), I get a list of build-in
symbols. In t