-
Logged In: YES
user_id=1070180
I encountered the same date problem when importing from
Quicken, and there is no workaround. To fix it, the date
pattern match in file import.pl must be modified.
In the import_qif_account subroutine in file import.pl,
locate this line of code:
($month, $day, $year) =
/^D(\d+)\s*\/\s*(\d+)\s*\/\s*(\d+)/;
Comment it out or replace as follows:
2004-07-03 08:21:23 UTC by diogenese
-
This patch resolves the "file not found" error when attempting to print reports in version 0.9 and later.
2003-12-08 02:40:17 UTC by briank
-
---------------------------
Error in startup script
---------------------------
couldn't
execute "C:\cygwin\usr\local\lib\cbb\wrapper.pl": no
such file or directory
while executing
"open |$lib_path/wrapper.pl r+"
(procedure "cbb_setup" line 15)
invoked from within
"cbb_setup
"
(file "/usr/local/bin/cbb" line 62...
2003-09-24 05:40:32 UTC by js9986
-
I get the following popup error message
Title of popup: Error in startup script
Contents of popup:
couldn't
execute "c:\cygwin\usr\local\lib\cbb\wrapper.pl": no
such file or directory
while executing
"open |$lib_path/wrapper.pl r+"
(procedure "cbb_setup" line 15
invoked from within
"cbb_setup
"
(file /usr/local/bin/cbb" line 62)
2003-09-24 05:33:51 UTC by nobody
-
briank committed patchset 52 of module cbb-0.9 to the CBB CVS repository, changing 1 files.
2003-07-21 03:17:35 UTC by briank
-
briank committed patchset 51 of module cbb-0.9 to the CBB CVS repository, changing 1 files.
2003-07-21 03:15:12 UTC by briank
-
briank committed patchset 50 of module cbb-0.9 to the CBB CVS repository, changing 1 files.
2003-06-18 07:53:13 UTC by briank
-
briank committed patchset 49 of module cbb-0.9 to the CBB CVS repository, changing 1 files.
2003-06-18 07:50:07 UTC by briank
-
Error generated (no trace) when attempting to tab
between payee and debit fields. This was first
observed in Tk8.3, and is not present when running
under Tk8.0.
2003-03-03 02:11:38 UTC by briank
-
Created a qif file from Quicken 2002 with categories,
reminders etc.
all the dates are missing, none of the categories came in.
2002-09-12 07:13:15 UTC by nobody