Re: [pygccxml-development] wrapping pod struct with reference member variables
Brought to you by:
mbaas,
roman_yakovenko
|
From: Maik B. <bec...@go...> - 2009-01-20 09:56:31
|
Roman Yakovenko schrieb am Dienstag 20 Januar 2009 um 10:33: > Strange, the "indexing_suite" package exists in repository: > http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/pypluspl >us/code_repository/ Yes, its in my working copy too, but not installed by $ python setup.py install --root=$startdir/pkg = working copy = {{{ [maik@horst pyplusplus-svn]$ ls -1 src/pyplusplus/pyplusplus/code_repository/ __init__.py array_1.py call_policies.py convenience.py ctypes_integration.py ctypes_utils.py gil_guard.py indexing_suite named_tuple.py return_pointee_value.hpp return_range.py }}} = installed = {{{ [maik@horst pyplusplus-svn]$ ls -1 pkg/usr/lib/python2.6/site- packages/pyplusplus/code_repository/|grep -v pyc$ __init__.py array_1.py call_policies.py convenience.py ctypes_integration.py ctypes_utils.py gil_guard.py named_tuple.py return_range.py }}} |