Thanks to fijal, I've installed ctypes and now I have MessageBox saying that system can't find "MSVCR90.DLL". After putting this library into current directory, I have this error: --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error!
Program: C:\Python24\python.exe R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information. --------------------------- OK --------------------------- Google found this: http://msdn.microsoft.com/en-us/library/ms235560.aspx As I understand - we need to include manifest into resulting binary or perhaps link externmod_2.dll statically. The resulting stacktrace: http://pastebin.com/m6965b0f7 Please help =) 20.01.2009 23:55, Ветошкин Никита пишет: > Hi, all! > > I'm trying to translate PyPy on Windows Vista x64 with Python2.4 32 bit > and Visual Studio 2008 Express Edition. 32 bit - cause Express Edition > isn't shipped with x64 compiler. > Translation failes: http://pastebin.com/m70de1376. > Fixing Visual Studio version recognition ( warning about KeyError > VS71COMNTOOLS) doesn't help, translation failes with the same error. > Any suggestions? > > P.S. In answers, please, put my mail in copy, cause I'm subscribed to > digest =) _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
