Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unusual environment failure #547

Closed
DonEdwards opened this issue Apr 8, 2019 · 1 comment
Closed

Unusual environment failure #547

DonEdwards opened this issue Apr 8, 2019 · 1 comment

Comments

@DonEdwards
Copy link

Manuskript 0.8.0 running on Debian Linux... within UserLand on Android.

Manuskript started from the menu, fails with nothing visible happening.

I started it from a command prompt, with stdout and stderr redirected into the same file. Here's the result:

Qt: XKEYBOARD extension not present on the X server.
Debug: Web rendering engine used: QWebView
Running manuskript version 0.8.0.
Note: No translator found or loaded for locale C.
Traceback (most recent call last):
File "/usr/bin/manuskript", line 30, in
main.run()
File "/usr/share/manuskript/manuskript/main.py", line 99, in run
app, MW = prepare()
File "/usr/share/manuskript/manuskript/main.py", line 67, in prepare
from manuskript.mainWindow import MainWindow
File "/usr/share/manuskript/manuskript/mainWindow.py", line 21, in
from manuskript.settingsWindow import settingsWindow
File "/usr/share/manuskript/manuskript/settingsWindow.py", line 19, in
from manuskript.ui.editors.themes import createThemePreview
File "/usr/share/manuskript/manuskript/ui/editors/themes.py", line 13, in
from manuskript.ui.views.MDEditView import MDEditView
File "/usr/share/manuskript/manuskript/ui/views/MDEditView.py", line 10, in
from manuskript.ui.views.textEditView import textEditView
File "/usr/share/manuskript/manuskript/ui/views/textEditView.py", line 18, in
import enchant
File "/usr/lib/python3/dist-packages/enchant/init.py", line 92, in
from enchant import _enchant as _e
File "/usr/lib/python3/dist-packages/enchant/_enchant.py", line 52, in
from ctypes import *
File "/usr/lib/python3.5/ctypes/init.py", line 537, in
_reset_cache()
File "/usr/lib/python3.5/ctypes/init.py", line 276, in _reset_cache
CFUNCTYPE(c_int)(lambda: None)
MemoryError

@gedakc
Copy link
Collaborator

gedakc commented Apr 8, 2019

The first message in the console log indicates a problem with keyboard input:

Qt: XKEYBOARD extension not present on the X server.

Without keyboard input there is no useful way to interact with the Manuskript application.

I believe you will need to fix the problem with "Qt: XKEYBOARD extension not present on the X server." before Manuskript will work.

Closing this issue as setting up a working Qt environment is outside the scope of the Manuskript application.

@gedakc gedakc closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants