I think I might have fixed the problem I was expericing before with this 
script! However, Just running ntkd still returns the same error of no module 
named stackless. So, Obviously something is in /opt/stackless/python2.7, Or 
that executable has access to something that the system python doesn't. 


I assume I must link some kind of file or folder to the system python, However, 
I'm not sure which, If anyone knows, Please help me!

Anyway, Running the command now, Seems to nearly work, But returns this error, 
Which is just complaining about m2crypto, However it is installed, I'll 
probably have to install the source code version. Hmm, No, I think I know what 
I have to do. Again, I think it's a matter if linking the files to the 
/opt/stackless folder, Or something like that.

If anyone knows, Please help me! I'm always in the netsukuku IRC channel 
#netsukuku at freenode.


netsukuku@netsukuku-VirtualBox:~/netsukuku/pyntk$ sudo 
/opt/stackless/bin/python2.7 ntkd -i eth0 -vvv
2013-09-01 22:14:43,580 INFO:(__init__.py at line 66): /sbin/ip rule list
2013-09-01 22:14:43,584 INFO:(__init__.py at line 66): /sbin/ip rule add table 
ntk
Traceback (most recent call last):
  File "ntkd", line 138, in <module>
    main()
  File "ntkd", line 118, in main
    from ntk.ntkd import NtkNode
  File "/home/netsukuku/netsukuku/pyntk/ntk/ntkd.py", line 26, in <module>
    import ntk.core.andna as andna
  File "/home/netsukuku/netsukuku/pyntk/ntk/core/andna.py", line 30, in <module>
    from ntk.lib.crypto import md5, fnv_32_buf, PublicKey
  File "/home/netsukuku/netsukuku/pyntk/ntk/lib/crypto.py", line 25, in <module>
    from M2Crypto import version_info
ImportError: No module named M2Crypto
netsukuku@netsukuku-VirtualBox:~/netsukuku/pyntk$ 

Attachment: NetsukukuPythonInstaller.sh
Description: application/shellscript

_______________________________________________
Netsukuku mailing list
[email protected]
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/netsukuku

Reply via email to