Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem when creating a new file #31

Open
GoogleCodeExporter opened this issue Jan 9, 2016 · 1 comment
Open

problem when creating a new file #31

GoogleCodeExporter opened this issue Jan 9, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. open a sample app (threads.py)
2. CTRL+F2 over a wx class

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "main.py", line 953, in OnGotoDefinition
    filename = self.active_child.GetFilename()
  File "main.py", line 1187, in GetFilename
    return self.editor.filename
AttributeError: 'AUIChildFrame' object has no attribute 'editor'


Original issue reported on code.google.com by reingart@gmail.com on 4 Jul 2014 at 3:25

@GoogleCodeExporter
Copy link
Author

this appears to happen when using File->new

Original comment by reingart@gmail.com on 4 Jul 2014 at 3:28

  • Changed title: problem when creating a new file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant