16 std::string version( fullversion, 0, fullversion.find_first_of(
' '));
17 std::string vers(version, 0, version.find_first_of(
'.',version.find_first_of(
'.')+1));
21 PyRun_SimpleString(
"print dir()" );
28 while( file.get(ch) ) str.
put(ch);
29 PyRun_SimpleString( const_cast<char*>(str.str().c_str()) );