Advertisement
lukethenerd

Untitled

Feb 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.38 KB | None | 0 0
  1. Exception in thread Thread-2:
  2. Traceback (most recent call last):
  3.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  4.     self.run()
  5.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
  6.     self.__target(*self.__args, **self.__kwargs)
  7.   File "/Users/lucasa/Downloads/rapping-neural-network-master-2/speech.py", line 48, in sing
  8.     engine.runAndWait()
  9.   File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/engine.py", line 188, in runAndWait
  10.     self.proxy.runAndWait()
  11.   File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/driver.py", line 204, in runAndWait
  12.     self._driver.startLoop()
  13.   File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/drivers/nsss.py", line 33, in startLoop
  14.     AppHelper.runConsoleEventLoop()
  15.   File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/PyObjCTools/AppHelper.py", line 243, in runConsoleEventLoop
  16.     nextfire = nextfire.earlierDate_(soon)
  17. AttributeError: 'NoneType' object has no attribute 'earlierDate_'
  18.  
  19. Exception KeyboardInterrupt in <module 'threading' from '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.pyc'> ignored
  20.  
  21. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement