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

Windows 10 plotting issue #7

Open
James0Hannam opened this issue May 16, 2020 · 0 comments
Open

Windows 10 plotting issue #7

James0Hannam opened this issue May 16, 2020 · 0 comments

Comments

@James0Hannam
Copy link

I'm having issues with the plot() command,and get the following error whenever I use it;

Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/AUTOCommands.py", line 1848, in plot
    handle = windowPlotter.WindowPlotter2D(root,**options)
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/windowPlotter.py", line 259, in __init__
    WindowPlotter.__init__(self,plotter.plotter,parent,**kw)
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/windowPlotter.py", line 92, in __init__
    typeEntry = self.createcomponent('typeEntry',
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/Pmw.py", line 560, in createcomponent
    widget = widgetClass(*widgetArgs, **kw)
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/Pmw.py", line 8143, in __init__
    self._entryfield = self.createcomponent('entryfield',
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/Pmw.py", line 560, in createcomponent
    widget = widgetClass(*widgetArgs, **kw)
  File "C:/msys64/home/LocalAdmin/auto/07p/python/auto/graphics/Pmw.py", line 2965, in __init__
    sequences = root.bind_class(tag)
  File "C:/msys64/mingw64/lib/python3.8/tkinter/__init__.py", line 1411, in bind_class
    return self._bind(('bind', className), sequence, func, add, 0)
  File "C:/msys64/mingw64/lib/python3.8/tkinter/__init__.py", line 1342, in _bind
    return self.tk.splitlist(self.tk.call(what))
_tkinter.TclError: bad window path name ".!toplevel.!frame.!frame.!frame2.!frame.!entry"

Should I be running python 2.7?

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

No branches or pull requests

1 participant