ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> cpp-sig
cpp-sig
[C++-sig] RuntimeError on import from use of bases<>
by Craig S. Bosma other posts by this author
Oct 26 2009 2:03PM messages near this date
[C++-sig] New mds-utils release (1.2.0) | [C++-sig] function with >15 args yields get_signature error
Hi,

I'm having a difficult time debugging an issue with boost.python  
bindings under OS X 10.6 -- the same bindings have been working fine  
under windows.

On import of my module, I get an exception caught by python:

 >  RuntimeError: unidentifiable C++ exception

which I've traced down as far as the use of a bases<>  entry in my  
class_ definition. If I remove the bases<>  entry, it works, but of  
course removing all inheiritance from the module isn't an option.  
Furthermore, it seems that any (so far) use of bases<>  in this module  
causes the problem, while in another module (wrapping another library)  
classes deriving from others via bases<>  work normally.

Any thoughts on what could case this type of failure?

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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved