[web2py] Re: Help! import winrandom gives dll load failed error under Apache on Vista, but works under Rocket.

2011-10-12 Thread Omi Chiba
David, This kind of explains why pyodbc cannot run on apache under wsgi. The below link solution may also work with you because I assume Uniform server is built with correct compiler. https://groups.google.com/group/web2py/browse_thread/thread/1cc544f52d9aeac4/eb79347e29582367#eb79347e29582367

[web2py] Re: Help! import winrandom gives dll load failed error under Apache on Vista, but works under Rocket.

2011-10-11 Thread dlypka
P.S. In this scenario, you have to run web2py with -i 138.85.50.99 -p 8000 for example: python web2py.py -a "" -i 138.85.50.99 -p 8000 On Oct 10, 6:36 pm, dlypka wrote: > Resolved: > > After researching, I see this problem plagues many other developers as > well. > The root cause is

[web2py] Re: Help! import winrandom gives dll load failed error under Apache on Vista, but works under Rocket.

2011-10-10 Thread dlypka
Resolved: After researching, I see this problem plagues many other developers as well. The root cause is that the Distribution Windows Build of Apache 2.2 is built with msvcr71.dll which is the C++ runtime dll for Visual Studio 2003!!! But, most recent builds of python .pyd files which link to C/C