Closed alfonsodg closed 10 years ago
From hans.don...@pobox.com on July 18, 2009 00:02:16
this issue contains multiple issues
- What is the expected output? Tkinter based splash page.
as you download form source, you should have Tk available, in the output from (5) it is indicaed you do no have it: "WARNING:root:GUI not available because Tk library is not installed"
- If web2py server is shutdown and restarted then the warning about cron.master does not appear. default behaviour: when cron.master is not existing, it will be created on first run.
- Kpax cms was installed as 'cms'. At some point during creation of first access account to kpax the following message was printed on the server terminal screen:
:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
Kpax is to be installed seperately (does not match your reproduce steps). Using MD5 instead of hashlib is to provide some compatibility with Python 2.4
Besides, KPAX is a seperate application(web2py based) and not part of web2py
- The first action after login with new user was to
See last remark at previous point.
From massimod...@gmail.com on August 11, 2009 05:10:58
The only issue is the last one about list not having a replace method. This is an incompatibility between python and 2.6 and 2.5 cgi module. We only support 2.5 for this reason.
Status: Invalid
From absh...@gmail.com on September 26, 2009 13:00:25
I also got the "WARNING:root:GUI not available because Tk library is not installed" message.
I am running Ubuntu 9.04 in a virtual box.
It may be obvious to all but me but I was able to resolve the problem by installing python-tk.
From ch...@ononbb.com on June 15, 2009 16:33:38
What steps will reproduce the problem? 1. Downloaded from svn web2py Version 1.64.1 (2009-06-15 10:41:06)