weird exception : AttributeError: 'module' object has no attribute 'logException'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kepioo

    #1

    weird exception : AttributeError: 'module' object has no attribute 'logException'

    I am running a script (summary.py) which is calling the method
    logException in another module ( pytool).

    Yesterday, ard 18:50, all of a sudden summary.py was throwing the
    exception :

    AttributeError: 'module' object has no attribute 'logException'


    What I did to fix it was to delete the compiled version of the pytool
    and run again. And it worked again.


    I am now trying to understand what happened, working with the network
    admin to see who modified the direcory where pytool is stored.

    But do you have any idea of what could have happened? All the imports
    are working, but no method could be called on the compiled files.


    Thanks for your help,

    N.

Working...