On Tue, Jan 13, 2009 at 8:31 PM, Petros Diveris <pdive...@gmail.com> wrote:
>
> I have used MSVC2008 express and to my knowledge, no
> support DLLs are required - it's all self contained.

Python 2.5 is compiled using MS Visual Studio.NET 2003. (The compiler
has the version 13.10 and the runtime libraries for C and C++ are
msvcr71.dll and msvcp71.dll, respectively).  Since Python is only C is
only needs msvcr71.dll.

Your builts of sqlite and ICU depend on MSVCR90.DLL (I checked using
http://www.dependencywalker.com/ which shows, beside other things, the
DLLs an EXE or DLL depends on).

IMO there should only be used one runtime library.  Problems may arise
having two stacks for example.  Either you should recompile using VC
2003, or the Windows binary of web2py should switch to Python 2.6
which is also compiled with MSVC2008.

Kind regards,
Markus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to