Hi,

I'm using a version of the indexing suite I believe I copied from
Roman's codebase some time ago. I've recently refactored my project into
multiple modules and now I'm have some runtime errors when iterating
over sequences in python. At runtime I get the cryptic message:

RuntimeError: get

It is proving a little difficult to track down as it only happens on my
server not on my development machine although it is reproducible every
time. Not all std::vectors that are exposed trigger the error. If I
change the order that my C++ modules are imported then the std::vector
that triggers the error changes.

I'm building a debug python on my server to try to investigate further
but meanwhile I wonder if anyone had any suggestions or had seen this
sort of thing before?

Also where is the latest version of the indexing suite v2 code that I
could use?

Thanks,
John.

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to