mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -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:
|
try:
|
||||||
|
if 'noqtmovie' in os.environ:
|
||||||
|
raise ImportError
|
||||||
from QTKit import QTMovie
|
from QTKit import QTMovie
|
||||||
from AppKit import NSAutoreleasePool
|
from AppKit import NSAutoreleasePool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue