Hi Folks, I'm new to Python for .NET and I'm wondering what methods folks are using for creating Windows Forms apps with Python. Is there a nice way to use the forms designer in Visual Studio .NET with Python? Or are people just creating forms directly in code? I tried googling around for this but couldn't find much. Thanks, Alex
Use VS to create a C# Windows Form, then either hand translate to Python.NET or use something like http://www.digitalfanatics.org/e8johan/projects/cs2py/ I prefer to translate "manually", which means that a smart editor does 90% of the work and I tweak the rest. HTH
-----Original Message----- From: pythondotnet-bounces@python.org [mailto:pythondotnet- bounces@python.org] On Behalf Of Alex Mohr Sent: Saturday, July 09, 2005 10:28 PM To: pythondotnet@python.org Subject: [Python.NET] Windows Forms design...
Hi Folks,
I'm new to Python for .NET and I'm wondering what methods folks are using for creating Windows Forms apps with Python. Is there a nice way to use the forms designer in Visual Studio .NET with Python? Or are people just creating forms directly in code? I tried googling around for this but couldn't find much.
Thanks,
Alex _________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Alex Mohr -
Thane