ptime.py is using deprecated time.clock()

Asked by Clusius Petri

Pyqtgraph uses ptime.py which has two calls on time.clock() which will give error on Python 3.8. Changing them to process_time() (or, as it is in the code systime.process_time()) solves the problem. Could this update be made in the source repository?

Question information

Language:
English Edit question
Status:
Answered
For:
pyqtgraph Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

I assume that you better report this at https://github.com/pyqtgraph/pyqtgraph/issues

Can you help with this problem?

Provide an answer of your own, or ask Clusius Petri for more information if necessary.

To post a message you must log in.