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
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
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
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
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
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
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
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