Thanks for reimplement singleton.py with ET
Besides requirements relating INSTALL appointed discovered two more dependencies :
SIMPLEJSON
C:\Users\Pablo2M\Desktop\Feeds\temboz-master>python temboz --refresh
Traceback (most recent call last):
File "temboz", line 50, in
import update
File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\update.py", line 4, in <mod
ule>
import social
File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\social.py", line 2, in <mod
ule>
import logging, simplejson, urllib2
ImportError: No module named simplejson
And SQLITE, it is not enough with the preinstalled module in python.
Thanks for reimplement singleton.py with ET Besides requirements relating INSTALL appointed discovered two more dependencies :
SIMPLEJSON
C:\Users\Pablo2M\Desktop\Feeds\temboz-master>python temboz --refresh Traceback (most recent call last): File "temboz", line 50, in
import update
File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\update.py", line 4, in <mod
ule>
import social
File "C:\Users\Pablo2M\Desktop\Feeds\temboz-master\social.py", line 2, in <mod
ule>
import logging, simplejson, urllib2
ImportError: No module named simplejson
And SQLITE, it is not enough with the preinstalled module in python.
I follow this instruction to install on windows
http://mislav.uniqpath.com/rails/install-sqlite3/
Another thing in point 2 there is still a reference to pyxrp