Hello, I'm completely new to nim, only having read the three-part guide and the introductory texts on its webpage.
> I used choosenim to install 2.0.6 on Kubuntu and added the necessary part to > the $PATH-Variable. I also installed the x11-package via nimble and it's > shown when I use "nimble list -i". However, when I try to do "import x11" in > a source-file and try to compile the file with "nim c myapp.nim", I get the > above mentioned line of "Error: cannot open file: x11". Not sure if that's important but the package is installed in the "pkgs2"-folder, not within "pkgs" within "my-user-folder/.nimble". Does anybody have any hint about what I am doing wrong?