[Tutor] Runtime Error

Alan Gauld alan.gauld at yahoo.co.uk
Tue Jan 28 11:14:19 EST 2020


On 28/01/2020 12:37, Karim Beidas wrote:

>   File "fortnite.py", line 28, in <module>
>     import fortnitepy
>   File "C:\Users\MSIi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\fortnitepy\__init__.py", line 48, in <module>
>     get_event_loop()
>   File "C:\Users\MSIi\AppData\Local\Programs\Python\Python38-32\lib\site-packages\fortnitepy\client.py", line 116, in get_event_loop
>     raise RuntimeError('asyncio.ProactorEventLoop is not supported')

My immediate suspicion is that there is a missing module.
You may need to install another package to make it work.

But I'm not familiar with the fortnitepy module, so you
would need to check the documentation there for any dependencies.
But that's my guess.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list