jeansnkicks / pyev

Automatically exported from code.google.com/p/pyev
0 stars 0 forks source link

Example?? #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Example, Wiki, Docs?

Can someone give at least 3-5 lines how to use pyev?

from libev import * isn't working, but from ev import * is working...

Thanks

Original issue reported on code.google.com by bryan...@gmail.com on 28 Oct 2009 at 1:21

GoogleCodeExporter commented 8 years ago
> Example, Wiki, Docs?
> 
> Can someone give at least 3-5 lines how to use pyev?
What kind of examples would you like to see?
I'm gonna try to put up some meaningful examples in the coming weeks.

> from libev import * isn't working, but from ev import * is working...
it should be from pyev import *

Original comment by lekma...@gmail.com on 29 Oct 2009 at 1:39

GoogleCodeExporter commented 8 years ago
Please, have a look at http://code.google.com/p/pyev/wiki/Examples.
I'll welcome your suggestions for improvements in the wiki comments.

Original comment by lekma...@gmail.com on 1 Nov 2009 at 7:35