Replies: 2 comments
-
You could edit pybullet.c and modify it for now? We could add some flag to suppress it (but I'd like to keep this info, so it is more obvious if you use an obsolete version of PyBullet). |
Beta Was this translation helpful? Give feedback.
-
I second the request to remove that print. It causes problems in a setup where I want to run a script using pybullet and parse its output with another script. It also pops up and interferes with the input line when using ipythons tab-completion in an import statement where pybullet is involved (type I see, that having access to this information can be useful, though. Would it be an option to not print it automatically but instead provide something like a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to the issue raised in #1826, is it possible to disable the
printf
statementpybullet build time...
in pybullet.c? I have a multiprocess program that uses pybullet and it's clogging the print feed.Beta Was this translation helpful? Give feedback.
All reactions