Daniel Althviz Moré
Daniel Althviz Moré
Thank you for the feedback @PhilipYip1988 ! I think that makes sense, what do you think @ccordoba12 ?
Note: Maybe related with https://github.com/mhammond/pywin32/issues/1730#issuecomment-1311497406
I get the same `ModuleNotFoundError` for `win32gui` but when I was checking this I also tried to import `win32api` and I got an `ImportError`:  Which lead me to post...
Using Spyder 6.0.0b2 installer on Windows I'm unable to reproduce this: 
As a quick comment, probably we should remove the `NOTICE.txt` entry related with the previous code handling the GitHub requests at https://github.com/spyder-ide/spyder/blob/1475484b900ad0bf0c8e3f53577ba3b526621a0a/NOTICE.txt#L485-L521
Gave this a local check and I was unable to create an issue automatically by providing a token. I followed the link to create a token, put in the token...
Gave this another check but seems like I'm still facing the same issue: I'm still getting the error dialog and adding the extra logger warning to check the generated exception...
> I was able to successfully report an issue from my Windows VM. I'm not sure why you are having an issue. I know this sounds silly, but you did...
Gave the pdb check a try and seems like indeed for some reason `spyder.spyder.widgets.github` ends up being used instead of `pygithub`:  But thinking about it and since you got...
Hi @bessman thank you for the feedback! I think I was able to reproduce this :+1: For example, if I put an import in the middle of a file I...