Closed ThomasTJdev closed 6 years ago
Ah ya. This is true. Well, this is my first attempt at using genotrace's nimgen. I shall fix the imports for the tests and change the README file. I might ultimately change the cfg file so that the installation process moves the xlsxwriter.nim file upward structurally and import xlsxwriter
will suffice.
But besides that - it's a nice package! Good job!
Prerequisites:
nimble install nimlibxlsxwriter
nimble setup nimlibxlsxwriter
Running:
nim c -r testfile.nim
was resulting inError: cannot open 'xlsxwriter'
. This was solved by changing the import path to:import nimlibxlsxwriter/xlsxwriter
.Folderstructure: The folder structure was created by running the
setup
:nimble/pkgs/nimlibxlsxwriter-0.1.0/nimlibxlsxwriter/xlsxwriter.nim
Testfile:
testfile.nim
: