[Kmymoney-devel] [kmymoney4] [Bug 346810] CSV importer fails to correctly parse values

Cristian Oneț onet.cristian at gmail.com
Tue Apr 28 04:16:29 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=346810

Cristian Oneț <onet.cristian at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |onet.cristian at gmail.com

--- Comment #8 from Cristian Oneț <onet.cristian at gmail.com> ---
(In reply to bugs from comment #7)
> Interesting. I didn't uninstall the old version of kmymoney (which came by
> default with Fedora 21) before compiling the new, so perhaps there's some
> conflict occurring. I'm not at that machine at the moment but will try it
> again tomorrow. Regarding the 0's in the debit/credit section, I did that
> manually because it was complaining that certain rows had an improper number
> of columns. Probably because it was the older version as well ;-). Thanks
> for responding and I'll update with my results.

To be able to load the proper plugins (csvimporter is one of them) in a
self-compiled setup the proper environment needs to be setup.

I use the following script:

#!/bin/bash
export KDEDIR=/home/cristi/dezvoltare/kmymoney-install
export KDEDIRS=$KDEDIR
export PATH=$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$KDEDIR/lib64:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$KDEDIR/lib64/kde4/plugins:$QT_PLUGIN_PATH
/home/cristi/dezvoltare/kmymoney-install/bin/kmymoney -n --config
kmymoneydevelopmentrc --caption "KMyMoney Development Version" --lang=C

Where '/home/cristi/dezvoltare/kmymoney-install' is the path were KMyMoney
compiled from sources is installed .

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list