Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

Exporting data with CSV does not seem to work in 1.0.87 and 1.0.88 #453

Closed aauioo closed 5 years ago

aauioo commented 5 years ago

I want to Export my data with the help of CSV, This way I have a copy of my database for security. I noticed with the latest versions, 1.0.87 and 1.0.88, it did not work. The menu appears as normal I choose a folder to export to. I hit the OK button.... Nothing. That's just it.

mfrasca commented 5 years ago

can you produce a very short log, like you start ghini, you only do this operation, you close it, and you collect the log. remove any password from it before you post it here.

aauioo commented 5 years ago

Like this? I only hit the history query button first, before realizing that's not the log. I don't have a password for Ghini.

Jaap

Op di 16 okt. 2018 om 19:54 schreef Mario Frasca notifications@github.com:

can you produce a very short log, like you start ghini, you only do this operation, you close it, and you collect the log. remove any password from it before you post it here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Ghini/ghini.desktop/issues/453#issuecomment-430334228, or mute the thread https://github.com/notifications/unsubscribe-auth/AlZZwQ9FArx1N5uEvpreDaEqrmFLPzN6ks5ulh1lgaJpZM4XfKn8 .

aauioo commented 5 years ago
2018-10-19 17:33:00,036 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler ('prefs', 'config')
2018-10-19 17:33:00,571 - bauble - DEBUG - 139914526947136 - not registering sentry client
2018-10-19 17:33:00,957 - bauble.editor - DEBUG - 139914526947136 - GenericEditorPresenter::__init__ - <class 'sqlalchemy.orm.exc.UnmappedInstanceError'>, Class 'bauble.connmgr.ConnMgrPresenter' is not mapped
2018-10-19 17:33:00,957 - bauble.editor - DEBUG - 139914526947136 - db.Session was None, I cannot get a session.
2018-10-19 17:33:01,046 - bauble.connmgr - DEBUG - 139914526947136 - main_is_frozen = False
2018-10-19 17:33:05,708 - bauble.editor - DEBUG - 139914526947136 - on_dialog_response
2018-10-19 17:33:05,747 - bauble.editor - DEBUG - 139914526947136 - GenericEditorView:disconnect_all
2018-10-19 17:33:05,747 - bauble.db - DEBUG - 139914526947136 - db.open(sqlite:////home/mieke/.bauble/kloostertuin.db)
2018-10-19 17:33:05,872 - bauble.db - DEBUG - 139914526947136 - entered verify_connection(True)
2018-10-19 17:33:05,872 - bauble.db - DEBUG - 139914526947136 - entered verify_connection(False)
2018-10-19 17:33:06,009 - bauble.pluginmgr - DEBUG - 139914526947136 - pluginmgr.load(/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins)
2018-10-19 17:33:06,161 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler history
2018-10-19 17:33:06,523 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.abcd' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/abcd/__init__.pyc'> contains callable plugin: <bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>
2018-10-19 17:33:06,523 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.abcd:<bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>
2018-10-19 17:33:06,523 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.garden' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/garden/__init__.pyc'> contains callable plugin: <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>
2018-10-19 17:33:06,523 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.garden:<bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>
2018-10-19 17:33:06,549 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.users' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/users/__init__.pyc'> contains callable plugin: <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>
2018-10-19 17:33:06,549 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.users:<bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>
2018-10-19 17:33:06,968 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.report' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/report/__init__.pyc'> contains callable plugin: [<class 'bauble.plugins.report.ReportToolPlugin'>, <class 'bauble.plugins.report.xsl.XSLFormatterPlugin'>, <class 'bauble.plugins.report.mako.MakoFormatterPlugin'>]
2018-10-19 17:33:06,968 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin class bauble.plugins.report:<class 'bauble.plugins.report.ReportToolPlugin'>
2018-10-19 17:33:06,968 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin class bauble.plugins.report:<class 'bauble.plugins.report.xsl.XSLFormatterPlugin'>
2018-10-19 17:33:06,968 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin class bauble.plugins.report:<class 'bauble.plugins.report.mako.MakoFormatterPlugin'>
2018-10-19 17:33:06,975 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.tag' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/tag/__init__.pyc'> contains callable plugin: <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>
2018-10-19 17:33:06,975 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.tag:<bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.imex' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/imex/__init__.pyc'> contains callable plugin: <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.imex:<bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - module <module 'bauble.plugins.plants' from '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.pyc'> contains callable plugin: <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - append plugin instance bauble.plugins.plants:<bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - found=[<bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>, <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>, <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>, <bauble.plugins.report.ReportToolPlugin object at 0x7f404918fcd0>, <bauble.plugins.report.xsl.XSLFormatterPlugin object at 0x7f404918fd10>, <bauble.plugins.report.mako.MakoFormatterPlugin object at 0x7f404918fd50>, <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>, <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>, <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>], errors={}
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin ABCDImexPlugin: <bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>
2018-10-19 17:33:07,055 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin GardenPlugin: <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin UsersPlugin: <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin ReportToolPlugin: <bauble.plugins.report.ReportToolPlugin object at 0x7f404918fcd0>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin XSLFormatterPlugin: <bauble.plugins.report.xsl.XSLFormatterPlugin object at 0x7f404918fd10>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin MakoFormatterPlugin: <bauble.plugins.report.mako.MakoFormatterPlugin object at 0x7f404918fd50>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin TagPlugin: <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin ImexPlugin: <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering plugin PlantsPlugin: <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>
2018-10-19 17:33:07,056 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler [None]
2018-10-19 17:33:07,078 - bauble.ui - DEBUG - 139914526947136 - loading icon from /home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/images/icon.png
2018-10-19 17:33:07,089 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler ['home', 'splash']
2018-10-19 17:33:07,118 - bauble - INFO - 139914526947136 - This version installed on: 2018-10-15T16:33:58Z; This version installed at: /home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/__init__.pyc; Latest published version: 1.0.88; Publication date: 2018-10-03T20:49:48Z
2018-10-19 17:33:07,345 - bauble.pluginmgr - DEBUG - 139914526947136 - bauble.pluginmgr.init()
2018-10-19 17:33:07,345 - bauble.pluginmgr - DEBUG - 139914526947136 - registered plugins: {'XSLFormatterPlugin': <bauble.plugins.report.xsl.XSLFormatterPlugin object at 0x7f404918fd10>, 'ABCDImexPlugin': <bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>, 'UsersPlugin': <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>, 'ReportToolPlugin': <bauble.plugins.report.ReportToolPlugin object at 0x7f404918fcd0>, 'ImexPlugin': <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>, 'PlantsPlugin': <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>, 'MakoFormatterPlugin': <bauble.plugins.report.mako.MakoFormatterPlugin object at 0x7f404918fd50>, 'GardenPlugin': <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>, 'TagPlugin': <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>}
2018-10-19 17:33:07,385 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550>
2018-10-19 17:33:07,386 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.users.UsersPlugin object at 0x7f404adc6550> initialized
2018-10-19 17:33:07,386 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.report.mako.MakoFormatterPlugin object at 0x7f404918fd50>
2018-10-19 17:33:07,386 - bauble.plugins.report.mako - DEBUG - 139914526947136 - installing mako plugin
2018-10-19 17:33:07,431 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.report.mako.MakoFormatterPlugin object at 0x7f404918fd50> initialized
2018-10-19 17:33:07,431 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950>
2018-10-19 17:33:07,431 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('family', 'fam'), <class 'bauble.plugins.plants.family.Family'>, ['family'])
2018-10-19 17:33:07,431 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('genus', 'gen'), <class 'bauble.plugins.plants.genus.Genus'>, ['genus'])
2018-10-19 17:33:07,431 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('species', 'sp'), <class 'bauble.plugins.plants.species_model.Species'>, ['sp', 'sp2', 'infrasp1', 'infrasp2', 'infrasp3', 'infrasp4'])
2018-10-19 17:33:07,431 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('vernacular', 'vern', 'common'), <class 'bauble.plugins.plants.species_model.VernacularName'>, ['name'])
2018-10-19 17:33:07,432 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('geography', 'geo'), <class 'bauble.plugins.plants.geography.Geography'>, ['name'])
2018-10-19 17:33:07,432 - bauble.plugins.plants - DEBUG - 139914526947136 - PlantsPlugin::init, registering splash info box
2018-10-19 17:33:07,594 - bauble.db - DEBUG - 139914526947136 - creating session (<frame object at 0x55989ddc15c0>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 381, 'init', ['        session = db.Session()\n'], 0)
2018-10-19 17:33:07,782 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.plants.PlantsPlugin object at 0x7f4049160950> initialized
2018-10-19 17:33:07,782 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90>
2018-10-19 17:33:07,782 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('accession', 'acc'), <class 'bauble.plugins.garden.accession.Accession'>, ['code'])
2018-10-19 17:33:07,782 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('location', 'loc'), <class 'bauble.plugins.garden.location.Location'>, ['name', 'code'])
2018-10-19 17:33:07,782 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('plant', 'planting'), <class 'bauble.plugins.garden.plant.Plant'>, ['code'])
2018-10-19 17:33:07,783 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('contact', 'contacts', 'person', 'org', 'source'), <class 'bauble.plugins.garden.source.Contact'>, ['name'])
2018-10-19 17:33:07,783 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('collection', 'col', 'coll'), <class 'bauble.plugins.garden.source.Collection'>, ['locale'])
2018-10-19 17:33:07,809 - bauble.db - DEBUG - 139914526947136 - creating session (<frame object at 0x7f404b0f6a28>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/meta.py', 53, 'get_default', ['        session = db.Session()\n'], 0)
2018-10-19 17:33:07,821 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.garden.GardenPlugin object at 0x7f404adb4a90> initialized
2018-10-19 17:33:07,821 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90>
2018-10-19 17:33:07,821 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.abcd.ABCDImexPlugin object at 0x7f40500c6d90> initialized
2018-10-19 17:33:07,821 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.report.xsl.XSLFormatterPlugin object at 0x7f404918fd10>
2018-10-19 17:33:07,821 - bauble.plugins.report.xsl - DEBUG - 139914526947136 - installing xsl plugin
2018-10-19 17:33:07,822 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.report.xsl.XSLFormatterPlugin object at 0x7f404918fd10> initialized
2018-10-19 17:33:07,823 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0>
2018-10-19 17:33:07,823 - bauble.search - DEBUG - 139914526947136 - <bauble.search.MapperSearch object at 0x7f404b11ab50>.add_meta(('tag', 'tags'), <class 'bauble.plugins.tag.Tag'>, ['tag'])
2018-10-19 17:33:07,839 - bauble.db - DEBUG - 139914526947136 - creating session (<frame object at 0x55989deb68e0>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/tag/__init__.py', 120, 'build_menu', ['        session = db.Session()\n'], 0)
2018-10-19 17:33:07,867 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.tag.TagPlugin object at 0x7f404ab75ad0> initialized
2018-10-19 17:33:07,867 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.report.ReportToolPlugin object at 0x7f404918fcd0>
2018-10-19 17:33:07,867 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.report.ReportToolPlugin object at 0x7f404918fcd0> initialized
2018-10-19 17:33:07,867 - bauble.pluginmgr - DEBUG - 139914526947136 - about to invoke init on: <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50>
2018-10-19 17:33:07,868 - bauble.pluginmgr - DEBUG - 139914526947136 - plugin <bauble.plugins.imex.ImexPlugin object at 0x7f404918fe50> initialized
2018-10-19 17:33:07,868 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler ('inst', 'institution')
2018-10-19 17:33:07,868 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler excsv
2018-10-19 17:33:07,868 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler imcsv
2018-10-19 17:33:07,868 - bauble.pluginmgr - DEBUG - 139914526947136 - registering command handler exxml
2018-10-19 17:33:07,869 - bauble.ui - DEBUG - 139914526947136 - DefaultView::update
2018-10-19 17:33:07,870 - bauble.ui - DEBUG - 139914526947136 - DefaultView::update - creating infobox
2018-10-19 17:33:07,870 - bauble.plugins.plants - DEBUG - 139914526947136 - SplashInfoBox::__init__
2018-10-19 17:33:07,903 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,903 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,903 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,903 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,904 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,905 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,905 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,905 - bauble.utils - DEBUG - 139914526947136 - defining handlers
2018-10-19 17:33:07,917 - bauble.ui - DEBUG - 139914526947136 - DefaultView::update - updating infobox
2018-10-19 17:33:07,917 - bauble.plugins.plants - DEBUG - 139914526947136 - SplashInfoBox::update
2018-10-19 17:33:07,925 - bauble.db - DEBUG - 139914526947136 - creating session (<frame object at 0x55989e0e6020>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 199, 'update', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,974 - bauble.db - DEBUG - 139914072196864 - creating session (<frame object at 0x7f403b465b60>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,977 - bauble.db - DEBUG - 139913223714560 - creating session (<frame object at 0x7f4039bb9d38>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,979 - bauble.db - DEBUG - 139913232107264 - creating session (<frame object at 0x7f4039bb9b60>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,983 - bauble.db - DEBUG - 139913248892672 - creating session (<frame object at 0x7f4039bb95d8>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,985 - bauble.db - DEBUG - 139914080589568 - creating session (<frame object at 0x7f403b4305d8>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,986 - bauble.db - DEBUG - 139914100270848 - creating session (<frame object at 0x7f403b465228>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913831855872 - creating session (<frame object at 0x7f4039bb3228>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913215321856 - creating session (<frame object at 0x7f4039bbe228>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913240499968 - creating session (<frame object at 0x7f4039bb9988>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913848641280 - creating session (<frame object at 0x7f403b430988>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913861265152 - creating session (<frame object at 0x55989e0e4a20>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,987 - bauble.db - DEBUG - 139913840248576 - creating session (<frame object at 0x7f403b430d38>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,988 - bauble.db - DEBUG - 139913206929152 - creating session (<frame object at 0x7f4039bbe5d8>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,988 - bauble.db - DEBUG - 139913823201024 - creating session (<frame object at 0x7f4039bb35d8>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,988 - bauble.db - DEBUG - 139913814808320 - creating session (<frame object at 0x7f4039bb3988>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:07,990 - bauble.db - DEBUG - 139913806415616 - creating session (<frame object at 0x7f4039bb3d38>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:08,011 - bauble.db - DEBUG - 139913055958784 - creating session (<frame object at 0x7f4039bbe988>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:33:08,011 - bauble.db - DEBUG - 139913257285376 - creating session (<frame object at 0x7f4039bb9228>, '/home/mieke/.virtualenvs/ghide/local/lib/python2.7/site-packages/ghini.desktop-1.0.88-py2.7.egg/bauble/plugins/plants/__init__.py', 89, 'run', ['        ssn = db.Session()\n'], 0)
2018-10-19 17:34:04,764 - bauble.plugins.imex.csv_ - DEBUG - 139914526947136 - 'tabel'
aauioo commented 5 years ago

This time better?

mfrasca commented 5 years ago

you did not mean to close the issue, or did you? very curious last logging line. I can't justify that from the code. it comes from a module which only contains one logger.debug able to produce that text, but it's inside the CSVImporter (not the exporter) and I can't justify the content 'tabel'.

aauioo commented 5 years ago

Ehh, no. Did I hit a wrong button?

Op zo 21 okt. 2018 04:10 schreef Mario Frasca notifications@github.com:

you did not mean to close the issue, or did you?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Ghini/ghini.desktop/issues/453#issuecomment-431632792, or mute the thread https://github.com/notifications/unsubscribe-auth/AlZZwRjOwuRXotZ803CletBwHzWgs8U3ks5um9eMgaJpZM4XfKn8 .

aauioo commented 5 years ago

But did you get the log info? I posted it few days ago.

Op zo 21 okt. 2018 04:10 schreef Mario Frasca notifications@github.com:

you did not mean to close the issue, or did you?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Ghini/ghini.desktop/issues/453#issuecomment-431632792, or mute the thread https://github.com/notifications/unsubscribe-auth/AlZZwRjOwuRXotZ803CletBwHzWgs8U3ks5um9eMgaJpZM4XfKn8 .

mfrasca commented 5 years ago

as a temporary workaround, I suggest that you use your database's syntax, then if you can come to the developing line, you can help me find the problem, which I didn't yet identify.


produce an SQL dump (verbose backup) for sqlite3:

sqlite3 .bauble/3.1/cuchubo.db --line '.dump' > backup-$(date -u +%Y%m%d%H%M).sql

replace .bauble/3.1/cuchubo.db with whatever the location of your sqlite3 database.

if you're using anything else and need help, let me know.


move to a different line or tagged version:

git checkout v1.0.85
git checkout ghini-1.0
git checkout ghini-1.0.-dev

you activate the virtualenv where ghini 1.0 is installed, you move to the ghini checkout (most likely ~/Local/github/Ghini/ghini.desktop), you choose one of the above checkout, you install that with ./setup.py install

RoDuth commented 5 years ago

@aauioo I think you must have selected import. Just tried exporting to csv in 1.0.88 with no issue.

mfrasca commented 5 years ago

@aauioo says that he's having trouble with his laptop and consequently his github account, and he first needs to get everything back to running before he can check again.

mfrasca commented 5 years ago

this was related to the Dutch translation. I was recursively looking for the missing key (tabel) in the bauble directory, but the "murder" was happening in the po area. I have written a new unit test, and it brought to light a few more similar mistakes. (tests now require babel)