-
I just submitted a trivial program that does work both ways.
Why doesn't libevent not work that way?
File Added: test_stdin.c.
2007-12-22 19:20:40 UTC in libevent - an asynchronous event library
-
I think I've found a bug in libevent: when cat'ing a
file to stdin, I can read from the stdin fd, but when
redirecting using Bash's file redirection syntax, it
fails, e.g. this works::
cat FILE | test_event_stdin
but this does not::
test_event_stdin < FILE
Here is what I get from the attached test program::
banane:~/q/.../lib/far$ test_event_stdin < ~/.ctwmrc
Error...
2007-12-22 19:14:30 UTC in libevent - an asynchronous event library
-
this ugly kludge works for me to remove the warning:
# Kludge to remove annoying unexpected numarray warning.
import pkg_resources
group = "OpenGL.arrays.formathandler"
for dist in pkg_resources.working_set:
entries = dist.get_entry_map()
if group in entries:
emap = entries[group]
del emap['numarray']
I'm sure there is an...
2007-03-29 21:31:11 UTC in PyOpenGL
-
Hi
Using PyOpenGL 3.0.0a6
I have numpy installed.
When I call glGenTextures(2), I get the following junk warning on stdout:
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/OpenGL/arrays/formathandler.py", line 41, in loadAll
plugin_class = entrypoint.load()
File "/usr/lib/python2.5/site-packages/setuptools-0.6c5-py2.5.egg/pkg_resources.py", line 1830...
2007-03-29 21:13:18 UTC in PyOpenGL
-
blais registered the atocha project.
2005-10-18 05:53:50 UTC in atocha
-
blais committed patchset 2305 of module docutils to the Docutils: Documentation Utilities CVS repository, changing 1 files.
2005-03-08 05:46:44 UTC in Docutils: Documentation Utilities
-
blais committed patchset 208 of module sandbox to the Docutils: Documentation Utilities CVS repository, changing 2 files.
2005-03-04 00:52:48 UTC in Docutils: Documentation Utilities
-
blais committed patchset 2280 of module docutils to the Docutils: Documentation Utilities CVS repository, changing 1 files.
2005-03-03 22:50:52 UTC in Docutils: Documentation Utilities
-
blais committed patchset 204 of module sandbox to the Docutils: Documentation Utilities CVS repository, changing 2 files.
2005-02-12 05:20:29 UTC in Docutils: Documentation Utilities