8 Oct
2008
8 Oct
'08
8:10 p.m.
I tried the following code below as an alternative and it still does not work: using namespace boost::python; object sys( import( "sys" ) ); dict sysdict( sys.attr( "__dict__" ) ); list syspath( sysdict["path"] ); syspath.append( "C:\mypath" ); I could really use some help!