[Cython] pubsub module and cython
Stefan Behnel
stefan_ml at behnel.de
Mon Oct 13 11:53:35 CEST 2008
Hi,
it's usually a good idea to provide some more more information than "doing
something wrong" and "an error" in your problem report, especially some
hints on what the error output is. Otherwise, you require everyone to
unpack your test code, compile it and run it, although the error
description might already give some (or even enough) hints on what goes
wrong and who might be able to help you.
Stefan
Prashant Saxena wrote:
> I did a simple test of using pubsub module and cython. It seems cython is
> doing something wrong and not able to properly handle listener.
> The code is zipped here.
>
> 1. Run "test.py" and everything is working fine.
> 2. you can compile "test.py" using "setup.bat" on windows. Compiled
> "test.pyd" is also available.
> 3. Run "demo.py". Here you have an error.
>
> Regards
>
> Prashant
More information about the Cython-dev
mailing list