Installing python-daemon -


i've downloaded python-daemon package (https://pypi.python.org/pypi/python-daemon/) , tried installing using

python setup.py install 

but error:

traceback (most recent call last):   file "setup.py", line 22, in ?      main_module = __import__(main_module_name, fromlist=['version']) typeerror: __import__() takes no keyword arguments 

i'm not sure what's causing this. tried getting around working in same directory downloaded module (in case can access daemon module), led other problems down line.

also, i'm using python 2.4.3, , updating not option unfortunately.

sudo pip install python-daemon 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -