good to know. We should make those warning go away.

On Dec 19, 3:51 am, Anand Vaidya <anandvaidya...@gmail.com> wrote:
> While testing some other code with python-2.7-alpha1 I thought why not
> try web2py too.
>
> Web2py starts up, fine, with some deprecation warnings:
>
> /home/cr/users/av/python27a1x64/lib/python2.7/mhlib.py:83:
> DeprecationWarning: the multifile module has been deprecated since
> Python 2.5
>   import multifile
> /home/cr/users/av/demo/web2py/gluon/import_all.py:97:
> DeprecationWarning: the MimeWriter module is deprecated; use the email
> package instead
>   __import__(module, globals(), locals(), [])
> /home/cr/users/av/demo/web2py/gluon/import_all.py:97:
> DeprecationWarning: the mimify module is deprecated; use the email
> package instead
>   __import__(module, globals(), locals(), [])
> /home/cr/users/av/demo/web2py/gluon/import_all.py:97:
> DeprecationWarning: the sets module is deprecated
>   __import__(module, globals(), locals(), [])
> WARNING:root:GUI not available because Tk library is not installed
> Warning: web2py requires Python 2.4, 2.5 (recommended), or 2.6 but you
> are running:
> 2.7a1 (r27a1:76674, Dec 18 2009, 21:14:54)
> [GCC 4.4.1]web2py Enterprise Web Framework
> Created by Massimo Di Pierro, Copyright 2007-2010
> Version 1.74.2 (2009-12-15 23:43:22)
> Database drivers available: pysqlite2
> Starting cron...
> please visit:
>        http://127.0.0.1:8000
> use "kill -SIGTERM 16780" to shutdown the web2py server
>
> Also, the web interface was failing to come up and reporting an error
> with missing sqlite3 module. After installing pysqlite seems to work
> fine. All basic functions are fine.
>
> Isn't SQLite built into python since 2.5?
>
> Just though I'd share this info...

--

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