progrium / ginkgo

Python service microframework
http://ginkgo.readthedocs.org
MIT License
325 stars 48 forks source link

ImportError: No module named resource #74

Open svlada opened 12 years ago

svlada commented 12 years ago

I have problem installing ginkgo. When I run setup.py following exception occurs.

C:\git\ginkgo>python setup.py install Traceback (most recent call last): File "setup.py", line 5, in from ginkgo import version File "C:\git\ginkgo\ginkgoinit.py", line 25, in from .core import Service File "C:\git\ginkgo\ginkgo\core.py", line 19, in from .util import AbstractStateMachine File "C:\git\ginkgo\ginkgo\util.py", line 7, in import resource ImportError: No module named resource

progrium commented 12 years ago

Thanks for the report. Do you have setuptools installed?

svlada commented 12 years ago

Yes I have installed latest setup tools.

erikalfthan commented 10 years ago

Really old issue, but if any one else is looking into ginkgo, I guess I can post my findings ...

I ran in to the same problem when trying to install on Windows. resource is a unix only (native) module according to python documentation.