El Sat, 26 Apr 2014 13:51:18 -0700 (PDT)
Cynthia Butler <cindybutl...@gmail.com> escribió:

> My machine: ubuntu 14.04 LTS, 64 bit
> My web2py:  2.9.5-stable+timestamp.2014.03.16.02.35.39
> 
> I get this when running web2py.py: 
> 
> "WARNING:web2py:GUI not available because Tk library is not installed"
> 
> 
> I tried downloading/installing Tk 8.6.1 from Active State but it
> didn't fix it.
> 
> I also tried:
> >sudo apt-get install python-tk
> 
> which removed the warning, but I still do not see the GUI/console.
> 
> Sorry, I'm a noob. Which package do I need and where do I install it
> to get web2py's GUI/console to display?
> 
> Thanks!
> 

All you need is python-tk package from repos... but as Massimo says,
you don't really need it for web2py to work, from command line you set
the password for admin with:

   $ python web2py.py -a 'password' 

and you are good to go.

Marco.

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