sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged python

Just finished compiling Boost 1.61 for all popular MSVC compilers, MSVC 2008 through 2015. Since 1.60, I made a patch to enable Boost.Locale and Boost.Regex to link against static ICU, which is not supported upstream. You can download scripts, patches, etc. at the Precompiled Boost page, as always. For older releases head to the Precompiled […]

Just finished compiling Boost 1.59 for all popular MSVC compilers, MSVC 2008 through 2015. You can download them at the Precompiled Boost page, as always. Keep in mind that Boost.Locale does not link against the static ICU, only shared, therefore you may need to include the ICU dlls. These binaries are untested and are only […]

When trying to start Buildbot’s master 0.8.6 I encountered this “exceptions.ImportError: cannot import name NoResource” error. The full transcript from the buildbot’s log is shown below: 2012-10-20 21:06:15+0300 [-] 2012-10-20 21:06:15+0300 [-] Unhandled Error Traceback (most recent call last): File “/usr/lib64/python2.7/site-packages/twisted/internet/defer.py”, line 551, in _runCallbacks current.result = callback(current.result, *args, **kw) File “/usr/lib64/python2.7/site-packages/twisted/internet/defer.py”, line 916, in […]