@MRAB, I'm building a notepad++ plugin which can execute the
written code and if one writes help(os) it gets executed via
exec(editor.getText()) and output redirected to the plugin console window.
Sorry to you as well as I have also replied to you directly.
Thank you
--
https://mail.python.org/mai
Just saw, that I replied to you directly instead to python list, sorry.
That did it, changed encoding from function to property and now I'm able to
call help(object)
Thank you.
--
https://mail.python.org/mailman/listinfo/python-list
On 2019-08-31 13:16, Eko palypse wrote:
I've already sent this through mail yesterday but it doesn't appear here, maybe
because of the help word in the content. Please execute in case it appears a
second time.
Hello,
I'm creating a notepad++ plugin which hosts an embedded python interpreter b
Eko palypse wrote:
> I've already sent this through mail yesterday but it doesn't appear here,
> maybe because of the help word in the content. Please execute in case it
> appears a second time.
>
>
> Hello,
> I'm creating a notepad++ plugin which hosts an embedded python interpreter
> by using