Re: [Visualpython-discuss] GUI design in Visual Python.
by Jeff Griffiths other posts by this author
Jan 7 2005 10:05AM messages near this date
view in the new Beta List Site
[Visualpython-discuss] GUI design in Visual Python.
|
[Visualpython-discuss] VS .NET 2003 compatibilty?
Hi Corey,
Corey Woodworth wrote:
> I'm looking for a way to visully design GUIs in visual python.
Visual Pytohn does not support this; it is instead a plugin designed to
support Python Scripting and debugging in Visual Studio .Net using a
standard Python distribution.
> Is python.net usable yet?
Yes and no. What you really want to look at is IronPython:
http://www.ironpython.com/
...however IronPython is in an incomplete state, and the mailing list is
currently stagnating somewhat.
> If not I wouldn't mind at all using GTK or GTK# along with pyGTK and
> Glade. I have found this:
> http://www.mfconsulting.com/product/gtks-inst4win/gtks-inst4win.htm
> which installs GTK# and glade into visual studio. However I don't
> think it only works under C#. Is it possible to create python
> projects that use GTK or GTK# GUI all with visual studio and visual
> python?
You should be able to create GTK# guis using IronPython and Mono, but
there is no support for this currently in Visual Python.
I believe there is some discussion on this on the Ironpytohn list:
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
cheers, JeffG
> Thanks, Corey _______________________________________________
> Visualpython-discuss mailing list
> Visualpython-discuss@[...].com To unsubscribe:
> http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Visualpython-discuss mailing list
Visualpython-discuss@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Corey Woodworth
Jeff Griffiths
|