mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 20:26:49 +02:00
[cxFreeze] add import of encodings to embed them in packaging
This commit is contained in:
parent
98d772659a
commit
1c98e2afde
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ import pkgutil
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
try:
|
||||||
|
import encodings.ascii
|
||||||
|
import encodings.idna
|
||||||
|
import encodings.utf_8
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
from meshroom.core.submitter import BaseSubmitter
|
from meshroom.core.submitter import BaseSubmitter
|
||||||
from . import desc
|
from . import desc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue