You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saved a UFO file in another program and on update font goggles choked on the refreshing and I got this error:
Traceback (most recent call last):
File "fontgoggles/compile/workServer.pyc", line 32, in workServer
File "importlib/__init__.pyc", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
File "fontgoggles/compile/ufoCompiler.pyc", line 13, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
File "fontTools/ufoLib/__init__.pyc", line 9, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
File "fs/base.pyc", line 28, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
File "fs/time.pyc", line 14, in <module>
File "pytz/__init__.pyc", line 181, in timezone
pytz.exceptions.UnknownTimeZoneError: 'GMT'
CompilerError('fontgoggles.compile.ufoCompiler.compileUFOToPath')
I can't reproduce it after I restarted fontGoggles though :)
The text was updated successfully, but these errors were encountered:
in theory pytz should no longer be a dependency of pyfilesystem2, so i'm surprised it gets called there. PyFilesystem/pyfilesystem2#516
which version of fs module have you got installed?
I saved a UFO file in another program and on update font goggles choked on the refreshing and I got this error:
I can't reproduce it after I restarted fontGoggles though :)
The text was updated successfully, but these errors were encountered: