> I am new to this list and .NET.
> 
> >From the quick reading I've done, I understand pythondotnet can help me 
> "package" my Python libraries (they use a few C extensions) so they look 
> like .NET components to the W. world.
> 
> Am I correct ?

Hi Philippe - 

That is not correct - actually, pythonnet is the opposite of 
that ;) It makes any .NET code accessible in a natural way as 
if they were Python objects. It does not generate IL, so it 
can't be used generally to expose existing Python code to the 
.NET world.


Brian Lloyd        [EMAIL PROTECTED]
V.P. Engineering   540.361.1716              
Zope Corporation   http://www.zope.com 


_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to