[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-12 Thread azarkowsky
A few more days of debug yielded a rather simple solution in the end. Compiling pyodbc with mingw32 was actually the correct answer. I had tried building pyodbc on a different system and then just copying over the *.pyd *.egg-info. That's not good enough. You have to actually install mingw on

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-10 Thread azarkowsky
Hi Massimo, Thanks for your prompt response. That was my first thought as well. The system I'm working on though is a pretty fresh build and searching the file system for 'site-packages' I only find results (as expected) within web2py and in my python installation folder, 'C:\python'. So unless

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-10 Thread azarkowsky
I just wanted to add that my new build of pyodbc using MinGW32 didn't seem to work either. I removed pyodbc from my Python site-packages folder and after installing MingW and adding it to my PATH in the pyodbc source folder I ran 'python setup.py build -c mingw32' followed by 'python setup.py

[web2py] Re: Pyodbc error with web2py under Apache and mod_wsgi

2010-11-09 Thread mdipierro
you may have different python versions installed. Check the one used by modwsgi On Nov 9, 3:02 pm, azarkowsky azarkow...@gmail.com wrote: Hi, I'm relatively new to web2py and am attempting to set up my production environment for the first time.  I'm running Apache2.2 with mod_wsgi, python