Coder Social home page Coder Social logo

flux3dp / fluxghost Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 158.13 MB

FLUX Studio backend API, bridging nwjs <-> python communication

License: GNU Affero General Public License v3.0

Python 51.12% HTML 21.16% JavaScript 27.18% CSS 0.24% Shell 0.10% Batchfile 0.21%
flux-studio python

fluxghost's People

Contributors

blesscat avatar dkdkwizard avatar jeffontheground avatar nanron0919 avatar net5566 avatar proclaim avatar simonxeko avatar yagami-cerberus avatar yen-von avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fluxghost's Issues

ImportError: No module named 'fluxclient.utils._utils' when trying to use this module

I've followed all the steps, I have fluxclient working as expected. However, when I try to use this module I get the following error:

root@3242aa6f0b2d:/usr/local/src/flux/ghost# python3 ./ghost.py --ip 0.0.0.0 --port 3000 -d
fluxghost: 0.6.2, fluxclient: 1.0b2
[2016-10-07 13:24:25,INFO,HTTPServer] Listen HTTP on 0.0.0.0:3000
[2016-10-07 13:24:27,ERROR,HTTP] Unhandle Error
Traceback (most recent call last):
  File "/usr/local/src/flux/ghost/fluxghost/http_handler.py", line 19, in __init__
    BaseHTTPRequestHandler.__init__(self, request, client, server)
  File "/usr/lib/python3.5/socketserver.py", line 681, in __init__
    self.handle()
  File "/usr/lib/python3.5/http/server.py", line 422, in handle
    self.handle_one_request()
  File "/usr/lib/python3.5/http/server.py", line 410, in handle_one_request
    method()
  File "/usr/local/src/flux/ghost/fluxghost/http_handler.py", line 42, in do_GET
    klass, kwargs = get_match_ws_service(self.path[4:])
  File "/usr/local/src/flux/ghost/fluxghost/http_websocket_route.py", line 47, in get_match_ws_service
    module_instance = importlib.import_module(module_name)
  File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 665, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/usr/local/src/flux/ghost/fluxghost/websocket/control.py", line 2, in <module>
    from fluxghost.api.control import control_api_mixin
  File "/usr/local/src/flux/ghost/fluxghost/api/control.py", line 11, in <module>
    from fluxclient.fcode.g_to_f import GcodeToFcode
  File "/usr/local/src/flux/client/fluxclient/fcode/g_to_f.py", line 13, in <module>
    from fluxclient.fcode.fcode_base import FcodeBase, POINT_TYPE
  File "/usr/local/src/flux/client/fluxclient/fcode/fcode_base.py", line 8, in <module>
    from fluxclient.utils._utils import Tools
ImportError: No module named 'fluxclient.utils._utils'

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.