代码搜索结果

找到约 10,000 项符合 Python 的代码

shared_ptr_from_python.hpp

// Copyright David Abrahams 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde

rvalue_from_python_data.hpp

// Copyright David Abrahams 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde

symbian_python_ext_util.h

/* * ==================================================================== * symbian_python_ext_util.h * * Utilities for Symbian OS specific Python extensions. * * Copyright (c) 2005 N

symbian_python_ext_util.cpp

/* * ==================================================================== * symbian_python_ext_util.cpp * * Utilities for Symbian OS specific Python extensions. * * Copyright (c) 2005 N

saga_api_to_python_linux.sh

echo "SWIG compilation..." swig -c++ -python -includeall ./saga_api.h echo "SWIG compilation finished." echo "Python compilation..." python saga_api_to_python_linux.py install cp ./saga_api.py /usr/

saga_api_to_python_win.bat

@echo off rem set SWIG_PATH=D:\tools\develop\swigwin-1.3.25 set SWIG_PATH=%SWIG% rem set PYTHON_PATH=C:\Program Files\Python23 set PYTHON_PATH=C:\Programme\Python23 echo SWIG compilation...

saga_api_to_python_win.py

from distutils.core import setup, Extension, os module1 = Extension( '_saga_api', sources = [ 'saga_api_wrap.cxx' ], include_dirs = [ os.environ['WXWIN'] + '/include', os.envir

saga_api_to_python_linux.py

from distutils.core import setup, Extension module1 = Extension( '_saga_api', sources = [ 'saga_api_wrap.cxx' ], include_dirs = [ '/usr/local/lib/wx/include/gtk2-ansi-release-2.8'