mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
add hack to prevent qt movie for now
This commit is contained in:
parent
10816ee5d7
commit
085fbf3bcc
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ class PyAudioRecorder(_Recorder):
|
|||
##########################################################################
|
||||
|
||||
try:
|
||||
if 'noqtmovie' in os.environ:
|
||||
raise ImportError
|
||||
from QTKit import QTMovie
|
||||
from AppKit import NSAutoreleasePool
|
||||
|
||||
|
|
Loading…
Reference in a new issue