Menu

Missing module/library?

Help
2006-10-23
2013-04-23
  • victor-bastard

    victor-bastard - 2006-10-23

    When I'm trying to start the program (gizmod) I get the following response:

    Gizmo Daemon v2:3 -=- (c) 2006, Tim Burrell <tim.burrell@gmail.com>
    -----------------

        Gizmo Daemon Python Scripting Plugin v2:3
            - Loading Script [gizmoDaemonConfig.py]
    ScriptEnginePython :: Error Loading Script [gizmoDaemonConfig.py]
            * ImportError: No module named gizmoDaemonConfig
    Shutting Down...
    Shutdown Complete.

    And when trying to run the command: python gizmoDaemonConfig.py
    I get the following response:

    Traceback (most recent call last):
      File "gizmoDaemonConfig.py", line 11, in ?
        import GizmoDaemon
    ImportError: No module named GizmoDaemon

    It seems that the problem is that the python modules can't find each other or other libraries. I know they exist, but I don't know how to 'tell' the system/python where they are.

    Can someone please help me?

     
    • n0nane

      n0nane - 2006-10-24

      I am pretty sure I saw a similar message to this.  Do you have a second copy of python in your path?   Check "which python" to make sure.  I had a system python, but another package installed its own python in /usr/local/bin (and since my PATH called /usr/local/bin first, I had a problem).

       
    • victor-bastard

      victor-bastard - 2006-10-24

      Thanks for the suggestion. This was not the problem.
      But I had a link in /usr/bin python -> python2.4
      For some reason the problem dissapared when I removed the link.. strange

      Hopefully other will benefit from seeing this as well.

       

Log in to post a comment.