I installed PyPy on a Mac.  I discovered it needs openssl to run, so I
used MacPorts to install openssl and everything ran as expected.  I
was able to run web2py.py under PyPy and the management interface
works perfectly!  BUT...

I'm gettng a Sqlite3 error whenever I try to run a site:

Traceback (most recent call last):
  File "/Users/xxx/Work/web2py/gluon/restricted.py", line 173, in
restricted
    exec ccode in environment
  File "/Users/xxx/Work/web2py/applications/yyy/models/db.py", line 9,
in <module>
    db=SQLDB('sqlite://swim.db')            # if not, use SQLite or
other DB
  File "/Users/xxx/Work/web2py/gluon/sql.py", line 889, in __init__
    self._pool_connection(lambda : sqlite3.Connection(dbpath,
  File "/Users/xxx/Work/web2py/gluon/sql.py", line 829, in
_pool_connection
    self._connection = f()
  File "/Users/xxx/Work/web2py/gluon/sql.py", line 889, in <lambda>
    self._pool_connection(lambda : sqlite3.Connection(dbpath,
AttributeError: 'module' object has no attribute 'Connection'


On Mar 19, 7:06 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Keep us posted. this is important!

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to