Tested the windows binary.
I see this issue though (this seems similar to the one I reported 
previously, and niphlod fixed)

<type 'exceptions.ImportError'> cannot import name wintypes
Version
web2py™     Version 2.9.12-stable+timestamp.2015.02.14.06.12.20
Python     Python 2.7.6: 
C:\Users\subbaraman\Downloads\web2py_win\web2py\web2py.exe (prefix: 
D:\programs\open\python27)

Traceback
Traceback (most recent call last):
  File 
"C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\restricted.py", line 
224, in restricted
    exec ccode in environment
 
 File 
"C:/Users/subbaraman/Downloads/web2py_win/web2py/applications/my_app/controllers/default.py",
 line 1107, in <module>
  File "C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\globals.py", 
line 393, in <lambda>
    self._caller = lambda f: f()
  File "C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\tools.py", 
line 3449, in f
    return action(*a, **b)
  File 
"C:/Users/subbaraman/Downloads/web2py_win/web2py/applications/my_app/controllers/default.py",
 
line 304, in index
    orderby=_construct_orderby(), limitby=limitby, **cache_settings)
  File 
"C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\packages\dal\pydal\objects.py",
 
line 2076, in select
    return adapter.select(self.query,fields,attributes)
  File 
"C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\packages\dal\pydal\adapters\base.py",
 
line 1229, in select
    time_expire)
  File "C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\cache.py", 
line 410, in __call__
    self.initialize()
  File "C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\cache.py", 
line 402, in initialize
    self.storage = CacheOnDisk.PersistentStorage(folder)
  File "C:\Users\subbaraman\Downloads\web2py_win\web2py\gluon\cache.py", 
line 272, in __init__
    from ctypes import wintypes
ImportError: cannot import name wintypes



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to