Downloaded this: http://web2py.com/examples/static/nightly/web2py_win.zip, and extracted to disk.
Run web2py.exe, and see this:

   C:\Users\subbaraman\Downloads\web2py_win_001\web2py>web2py.exe
   Traceback (most recent call last):
      File "<string>", line 6, in <module>
      File "__main__.py", line 128, in <module>
      File "__main__web2py__.py", line 18, in <module>
      File "gluon/__init__.py", line 15, in <module>
      File "gluon/globals.py", line 28, in <module>
      File "gluon/dal/__init__.py", line 1, in <module>
      File "gluon/dal/base.py", line 153, in <module>
   ImportError: No module named adapters


Downloaded this: http://web2py.com/examples/static/nightly/web2py_src.zip, and extracted to disk.
Run python web2py.py, and see this:

   Traceback (most recent call last):
      File "web2py.py", line 18, in <module>
        import gluon.widget
      File
   "C:\Users\subbaraman\Downloads\web2py_src_002\web2py\gluon\__init__.py",
   line 15, in <module>
        from globals import current
      File
   "C:\Users\subbaraman\Downloads\web2py_src_002\web2py\gluon\globals.py",
   line 28, in <module>
        from gluon.dal import Field
   ImportError: No module named dal


Doesn't start in either case.
Windows 8.1, python 2.7.9

________________________________________
Kiran Subbaraman
http://subbaraman.wordpress.com/about/

On Tue, 06-01-2015 11:07 PM, Massimo Di Pierro wrote:
The 2.9.12 source is in

http://web2py.com/examples/static/nightly/web2py_src.zip

The 2.9.12 binaries are in

http://web2py.com/examples/static/nightly/web2py_win.zip
http://web2py.com/examples/static/nightly/web2py_osx.zip

Please help us test them so we can released 2.9.12.

2.9.12 includes mostly bug fixes but there is some major DAL refactoring so we are concerned about backward compatibility. We think it works but please let us know asap if this breaks your code.

Massimo

--
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 <mailto:web2py+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
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