Custom Report loading

Maf. King maf at chilwell.net
Fri Jan 22 07:50:04 EST 2010


On Friday 22 January 2010 12:14:09 Lincoln A. Baxter wrote:
> On Thu, 2010-01-21 at 21:00 -0800, Jason Dunham wrote:
> > I'm trying to write a custom report for Gnucash.  I'm using version 2.3.8
> > for Windows.

 <SNIP>

> > <unnamed port>: Unable to find file "JasonsReport.scm" in load path
> >
> >
> > Any advice?
>
> I think GC is using Unix file system semantics, it is running with Unix
> system emulation libraries.
>
> The D: or C: is being interpreted as Hostname: (remote system)
> The backslashes are being interpreted as escapes literalizing the
> following characters.
>
> Try one of these three:
>
> //d/jason/gnucash/custom/JasonsReport.scm
> //c/users/jdunham/.gnucash/JasonsReport.scm
> /users/jdunham/.gnucash/JasonsReport.scm
>

Ah! beaten to it!

Just a thought : you could also try escaping the backslash, which I think 
might be something like d\:\\jason\\gnucash\\..etc..etc. but I'm just 
guessing about that on windows.

HTH
Maf.





More information about the gnucash-user mailing list