kippo
kippo copied to clipboard
when ./start.sh got error
From squall2751 on September 28, 2012 07:56:26
What is the expected output? What do you see instead? [kippotest@honeypot kippo-0.5]$ ./start.sh
Starting kippo in background...Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 652, in run
runApp(config)
File "/usr/lib/python2.6/site-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 386, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 451, in createOrGetApplication
application = getApplication(self.config, passphrase)
---
Failed to load application: 'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC' What version of the product are you using? On what operating system? CentOS6.3(Final)
What problem about it ??
Original issue: http://code.google.com/p/kippo/issues/detail?id=56
From desaster on September 27, 2012 22:28:19
Please test using the latest svn version. Version 0.5 is very outdated and there may have been some changes related to your problem (although I don't remember exactly right now). https://code.google.com/p/kippo/source/checkout
From squall2751 on September 27, 2012 22:36:00
using the latest svn version also same like this problem~
From desaster on November 10, 2012 07:56:15
I tested with a fresh installation of Centos6.3, and cannot reproduce the problem:
$ cat /etc/centos-release CentOS release 6.3 (Final)
$ sudo yum install python-twisted
$ rpm -q python python-crypto python-twisted python-2.6.6-29.el6_3.3.i686 python-crypto-2.0.1-22.el6.i686 python-twisted-8.2.0-3.1.el6.noarch
$ svn co http://kippo.googlecode.com/svn/trunk/ kippo
$ cd kippo; twistd -n -y kippo.tac
From schmall.markus on November 18, 2012 00:54:06
I have the same problem, also on a fresh 6.3 install, kippo from svn
python-2.6.6-29.el6_3.3.x86_64 python-crypto-2.0.1-22.el6.x86_64 python-twisted-8.2.0-3.1.el6.noarch
I installed twisted 12.2 0, below is the stack trace
Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/Twisted-12.2.0-py2.6-linux-x86_64.egg/twisted/application/app.py", line 652, in run runApp(config)
(sorry, I am not a python guy, dont know if the twisted install was right in the first case)