Re: Missing MSVCR71.dll
This dll is shipped with VS.NET2003, you can copy one from others, maybe it'll work. missdeer 2006-08-08 发件人: Hoop 发送时间: 2006-08-08 22:50:22 收件人: python-list@python.org 抄送: 主题: Missing MSVCR71.dll Hi, I am trying to get my application into debug. I am using VS2005 with some Python code in it. Works fine in release build, but I do need to go to dubug. I have ActivePython 2.4.3.12. It says it is missing MSVCR71D.dll, I think that is an older .dll, maybe it should be an 8 for VS2005. MSVCR71D.dll is not even on my system. I have seen a similar posting a while back. Suggestion was to download the dll but I believe that could be incompatiable with VS2005. Any help would be appreciated. Thanks Jeff -- http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list
Re: Boost Install
You should set PYTHON_ROOT & PYTHON_VERSION environment variable first, then set the VC toolset path, compile bjam.exe yourself and run bjam with -sTOOLS parameter. It seems Boost has not been totally tested under VS2005, but works fine with VS2003. Good luck! missdeer 2006-08-11 发件人: Hoop 发送时间: 2006-08-11 23:00:24 收件人: python-list@python.org 抄送: 主题: Boost Install Hi All, I am wondering if any have done an install of Boost for Python embedding? I have downoaded boost_1_33_1.exe, ran that and now have a boost_1_33_1 directory with plenty of items ine it. I have attempted to follow some online install directions which do not seem to work. I am using VS2005. I have tried, bjam "--with-python-version[=2.4] and just get a statement saying that bjam is not recognized. Really is no batch file or executable with that name in the boost directory. Not sure what to do to get the Boost.Python installed. Thanks for any help. Jeff -- http://mail.python.org/mailman/listinfo/python-list -- http://mail.python.org/mailman/listinfo/python-list