Prevent Padel Splash Image from Loading #14
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Hey,
I love this package, it's working great, except for one inconvenience. When I run "from_smiles()" multiple times, such as on a dataframe with thousands of entries, it reloads the Padel splash image each time it does a calculation, making it impossible to work because it's constantly interrupting whatever window I'm using.
I looked at wrapper.py and can see that there is a "_popen_timeout()" function, which has a call to "popen()". I've tried importing "CREATE_NO_WINDOW" from the "subprocess" module and setting "creation_flags = CREATE_NO_WINDOW" in the "popen()" call, but it doesn't fix the problem.
Is there a simple way to prevent the Padel splash image from loading every computation?
Thanks!
The text was updated successfully, but these errors were encountered: