geekcomputers / geekcomputers/Python
help
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
I have a trouble
Traceback (most recent call last):
File "C:/Users/merta/PycharmProjects/pythonProject1/0example.py", line 7, in
root.resizable("0,0")
File "C:\Users\merta\AppData\Local\Programs\Python\Python38-32\lib\tkinter_init_.py", line 2196, in wm_resizable
return self.tk.call('wm', 'resizable', self._w, width, height)
_tkinter.TclError: wrong # args: should be "wm resizable window ?width height?"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the traceback and the referenced line 7 in 0example.py, then check the tkinter wm_resizable documentation and whether that file exists in the repository. Done requires a reproducible project-level issue with a clearly stated expected behavior and a confirmed change or documentation update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100