Advertisement
fusion44

Untitled

Jul 23rd, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Error calling slot "slot_openProject"
  2. Traceback (most recent call last):
  3. File "/home/stefan/src/CEED/mainwindow.py", line 483, in slot_openProject
  4. self.openProject(file)
  5. File "/home/stefan/src/CEED/mainwindow.py", line 268, in openProject
  6. self.recentlyUsedProjects.addRecentlyUsed(str(self.project.projectFilePath))
  7. File "/home/stefan/src/CEED/recentlyusedmenuentry.py", line 16, in addRecentlyUsed
  8. super(RecentlyUsed, self).addRecentlyUsed(fileName)
  9. AttributeError: 'super' object has no attribute 'addRecentlyUsed'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement