Re: [BangPypers] Suggest me for Desktop development

2008-11-03 Thread Rajeev J Sebastian
On Mon, Nov 3, 2008 at 10:42 PM, Deepak Thukral <[EMAIL PROTECTED]> wrote: >> Can't it be extended to non-Windows platforms using Mono > > With GTK# sure! IMO use Tkinter, its cool for small apps and if you have > complex UI then use wxPython or pyGTK with CPython instead of using > IronPython an

Re: [BangPypers] Suggest me for Desktop development

2008-11-03 Thread Deepak Thukral
> Can't it be extended to non-Windows platforms using Mono With GTK# sure! IMO use Tkinter, its cool for small apps and if you have complex UI then use wxPython or pyGTK with CPython instead of using IronPython and JPython. ___ BangPypers mail

Re: [BangPypers] Suggest me for Desktop development

2008-11-03 Thread Banibrata Dutta
Can't it be extended to non-Windows platforms using Mono ? On Mon, Nov 3, 2008 at 10:03 PM, Sridhar Ratnakumar <[EMAIL PROTECTED] > wrote: > IronPython is good for Windows-only apps. Here is a tutorial to get > started - http://www.voidspace.org.uk/ironpython/winforms/index.shtml > > IronPython c

Re: [BangPypers] Suggest me for Desktop development

2008-11-03 Thread Sridhar Ratnakumar
IronPython is good for Windows-only apps. Here is a tutorial to get started - http://www.voidspace.org.uk/ironpython/winforms/index.shtml IronPython can be downloaded from http://www.codeplex.com/IronPython On Sat, Nov 1, 2008 at 11:34 AM, Ramdas S <[EMAIL PROTECTED]> wrote: > Try IronPython if y

Re: [BangPypers] Suggest me for Desktop development

2008-11-01 Thread Ramdas S
Try IronPython if you are into a bit of .Net RS On Sun, Nov 2, 2008 at 12:33 AM, Deepak Thukral <[EMAIL PROTECTED]> wrote: > > I want to develop a desktop application program which runs > > in Win XP/Vista. Kindly suggest me the right way to start > > with, since I am very new to Python and kin

Re: [BangPypers] Suggest me for Desktop development

2008-11-01 Thread Deepak Thukral
> I want to develop a desktop application program which runs > in Win XP/Vista.  Kindly suggest me the right way to start > with, since I am very new to Python and kindly suggest me > the books that can guide me very clearly for novice > programmers like me in python. Tk/Tkinter or if you are look

[BangPypers] Suggest me for Desktop development

2008-11-01 Thread Arun Python
Hi all, I want to develop a desktop application program which runs in Win XP/Vista.  Kindly suggest me the right way to start with, since I am very new to Python and kindly suggest me the books that can guide me very clearly for novice programmers like me in python. Regards, Arun Add