|
发表于 2020-4-23 08:28:59
|
显示全部楼层
呃 报错了
- Traceback (most recent call last):
- File "main.py", line 587, in <module>
- main()
- File "main.py", line 583, in main
- pyglet.app.run()
- File "C:\Python33\lib\site-packages\pyglet\app\__init__.py", line 107, in run
- event_loop.run()
- File "C:\Python33\lib\site-packages\pyglet\app\base.py", line 167, in run
- timeout = self.idle()
- File "C:\Python33\lib\site-packages\pyglet\app\base.py", line 237, in idle
- redraw_all = self.clock.call_scheduled_functions(dt)
- File "C:\Python33\lib\site-packages\pyglet\clock.py", line 292, in call_scheduled_functions
- item.func(now - item.last_ts, *item.args, **item.kwargs)
- File "main.py", line 392, in update
- self.model.process_queue()
- File "main.py", line 319, in process_queue
- start = time.clock()
- AttributeError: module 'time' has no attribute 'clock'
- Error in sys.excepthook:
- Original exception was:
复制代码 |
|