Reputation: 1
import eel
import time
eel.init('web')
@eel.expose <br>
def getTime():<br>
return "Hello World" <br>
eel.start('main.html')<br>
This is a simple program to return hello world in main.html file, I am using Windows 10 and generating the error
OSError: [WinError 87] The parameter is incorrect
When using Ubuntu or MAC it is not generating any error
Upvotes: 0
Views: 313