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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
JP's avatar
11
JP
asked 12 years ago, updated 12 years ago

Comments

Have you done any progress on this? I don't know if it is recommended, but I think, if you try to move on with the rest steps of the installation, you will not have any problem.

zaf's avatar zaf (12 years ago)
see more comments