Results 8 comments of vac

@shiyanhui Yes, I'v changed it and it's fine. But I think that default keymap shouldn't conflict with language specific characters.

Hi, any progress on windows support? Building nanomsg sources was easy part but I cannot make nanomsg-python work.

I have manage to make it work on windows. Maybe my tips would be usefull for someone. Requirements: visual studio, cmake - download nanomsg c sources. - build nanomsg c...

yeah windows installer is nice but unfortunately python lib/site-packages are not in windows PATH by default.. So your app/script which is using nanomsg still cannot find dll...

Ok it's now much better. I'v made windows installer with dll included as @shluvme suggested: setup.py: ``` python data_files=[('lib/site-packages',["../nanomsg/nanomsg.dll",])] setup( name='nanomsg', version=__version__, packages=[str('nanomsg'), str('_nanomsg_ctypes'), str('nanomsg_wrappers')], data_files = data_files, ``` dll...

ps. if you would like to test my windows build I'v put installer here: http://vacu.la/python/nanomsg-1.0.win32-py2.7.exe warning: nanomsg and nanomsg-python code which was used to generate dll and installer is not...

Well done @tonysimpson! It's not bad! I'm using your implementation in few projects, in production. nanomsg-python BUS is working fine, on Linux and Windows. In github space it's difficult to...

same here. ping.