Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debugging python-fu scripts in Windows
#2
One advantage of the stderr re-direction to a file is that you can then get the error messages from registration:
Code:
Traceback (most recent call last):
  File "C:\Users\username\Downloads\audit\python\kjp_temp.py", line 30, in <module>
    menu="<Image>/contributed/KJP Temp...")
TypeError: register() takes at least 11 non-keyword arguments (10 given)
Reply


Messages In This Thread
RE: Debugging python-fu scripts in Windows - by Kevin - 03-13-2017, 10:54 AM

Forum Jump: