Git Product home page Git Product logo

Comments (11)

lukepolo avatar lukepolo commented on June 1, 2024 1

Yah will do tonight.

from mumo.

Kissaki avatar Kissaki commented on June 1, 2024

Iā€™m not that familiar with the python ecosystem. But could it be a v2 vs v3 issue?
pip seems to use python 2. When you call python (as in python mumo.py -d), which version is run? 2 or 3?

from mumo.

lukepolo avatar lukepolo commented on June 1, 2024

Python 2.7.10

from mumo.

hacst avatar hacst commented on June 1, 2024

Try launching python manually and then doing:

import daemon
import daemon.pidlockfile

One of those should throw an exception that might tell you more about what's up. What distro are you on?

from mumo.

lukepolo avatar lukepolo commented on June 1, 2024

Sorry about the really late reply, I was gone out of the country.

Python 2.7.10 (default, Oct 23 2015, 19:19:21) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import daemon
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named daemon
>>> 

from mumo.

hacst avatar hacst commented on June 1, 2024

From the python output I'm assuming you are on Mac? Unfortunately I know pretty much nothing about potential quirks python or pip might have on that platform :(

Purely from the failing import I would guess something went awry with your pip install of python-daemon. The daemon package should be available after installing it (see https://pypi.python.org/pypi/python-daemon/). You might want to try to force pip to reinstall the package to see if that fixes it.

from mumo.

lukepolo avatar lukepolo commented on June 1, 2024

I'm on
ubuntu 15.10.

On Sunday, May 1, 2016, Stefan Hacker [email protected] wrote:

From the python output I'm assuming you are on Mac? Unfortunately I know
pretty much nothing about potential quirks python or pip might have on that
platform :(

Purely from the failing import I would guess something went awry with your
pip install of python-daemon. The daemon package should be available after
installing it (see https://pypi.python.org/pypi/python-daemon/). You
might want to try to force pip to reinstall the package to see if that
fixes it.

ā€”
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

from mumo.

lukepolo avatar lukepolo commented on June 1, 2024

Will try to reinstall

On Sunday, May 1, 2016, Luke Policinski [email protected] wrote:

I'm on
ubuntu 15.10.

On Sunday, May 1, 2016, Stefan Hacker <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

From the python output I'm assuming you are on Mac? Unfortunately I know
pretty much nothing about potential quirks python or pip might have on that
platform :(

Purely from the failing import I would guess something went awry with
your pip install of python-daemon. The daemon package should be available
after installing it (see https://pypi.python.org/pypi/python-daemon/).
You might want to try to force pip to reinstall the package to see if that
fixes it.

ā€”
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#6 (comment)

from mumo.

hacst avatar hacst commented on June 1, 2024

Huh? Your output snippet said:

[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin

Darwin is the OSX Kernel and Apple LLVM the OSX compiler of choice so I'm kinda confused.

from mumo.

lukepolo avatar lukepolo commented on June 1, 2024

Im sorry, I must have ran it on my mac instead of my server..

Python 2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import daemon
>>> import daemon.pidlockfile
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pidlockfile
>>> 

from mumo.

hacst avatar hacst commented on June 1, 2024

Hi. Seems like the daemon library changed in more recent versions. Patched mumo to be compatible again. Could you please try the current mumo master and see if it fixes your problem? Thanks.

from mumo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.