-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"nimble install servy" and "import servy" not working #2
Comments
also, when i add servy.nim and wsclient.nim to my project folder and import from there, servy doesn't compile with
the failure to build occurs with 1.4.0 and 1.2.8, btw. |
Hi, i just opened a PR to publish servy, and if you get the files in master right now it should be fixed already also if you have servy.nim in your project dir you should be able to execute the content of |
thanks! i re-installed Servy with All that being said, I copied the Now, to play with Servy some. :) I like the name, btw. |
Seeing the same bug |
I'm looking forward to trying out servy after reading some of your Nim Days book (thanks for that, btw!), but servy doesn't seem to be in the nim packages list anymore, so the install command doesn't work. I installed with
nimble install https://github.com/xmonader/nim-servy.git
and that appeared to succeed and servy is now in my~/.nimble/pkgs/
directory, butimport servy
is not working in the example code when i tried to test. Attempting to build returnsError: cannot open file: servy
. I'm usingnim 1.4.0
at the moment, if that's relevant.Thanks
The text was updated successfully, but these errors were encountered: