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

FastChildWatcher #38

Open
ThisIsMohsen opened this issue Nov 1, 2018 · 4 comments
Open

FastChildWatcher #38

ThisIsMohsen opened this issue Nov 1, 2018 · 4 comments
Assignees

Comments

@ThisIsMohsen
Copy link

hi im using python 3.7.1 on windows x64 Server 2008.
but i got this error :

C:\Users\Administrator\Desktop\nonoCAPTCHA-master\examples>python app.py
Traceback (most recent call last):
File "app.py", line 39, in
asyncio.set_child_watcher(asyncio.FastChildWatcher())
AttributeError: module 'asyncio' has no attribute 'FastChildWatcher'

C:\Users\Administrator\Desktop\nonoCAPTCHA-master\examples>

what is my problem ?
thanks

@mikeyy mikeyy self-assigned this Nov 8, 2018
mikeyy added a commit that referenced this issue Nov 8, 2018
@mikeyy
Copy link
Owner

mikeyy commented Nov 8, 2018

Sorry for the delay. Can you try the updated example file app.py?

@ThisIsMohsen
Copy link
Author

thanks for answer
but i have same problem :

C:\Users\Administrator\Desktop\nonoCAPTCHA-master\examples>python app.py
Traceback (most recent call last):
File "app.py", line 40, in
asyncio.set_child_watcher(asyncio.SafeChildWatcher())
AttributeError: module 'asyncio' has no attribute 'SafeChildWatcher'

C:\Users\Administrator\Desktop\nonoCAPTCHA-master\examples>

mikeyy added a commit that referenced this issue Nov 16, 2018
@mikeyy
Copy link
Owner

mikeyy commented Nov 16, 2018

Can you see if the latest update works?

mikeyy added a commit that referenced this issue Nov 17, 2018
@mikeyy
Copy link
Owner

mikeyy commented Nov 17, 2018

Latest update worked on my Windows virtual machine.

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

2 participants