I'm missing something?
C:\Users\Mariano\Downloads\web2py_win27\web2py>web2py.exe
Traceback (most recent call last):
File "c:\Python27\lib\site-packages\py2exe\boot_common.py", line 92, in <modul
e>
import linecache
zipimport.ZipImportError: can't find module 'linecache'
Traceback (most recent call last):
File "web2py.py", line 4, in <module>
zipimport.ZipImportError: can't find module 'os'ALSO, you're not BUNDLING Microsoft.VC90.CRT (MSVCR90.DLL required by Python2.7) so IT WILL NOT RUN on clean windows installations (see attached screenshots). Warning: that runtime is not shipped by default, and it is a SideBySide (SxS) assembly, so it is not enought just to copy the dll as in python2.5 I'll submit the required patch for setup.py ASAP Best regards Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Fri, Jun 8, 2012 at 1:43 PM, Massimo Di Pierro <[email protected]> wrote: > We have a new nightly build using python 2.7 (thanks Niphlod). We need help > testing that it is backward compatible. > > Massimo
<<attachment: depends_msvcr9.PNG>>
<<attachment: err_msvcr9.png>>

