I tried running the standard version on Python 3.5 and it's the same:
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/usr/local/bin/mnemosyne", line 4, in <module>
__import__('pkg_resources').run_script('Mnemosyne==2.4.1', 'mnemosyne')
File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py",
line 719, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py",
line 1511, in run_script
exec(script_code, namespace, namespace)
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/EGG-INFO/scripts/mnemosyne",
line 247, in <module>
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/__init__.py",
line 226, in initialise
raise e
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/__init__.py",
line 217, in initialise
self.log().started_program()
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/loggers/database_logger.py",
line 26, in started_program
self.database().log_started_program(self.timestamp, version_string)
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/databases/SQLite_logging.py",
line 30, in log_started_program
self.con.execute(\
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/databases/SQLite.py",
line 256, in con
self._connection = _Sqlite3(self.component_manager, self._path)
File
"/usr/local/lib/python3.5/site-packages/Mnemosyne-2.4.1-py3.5.egg/mnemosyne/libmnemosyne/databases/_sqlite3.py",
line 53, in __init__
self.connection = sqlite3.connect(path)
TypeError: argument 1 must be str, not None
El martes, 7 de febrero de 2017, 13:24:03 (UTC-3), Peter Bienstman escribió:
>
> Hi,
>
>
>
> This version will spit out even more debug information:
>
>
>
> https://www.dropbox.com/s/ud16x9chrtd4uld/Mnemosyne-2.4.1-debug.tar.gz?dl=0
>
>
>
> Don’t bother analysing/highlighting it, if it’s too big for the list just
> mail it to me.
>
>
>
> Before you run it, could you delete /home/ocb/.local/share/Mnemosyne and
> /home/ocb/.config/Mnemosyne ?
>
>
>
> I’ve also noticed you’re running Python 3.6, which I haven’t tried and
> which is not that old and perhaps has issues. Does running Mnemosyne on
> Python 3.5 help?
>
>
>
> Cheers,
>
>
>
> Peter
>
>
>
>
>
> *From:* [email protected] <javascript:> [mailto:
> [email protected] <javascript:>] *On Behalf Of *Darío
> Nicolás Scattolini
> *Sent:* 07 February 2017 16:12
> *To:* mnemosyne-proj-users <[email protected] <javascript:>>
> *Subject:* Re: [mnemosyne-proj-users] Re: Mnemosyne 2.4.1 released
>
>
>
> There it is, I highlight the new information. I deleted config.db and it
> didn't work either.
>
> datadir /home/ocb/.local/share/mnemosyne
> configdir /home/ocb/.config/mnemosyne
> libpng warning: iCCP: known incorrect sRGB profile
> libpng warning: iCCP: known incorrect sRGB profile
> libpng warning: iCCP: known incorrect sRGB profile
> libpng warning: iCCP: known incorrect sRGB profile
> libpng warning: iCCP: known incorrect sRGB profile
> filename None
> filename in None, accessing config for last_database
> from config default.db
> expanded path /home/ocb/.local/share/mnemosyne/default.db
> calling connection
> new connection /home/ocb/.local/share/mnemosyne/default.db
> calling connection
> new connection None
> An unexpected error has occurred.
> Please forward the following info to the developers:
>
> Traceback (innermost last):
> File "/usr/local/bin/mnemosyne", line 4, in <module>
> __import__('pkg_resources').run_script('Mnemosyne==2.4.1', 'mnemosyne')
> File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py",
> line 738, in run_script
> self.require(requires)[0].run_script(script_name, ns)
> File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py",
> line 1506, in run_script
> exec(script_code, namespace, namespace)
> File
> "/usr/local/lib/python3.6/site-packages/Mnemosyne-2.4.1-py3.6.egg/EGG-INFO/scripts/mnemosyne",
>
> line 247, in <module>
> File
> "/usr/local/lib/python3.6/site-packages/Mnemosyne-2.4.1-py3.6.egg/mnemosyne/libmnemosyne/__init__.py",
>
> line 214, in initialise
> print("database loaded", str(self.database().con))
> File
> "/usr/local/lib/python3.6/site-packages/Mnemosyne-2.4.1-py3.6.egg/mnemosyne/libmnemosyne/databases/SQLite.py",
>
> line 258, in con
> self._connection = _Sqlite3(self.component_manager, self._path)
> File
> "/usr/local/lib/python3.6/site-packages/Mnemosyne-2.4.1-py3.6.egg/mnemosyne/libmnemosyne/databases/_sqlite3.py",
>
> line 53, in __init__
> self.connection = sqlite3.connect(path)
> TypeError: argument 1 must be str, not None
>
>
> El martes, 7 de febrero de 2017, 8:34:57 (UTC-3), Peter Bienstman escribió:
>
> Hi,
>
>
>
> Can you try this version, which will print out more debug information?
>
>
>
> https://www.dropbox.com/s/ud16x9chrtd4uld/Mnemosyne-2.4.1-debug.tar.gz?dl=0
>
>
>
> You can also try deleting config.db and trying again.
>
>
>
> Cheers,
>
>
>
> Peter
>
>
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *Darío Nicolás Scattolini
> *Sent:* 07 February 2017 11:03
> *To:* mnemosyne-proj-users <[email protected]>
> *Subject:* Re: [mnemosyne-proj-users] Re: Mnemosyne 2.4.1 released
>
>
>
> Same error if I start that way. And the output of env | grep HOME is
> HOME=/home/ocb
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected] <javascript:>.
> To post to this group, send email to [email protected]
> <javascript:>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-users/044b8e8b-4a34-47de-a6de-897caf163a96%40googlegroups.com
>
> <https://groups.google.com/d/msgid/mnemosyne-proj-users/044b8e8b-4a34-47de-a6de-897caf163a96%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/59f4acfe-dccd-48b4-ae81-cc82c19bb5a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.