AttributeError: 'NoneType' object has no attribute 'endswith'
Posted by Mauro De Giorgi on Dec 06, 2008
I used nodebox for a while, without problem, and today, suddenly, i got this error. I read the other posts about this kind of error, but i guess that the input managers is not liable in my case. This is the console output:
2008-12-06 14:52:56.687 NodeBox[27723] An exception has occured:
Traceback (most recent call last):
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/__boot__.py", line 71, in
_run('macboot.py')
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/__boot__.py", line 47, in _run
execfile(path, globals(), globals())
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/macboot.py", line 10, in
AppHelper.runEventLoop()
File "PyObjCTools/AppHelper.pyo", line 235, in runEventLoop
File "nodebox/gui/mac/__init__.pyo", line 971, in awakeFromNib
File "posixpath.pyo", line 62, in join
AttributeError: 'NoneType' object has no attribute 'endswith'
2008-12-06 14:52:56.703 NodeBox[27723] NodeBox Error
2008-12-06 14:52:56.703 NodeBox[27723] NodeBox Error
An unexpected error has occurred during execution of the main script
AttributeError: 'NoneType' object has no attribute 'endswith'
AttributeError: 'NoneType' object has no attribute 'endswith'
Posted by Mauro De Giorgi on Dec 06, 2008I used nodebox for a while, without problem, and today, suddenly, i got this error. I read the other posts about this kind of error, but i guess that the input managers is not liable in my case. This is the console output:
2008-12-06 14:52:56.687 NodeBox[27723] An exception has occured:
Traceback (most recent call last):
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/__boot__.py", line 71, in
_run('macboot.py')
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/__boot__.py", line 47, in _run
execfile(path, globals(), globals())
File "/Applications/NodeBox/NodeBox.app/Contents/Resources/macboot.py", line 10, in
AppHelper.runEventLoop()
File "PyObjCTools/AppHelper.pyo", line 235, in runEventLoop
File "nodebox/gui/mac/__init__.pyo", line 971, in awakeFromNib
File "posixpath.pyo", line 62, in join
AttributeError: 'NoneType' object has no attribute 'endswith'
2008-12-06 14:52:56.703 NodeBox[27723] NodeBox Error
2008-12-06 14:52:56.703 NodeBox[27723] NodeBox Error
An unexpected error has occurred during execution of the main script
AttributeError: 'NoneType' object has no attribute 'endswith'
Can you help me?