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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
