Re: [pylons-discuss] pyramid mssql connection string

2014-10-02 Thread Alen Cerovic
UTC+2, korisnik Alen Cerovic napisao je: thnx pb, made it partially working, after initialize_MyApp_db which successfully created models table I still get error in browser Pyramid is having a problem using your SQL database another question: how to define models for existing database tables

[pylons-discuss] pyramid mssql connection string

2014-10-01 Thread Alen Cerovic
Hi, new to pyramid, actually installed it yesterday :) What would be correct sqlalchemy.url in development.ini to connect to ms sql server I tried : sqlalchemy.url = mssql://username:password@ServerIP\ServerInstancce/DbName but getting error: return __import__('pyodbc') ImportError: No

Re: [pylons-discuss] pyramid mssql connection string

2014-10-01 Thread Alen Cerovic
-sqlalchemy.dialects.mssql.pyodbc On Wed, Oct 1, 2014 at 9:09 AM, Alen Cerovic cerovi...@gmail.com javascript: wrote: Hi, new to pyramid, actually installed it yesterday :) What would be correct sqlalchemy.url in development.ini to connect to ms sql server I tried : sqlalchemy.url = mssql

Re: [pylons-discuss] pyramid mssql connection string

2014-10-01 Thread Alen Cerovic
/downloads/list -- Petr On Wed, Oct 1, 2014 at 6:45 PM, Alen Cerovic cerovi...@gmail.com javascript: wrote: thnx, installed pyodbc, connection now works :-) but after initialize_MyApp_db which successfully created models table I still get error in browser Pyramid is having a problem using

Re: [pylons-discuss] pyramid mssql connection string

2014-10-01 Thread Alen Cerovic
/list -- Petr On Wed, Oct 1, 2014 at 6:45 PM, Alen Cerovic cerovi...@gmail.com javascript: wrote: thnx, installed pyodbc, connection now works :-) but after initialize_MyApp_db which successfully created models table I still get error in browser Pyramid is having a problem using your