-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I cannot install freex. When I try to eval-buffer freex-test-conf.el I get this:
Saving file /home/bob/elisp/emacs-freex/freex-conf-test.el... Wrote /home/bob/elisp/emacs-freex/freex-conf-test.el eval-buffer: Wrong number of arguments: #[(file form) "�;��.. [file regexp-or-feature after-load-alist elt form lexical-binding purecopy load-history-regexp assoc funcall ...] 18 1621237], 1
When I eval-buffer freex-mode.el, I get:
Pymacs loading freex_sqlalchemy... pymacs-report-error: Python: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/Pymacs/pymacs.py", line 146, in loop value = eval(text) File "<string>", line 1 SyntaxError: more than 255 arguments
on freex-embed.el:
(lambda (elem) ...) quoted with ' rather than with #'
on freex-meta.el:
Pymacs loading freex_sqlalchemy...done pymacs-report-error: Python: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/Pymacs/pymacs.py", line 146, in loop value = eval(text) File "<string>", line 1, in <module> File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 596, in create_fsqa fsqa = Fsqa(database_file,use_lisp,in_memory,file_ext) File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 323, in __init__ self.initialize_db() File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 345, in initialize_db self.nuggets.create() File "/usr/lib/python2.7/dist-packages/sqlalchemy/schema.py", line 616, in create checkfirst=checkfirst) File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1478, in _run_visitor with self._optional_conn_ctx_manager(connection) as conn: File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1471, in _optional_conn_ctx_manager with self.contextual_connect() as conn: File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1661, in contextual_connect self.pool.connect(), File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 272, in connect return _ConnectionFairy(self).checkout() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 431, in __init__ rec = self._connection_record = pool._do_get() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 871, in _do_get return self._create_connection() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 225, in _create_connection return _ConnectionRecord(self) File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 318, in __init__ self.connection = self.__connect() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 379, in __connect connection = self.__pool._creator() File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py", line 80, in connect return dialect.connect(*cargs, **cparams) File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 283, in connect return self.dbapi.connect(*cargs, **cparams) OperationalError: (OperationalError) unable to open database file None None
and on freex-mode.el
Pymacs loading freex_sqlalchemy...done pymacs-report-error: Python: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/Pymacs/pymacs.py", line 146, in loop value = eval(text) File "<string>", line 1, in <module> File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 596, in create_fsqa fsqa = Fsqa(database_file,use_lisp,in_memory,file_ext) File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 323, in __init__ self.initialize_db() File "/home/bob/elisp/emacs-freex/freex_sqlalchemy.py", line 345, in initialize_db self.nuggets.create() File "/usr/lib/python2.7/dist-packages/sqlalchemy/schema.py", line 616, in create checkfirst=checkfirst) File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1478, in _run_visitor with self._optional_conn_ctx_manager(connection) as conn: File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1471, in _optional_conn_ctx_manager with self.contextual_connect() as conn: File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1661, in contextual_connect self.pool.connect(), File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 272, in connect return _ConnectionFairy(self).checkout() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 431, in __init__ rec = self._connection_record = pool._do_get() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 871, in _do_get return self._create_connection() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 225, in _create_connection return _ConnectionRecord(self) File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 318, in __init__ self.connection = self.__connect() File "/usr/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 379, in __connect connection = self.__pool._creator() File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/strategies.py", line 80, in connect return dialect.connect(*cargs, **cparams) File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 283, in connect return self.dbapi.connect(*cargs, **cparams) OperationalError: (OperationalError) unable to open database file None None
byte-compile also aborts with errors.