> Are there some examples out there of asp.net
> WebForms done with Python for .net? 
> 
> I've spent several years working with Python and
> forgetting C++.  My current job is migrating to
> an Asp.net shop.  Today I'm trying to learn some
> Web Form programming and translate some working
> Python database code to vb.net.  I stumbled across
> http://www.zope.org/Members/Brian/PythonNet/
> and wonder if I should try this out. 

Python for .NET doesn't actually compile to IL, so it won't let 
you use Python in asp.net pages.

In theory, you could do that at some point with IronPython, but 
its status becomes more unclear by the day... ;(


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


_________________________________________________
Python.NET mailing list - [email protected]
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to