Hi!
Another issues/whishes:
- In the welcome app, is it possible to redirect to https rather then http
when clicking on the button named "Administrative interface"
- When creating a new app via the admin interface "New simple application",
i receive following error:
unable to create application "test1"
Traceback (most recent call last):
File "/home/gniemetz/webapps/web2py/web2py/gluon/admin.py", line 188, in
app_create
w2p_unpack('welcome.w2p', path)
File "/home/gniemetz/webapps/web2py/web2py/gluon/fileutils.py", line 243, in
w2p_unpack
fgzipped = gzopen(filename, 'rb')
File "/usr/local/lib/python2.7/gzip.py", line 34, in open
return GzipFile(filename, mode, compresslevel)
File "/usr/local/lib/python2.7/gzip.py", line 89, in __init__
fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory:
'/home/gniemetz/webapps/web2py/web2py/welcome.w2p'
My workaraound was to pack the welcome app, name it welcome.w2p and put it
into the web2py folder
regards
Gerd
--