First time here? Check out the FAQ!

JP's profile - activity

2019-05-15 04:44:36 -0500 received badge Taxonomist
2012-11-11 07:09:56 -0500 received badge Notable Question (source)
2012-08-23 04:39:42 -0500 received badge Popular Question (source)
2012-08-23 04:39:42 -0500 received badge Famous Question (source)
2012-05-11 18:44:22 -0500 received badge Student (source)
2012-05-11 14:24:56 -0500 received badge Editor (source)
2012-05-11 14:22:05 -0500 asked a question 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 "<string>", line 14, in <module> File "D:\tmp\askbot-0.7.42\build\python-daemon\setup.py", line 22, in <module> main_module = __import__(main_module_name, fromlist=['version']) File "daemon__init__.py", line 43, in <module> from .daemon import DaemonContext File "daemon\daemon.py", line 25, in <module> import resource ImportError: No module named resource Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "<string>", line 14, in <module>

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

File "daemon__init__.py", line 43, in <module>

from .daemon import DaemonContext

File "daemon\daemon.py", line 25, in <module>

import resource

ImportError: No module named resource