First time here? Check out the FAQ!

Revision history  [back]

Installing on windows, dependency on python-daemon

I'm going through the install process and am unable to get it to install on Windows. During the pip/easy_install process I'm getting an error. I get a similar, clearly related error, when downloading the .tar.gz file and going that route.

The error I get during using pip follows. I can't figure out how to remove the dependency on python-daemon as it looks like it's a linux-only lib.

Any help you can provide would be very helpful.

Thanks!

Jarmo


Downloading/unpacking nose (from Lamson->askbot) Downloading nose-1.1.2.tar.gz (729Kb): 729Kb downloaded Running setup.py egg_info for package nose

Downloading/unpacking python-daemon (from Lamson->askbot) Downloading python-daemon-1.6.tar.gz (41Kb): 41Kb downloaded Running setup.py egg_info for package python-daemon Traceback (most recent call last): File "", line 14, in File "D:\tmp\askbot-0.7.42\build\python-daemon\setup.py", line 22, in main_module = __import__(main_module_name, fromlist=['version']) File "daemon__init__.py", line 43, in from .daemon import DaemonContext File "daemon\daemon.py", line 25, in import resource ImportError: No module named resource Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 14, in

File "D:\tmp\askbot-0.7.42\build\python-daemon\setup.py", line 22, in main_module = __import__(main_module_name, fromlist=['version'])

File "daemon__init__.py", line 43, in

from .daemon import DaemonContext

File "daemon\daemon.py", line 25, in

import resource

ImportError: No module named resource

Installing on windows, dependency on python-daemon

I'm going through the install process and am unable to get it to install on Windows. During the pip/easy_install process I'm getting an error. I get a similar, clearly related error, when downloading the .tar.gz file and going that route.

The error I get during using pip follows. I can't figure out how to remove the dependency on python-daemon as it looks like it's a linux-only lib.

Any help you can provide would be very helpful.

Thanks!

Jarmo


Downloading/unpacking nose (from Lamson->askbot) Downloading nose-1.1.2.tar.gz (729Kb): 729Kb downloaded Running setup.py egg_info for package nose

Downloading/unpacking python-daemon (from Lamson->askbot) Downloading python-daemon-1.6.tar.gz (41Kb): 41Kb downloaded Running setup.py egg_info for package python-daemon Traceback (most recent call last): File "", line 14, in File "D:\tmp\askbot-0.7.42\build\python-daemon\setup.py", line 22, in main_module = __import__(main_module_name, fromlist=['version']) File "daemon__init__.py", line 43, in from .daemon import DaemonContext File "daemon\daemon.py", line 25, in import resource ImportError: No module named resource Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 14, in

File "D:\tmp\askbot-0.7.42\build\python-daemon\setup.py", line 22, in main_module = __import__(main_module_name, fromlist=['version'])

File "daemon__init__.py", line 43, in

from .daemon import DaemonContext

File "daemon\daemon.py", line 25, in

import resource

ImportError: No module named resource