Jorge Godoy <[EMAIL PROTECTED]> writes:

> Lee McFadden <[EMAIL PROTECTED]> writes:
>
>> TypeError: 'NoneType' object is not callable
>
> Dunno if the tracebak is the same, but after I switched a project from
> prod.cfg/dev.cfg to procfg.py/devcfg.py + config.py I started getting those as
> well.  I haven't, yet, tried restoring the old config files.
>
> I also started having problems with Identity (it requires me to fill my
> username and password for each and every page I access, no matter if it is
> just a link on the same page I acessed right now!)

Just as a feedback: definitely the change has broken something here.  I've
restored my old configuration and the problems I related were solved.

What I did was (from the top of my head, I haven't written down what I did and
haven't repeated it here):

     - create a new empty project

     - copy its devcfg.py/procfg.py/config.py and change all references to the
       dummy project name to my real project name

     - modify procfg.py / decvfg.py so that my database URIs were correct

     - modify config.py adding the Visit (I still get errors if it is
       disabled...) and Identity configurations I need

     - copied the dummy project start-<project>.py script 

     - removed old dev.cfg / prod.cfg / <project>-start.py files

     - started the project


It worked, but:

   * I have to fill the password on every new page and also when I come back
     to an already visited page.

   * I started getting the NoneType error that didn't exist before


I hope this helps digging what is the cause of the problem. 


Be seeing you,
-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Reply via email to