No, it still doesn't work: C:\Users\Mariano\Downloads\web2py_win_3\web2py>web2py.exe Traceback (most recent call last): File "web2py.py", line 16, in <module> zipimport.ZipImportError: can't find module 'gluon'
Microsoft.VC90.CRT is also not solved. If you want, I can look more deeply this when I get some time. Regards Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Sat, Jun 9, 2012 at 1:48 PM, Massimo Di Pierro <[email protected]> wrote: > Can you please try again? > > > On Saturday, 9 June 2012 10:45:36 UTC-5, Mariano Reingart wrote: >> >> 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

