Trying out Nim for the first time ever, and being a web developer I went straight for Jester.
Trying to run it though, I get this:
c:nimlibpurescgi.nim(35, 7) Warning: sockets is deprecated [Deprecated] Hint: asyncio [Processing] c:nimlibpureasyncio.nim(11, 7) Warning: sockets is deprecated [Deprecated] c:nimlibpurescgi.nim(35, 39) Warning: asyncio is deprecated [Deprecated] Hint: cookies [Processing] Hint: mimetypes [Processing] c:nimlibjester.nim(6, 14) Error: cannot open 'private/patterns'
Hah, found the issue. I had only grabbed the jester.nim, not the private folder as well.
It works now :)