No, it doesn't. The stackoverflow question you posted is about the renaming of
`winreg`. `_winreg` is renamed to `winreg`. That's why the poster can't find
the module. My program is written for and running on unix-like systems. I
think `winreg` should not appear here. I have tried running `pi
On Monday, 2 September 2019 04:44:29 UTC+10, YuXuan Dong wrote:
> Hi, everybody:
>
> I have met a problem while I ran `python setup.py test`:
>
> unittest.case.SkipTest: No module named 'winreg'
>
> I ran the command in MacOS and my project is written for only UNIX-like
> systems. I don'
Hi, everybody:
I have met a problem while I ran `python setup.py test`:
unittest.case.SkipTest: No module named 'winreg'
I ran the command in MacOS and my project is written for only UNIX-like
systems. I don't use any Windows-specified API. How dose `winreg` come here?
In my `setup.py`