ds1767's profile - activity
| 2024-03-05 15:27:05 +0000 | received badge | Popular Question (source) |
| 2024-03-05 15:27:05 +0000 | received badge | Notable Question (source) |
| 2023-02-11 15:22:59 +0000 | marked best answer |
Bug report: minimalconfig.py
In minimalconfig.py, line 89, the signature for get_posix_dir():
Observe it requires one argument. Later on, uses of this function, at line 183:
And line 204:
The first instance will clearly error out. I am having this problem when trying to run from cygwin - minimalconfig.py is loaded through wingdbstub.py. I have been following the instructions: https://wingware.com/doc/howtos/cygwin And it simply doesn't work. After a lot of digging through wingdbstub.py I was able to find this error:
|
| 2023-02-08 14:09:14 +0000 | received badge | Student (source) |
| 2023-02-08 14:09:05 +0000 | asked a question |
Bug report: minimalconfig.py
Bug report: minimalconfig.py In minimalconfig.py, line 89, the signature for get_posix_dir(): def get_posix_dir(major |