Boost Users, I am still getting the rule python-extension unknown error. Bjam is using the user-config.jam file in "C:\Program Files\boost\boost_1_36_0\tools\build\v2". I have the file configured as follows: using msvc : 7.1 ; using python : 2.6 : "C:/Program Files/Python26"; I have tried configuring the file like this with and without the quotation marks, forward slashes, backslashes, a trailing slash in the "using python" line. If I put a directory that doesn't even exist in the "using python" line, nothing changes, which I would hope to see a crash on that. Please help. Thank you, Robert MacHardy -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Steven Watanabe Sent: Thursday, October 09, 2008 12:04 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [Python] rule python-extension unknown AMDG Robert MacHardy wrote:
I am trying to build the Hello World python example. When I execute bjam I get the "rule python-extension unknown" error. I believe this to be because my user-config.jam file is never being used.
Try running bjam with --debug-configuration. That should tell you which user-config.jam is used. In Christ, Steven Watanabe _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users