homolibere / ingress-eiacp

Ingress Extended Intel And Chat Parser
8 stars 8 forks source link

XMPP notifications wont work: ImportError: cannot import name cert #2

Closed javipolo closed 11 years ago

javipolo commented 11 years ago

When I try to run init.py it seems it has some kind of problem with the XMPP connection:

$ ./init.py Traceback (most recent call last): File "./init.py", line 8, in import http_work File "/tmp/ingress-eiacp/http_work.py", line 14, in import chat_parser File "/tmp/ingress-eiacp/chat_parser.py", line 5, in import database File "/tmp/ingress-eiacp/database.py", line 8, in import data_processing File "/tmp/ingress-eiacp/data_processing.py", line 9, in import notification File "/tmp/ingress-eiacp/notification.py", line 13, in from sleekxmpp.xmlstream import cert ImportError: cannot import name cert

homolibere commented 11 years ago

Well i'we updated readme. I hope it helps

Installation & Running

Python 2.7.x required.

First of all we need preinstall dependencies, such as:

then you just need to change dir to where you put source

For Linux based (this will start a daemon - kind of ;) ): cd /path/to/ingress-eiacp/dir python init.py start

For Other (this will start an application in window): cd /path/to/ingress-eiacp/dir python init.py

btw grant write permissions to this dir (it's for writing log - stdout.log)

javipolo commented 11 years ago

Thank you very much! :)

I hacked the code to disable notifications (would be nice if it could be done with 1 setting :) ) and got it working

I'm now trying to find how to make it log only one specific area of the map ;) When I get to do it I'll try to submit it to the readme ;)

homolibere commented 11 years ago

well i'll be glad if you will participate in this project... i can add you as a contributor if you like?