[BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread Syed Awase khirni
Hello All, I am a new to Django and i am trying to do some intial bit of learning myself. I am having difficulty with SQLServer drivers with ADO and pyodbc. Can any body suggest me exactly the approach. Please find the code in my settings.py file. If you could also provide me pointers to download

Re: [BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread Vivek Puri
Hi, I am a new to Django and i am trying to do some intial bit of learning myself. I am having difficulty with SQLServer drivers with ADO and pyodbc. Can any body suggest me exactly the approach. Please find the code in my settings.py file. If you could also provide me pointers to downloading th

[BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Shabda Raaj
I am building my first desktop app with Python and I would like to get recommendation on what toolkit to use. I am planning to use either PyGTK or PyQT. (Are there anything else I should consider.) I see a lot of outdated, unmaintained tutorials about these. I am looking for modern, opinionated t

Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Bibhas
I used Kivy a year back. Not sure of it's state now. You could look into it once. Shabda Raaj wrote: >I am building my first desktop app with Python and I would like to get >recommendation on what toolkit to use. > >I am planning to use either PyGTK or PyQT. >(Are there anything else I should c

Re: [BangPypers] Django with MSSQL Server 2008

2013-09-26 Thread konark modi
I have used Python + TEIDD via JDBC, and Python + Microsoft SQL Server using ODBC.. I'll share my steps with you for connecting ODBC + Python on a linux machine(CentOS 5.x, 6.x) . 1. Install FREE TDS 2. Install Unix ODBC 3. Install PyODBC 4. Configure the TDS and ODBC settings in $HOME/etc/*.conf

Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Noufal Ibrahim
Shabda Raaj writes: > I am building my first desktop app with Python and I would like to get > recommendation on what toolkit to use. > > I am planning to use either PyGTK or PyQT. > (Are there anything else I should consider.) wxpython. It uses the native widgets depending on platform. > > I

Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Baiju M
Here is a good documentation for Python bindings of GTK+ 3 bindings: http://python-gtk-3-tutorial.readthedocs.org/en/latest/ On Fri, Sep 27, 2013 at 2:19 AM, Shabda Raaj wrote: > I am building my first desktop app with Python and I would like to get > recommendation on what toolkit to use. > > I

Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Dhruv Baldawa
Take a look at PySide? -- Sent from mobile On Sep 27, 2013 9:24 AM, "Noufal Ibrahim" wrote: > Shabda Raaj writes: > > > I am building my first desktop app with Python and I would like to get > > recommendation on what toolkit to use. > > > > I am planning to use either PyGTK or PyQT. > > (Are t