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
When I switch to this system in Plover, I get the following module not found error:
2018-02-17 18:36:08,494 [Dummy-1] ERROR: engine update failed
Traceback (most recent call last):
File "C:\Users\nsmar\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pkg_resources\__init__.py", line 432, in get_provider
module = sys.modules[moduleOrReq]
KeyError: 'plover_palantype_system'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "O:\Software\Projects\plover\plover\engine.py", line 136, in run
if func(*args, **kwargs):
File "O:\Software\Projects\plover\plover\engine.py", line 253, in _update
copy_default_dictionaries(config_dictionaries.keys())
File "O:\Software\Projects\plover\plover\engine.py", line 63, in copy_default_dictionaries
shutil.copyfile(resource_filename(default_dictionary), dictionary)
File "O:\Software\Projects\plover\plover\resource.py", line 22, in resource_filename
return pkg_resources.resource_filename(*_asset_split(resource_name))
File "C:\Users\nsmar\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pkg_resources\__init__.py", line 1206, in resource_filename
return get_provider(package_or_requirement).get_resource_filename(
File "C:\Users\nsmar\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pkg_resources\__init__.py", line 434, in get_provider
__import__(moduleOrReq)
ModuleNotFoundError: No module named 'plover_palantype_system'
It seems that as a result the "sample.json" dictionary is not properly loaded (stuck with a refresh icon, nothing is in it when double clicking).
Might be due to the system.py defining the default dictionaries as plover_palantype_system instead of plover_palantype?
When I switch to this system in Plover, I get the following module not found error:
It seems that as a result the "sample.json" dictionary is not properly loaded (stuck with a refresh icon, nothing is in it when double clicking).
Might be due to the system.py defining the default dictionaries as plover_palantype_system instead of plover_palantype?
plover_palantype/plover_palantype/system.py
Line 126 in 8b21eb2
The text was updated successfully, but these errors were encountered: