groakat / videotagger

10 stars 2 forks source link

stuck: AttributeError #93

Closed matthewpiper closed 10 years ago

matthewpiper commented 10 years ago

I am stuck... After re-writing the file path to find a new background image in the folder of videos I am accessing, I seem to have moved past the issue of not having a background image. However, I get a new error: AttributeError: 'VideoTagger' object has no attribute 'fdvtPathRel'

groakat commented 10 years ago

If you can, can you please give me the total stack of errors? because it should report a line in the code as well, where the error occurs.

On 22/10/14 16:42, matthewpiper wrote:

I am stuck... After re-writing the file path to find a new background image in the folder of videos I am accessing, I seem to have moved past the issue of not having a background image. However, I get a new error: AttributeError: 'VideoTagger' object has no attribute 'fdvtPathRel'

— Reply to this email directly or view it on GitHub https://github.com/groakat/pyTools/issues/93.

matthewpiper commented 10 years ago

is this enough?

Traceback (most recent call last): File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 738, in submitForm startFrame=startFrame) File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 318, in init self.populateFormWithInternalSettings() File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 620, in populateFormWithInternalSettings self.le_FDV.setText(self.fdvtPathRel) AttributeError: 'VideoTagger' object has no attribute 'fdvtPathRel'

groakat commented 10 years ago

That is good, thanks.

I fixed something related. I hope it was the cause of your bug. Let me know if the bug persists.

If you still have the bug, try as a work-around to put into "Path to Frame Data Visualization" just a simple space. (to show that option,press "Show more options" in the form you have after starting the program)

On 22/10/14 17:37, matthewpiper wrote:

is this enough?

Traceback (most recent call last): File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 738, in submitForm startFrame=startFrame) File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 318, in init self.populateFormWithInternalSettings() File "//anaconda/lib/python2.7/site-packages/pyTools/videoTagger/videoTagger.py", line 620, in populateFormWithInternalSettings self.le_FDV.setText(self.fdvtPathRel) AttributeError: 'VideoTagger' object has no attribute 'fdvtPathRel'

— Reply to this email directly or view it on GitHub https://github.com/groakat/pyTools/issues/93#issuecomment-60114700.