Massimo, Well good news, 1.65.5 DOES solve the behavior that started this thread. So I consider it closed. As always thank you Sir!
Almost too painful. Learned one lesson -- build your *.w2p app bundle before you muck around with the code. I think I need a beer. :) JohnMc On Jul 15, 6:19 pm, JohnMc <maruadventu...@gmail.com> wrote: > Hold on. Looks like it is with my app alone. Welcome works. I have to > port the source files manually as the 1.65.4 looks to have bonkered > the w2p package. > > On Jul 15, 6:16 pm, JohnMc <maruadventu...@gmail.com> wrote: > > > in 1.65.5 here is the traceback I receive upon attempting to enter > > admin > > > Traceback (most recent call last): > > File "/home/rootuser/Helix/gluon/restricted.py", line 176, in > > restricted > > exec ccode in environment > > File "/home/rootuser/Helix/applications/admin/controllers/ > > default.py", line 837, in <module> > > File "/home/rootuser/Helix/gluon/globals.py", line 100, in <lambda> > > self._caller = lambda f: f() > > File "/home/rootuser/Helix/applications/admin/controllers/ > > default.py", line 560, in design > > if not os.path.exists(crontab): open(crontab,'w').write > > ('#crontab') > > IOError: [Errno 2] No such file or directory: '/home/rootuser/Helix/ > > applications/Helix/cron/crontab' > > > removed the old install and started fresh. Received the above when I > > attempted to enter admin console. > > > JohnMc > > > On Jul 15, 5:45 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > Did you try 1.65.5? It works for me. > > > > Massimo > > > > On Jul 15, 5:37 pm, JohnMc <maruadventu...@gmail.com> wrote: > > > > > That change ends up with this traceback -- > > > > > Traceback (most recent call last): > > > > File "web2py.py", line 17, in <module> > > > > import gluon.widget > > > > File "/home/rootuser/Helix/gluon/widget.py", line 29, in <module> > > > > from main import HttpServer, save_password > > > > File "/home/rootuser/Helix/gluon/main.py", line 39, in <module> > > > > from globals import Request, Response, Session > > > > File "/home/rootuser/Helix/gluon/globals.py", line 18, in <module> > > > > from compileapp import run_view_in > > > > File "/home/rootuser/Helix/gluon/compileapp.py", line 28, in > > > > <module> > > > > from sqlhtml import SQLFORM, SQLTABLE > > > > File "/home/rootuser/Helix/gluon/sqlhtml.py", line 240, in <module> > > > > assets.bonds.symbl.requires = IS_NOT_EMPTY(error_message='Must not > > > > be empty') --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@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 -~----------~----~----~----~------~----~------~--~---