> Since Python can run on Mono using IronPython, I was wondering if it is
> possible to do this:
> * one class in IronPython that uses the Python bindings for gstreamer
> and provides methods to play, stop, pause, etc.
> * one class in C# that would use the IronPython class to play,
> stop,pause, etc.

Python "bindings" typically use C glue which is not compatible with
IronPython.

> 
> I wonder, for example, how exceptions are handled from IronPython to C#
> 
> 
> Thank you
> Julien
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
-- 
Miguel de Icaza <[EMAIL PROTECTED]>
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to