Hi,
The following lines of code gives an error starting with line
where len() is used
local_BkFiles = glob.glob(localDirectoryName+'\\*' + data +
'*bk*')
local_BkFiles.sort(key=str.upper)
last_pv_File_Name = local_PvFiles[len(local_PvFiles)-1]
split_last_pv_File_Nam
I am trying to build a helloworld program using bjam so that it can be
imported into a python script. I get an error message that mentions a
problem with the destructor being declared protected. Has anyone noticed
this problem when building with Boost and Delta3D?
C:\Program Files\boost\boost_1_35