peircej / jbrout

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

psyco warning should be removed ... psyco is dead #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start jbrout
2.
3.

What is the expected output? What do you see instead?
no output on stdout/stderr is expected, but instead I see dreaded message:

The psyco module does not seem to be installed. It is not necessary, however it 
can speed up performance.

What version of the product are you using? On what operating system?
head of svn trunk

Please provide any additional information 

When going to http://psyco.sourceforge.net/ I get this message:

Psyco is unmaintained and dead. Please look at PyPy for the state-of-the-art in 
JIT compilers for Python.

Original issue reported on code.google.com by matej.c...@gmail.com on 15 Oct 2012 at 6:32

GoogleCodeExporter commented 8 years ago
Suggested patch

Original comment by matej.c...@gmail.com on 15 Oct 2012 at 6:49

Attachments:

GoogleCodeExporter commented 8 years ago
I agree that it should go

Original comment by r...@wallace.gen.nz on 15 Oct 2012 at 7:26

GoogleCodeExporter commented 8 years ago
Issue 199 has been merged into this issue.

Original comment by r...@wallace.gen.nz on 15 Oct 2012 at 7:38

GoogleCodeExporter commented 8 years ago
Fixed in r346

Original comment by matej.c...@gmail.com on 12 Nov 2012 at 6:33