implementing a module to replace sys.stdout #5841
Unanswered
tomluchowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to have a python console in my game Opendungeons-plus. I use the boilerplate code like this to force the printing python's output:
I know that py:list is py:object , however the expression [1,2,3] nor print([1,2,3]) does not show what it should do ..... How shall I modify this code so every expression and every print show on the screen ? ( CEGUI's widget)
Beta Was this translation helpful? Give feedback.
All reactions