Logs for #nikola for 2015-12-02

13:51:19 <rancyd> hello. installing nikola with python 3.5 & pip on msys2/mingw64 i keep failing on pyzmq, E:/Portable/Win/msys64/usr/lib/libpthread.a(t-d000033.o):fake:(.text+0x2): undefined reference to `__imp___getreent'
13:55:14 <rancyd> oh hrm, maybe because pyzmq most recent python version is 3.3...
14:03:42 <rancyd> well, easy_install build of pyzmq worked on windows
14:16:51 <ralsina> rancyd: pyzmq is not one of our direct dependencies is it?
14:17:14 <ralsina> rancyd: so, once you have it installed somehow, retrying Nikola installation should go further
14:23:39 <rancyd> yes, windows build was fixed by grabbing prebuilt lxml from http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml and i believe i mis-interpreted the mingw error, installing some gc lib fixed the problem. so im good to go on windows for nikola now it seems! thank yuo
14:43:30 <ralsina> rancyd: you're welcome!