Git Product home page Git Product logo

python-pyqt5-vstructui's People

Contributors

williballenthin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

python-pyqt5-vstructui's Issues

Import error from vstruct.primitives

When I try to pip3 install I am getting the following error:

Downloading/unpacking python-pyqt5-vstructui (from -r requirements.txt (line 6))
  Downloading python-pyqt5-vstructui-0.3.0.tar.gz
  Running setup.py (path:/tmp/pip_build_root/python-pyqt5-vstructui/setup.py) egg_info for package python-pyqt5-vstructui
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_root/python-pyqt5-vstructui/setup.py", line 3, in <module>
        from vstructui import __version__
      File "/tmp/pip_build_root/python-pyqt5-vstructui/vstructui/__init__.py", line 5, in <module>
        from .vstructui import get_parsers
      File "/tmp/pip_build_root/python-pyqt5-vstructui/vstructui/vstructui.py", line 32, in <module>
        from vstruct.primitives import enum_mixin
    ImportError: cannot import name 'enum_mixin'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip_build_root/python-pyqt5-vstructui/setup.py", line 3, in <module>

    from vstructui import __version__

  File "/tmp/pip_build_root/python-pyqt5-vstructui/vstructui/__init__.py", line 5, in <module>

    from .vstructui import get_parsers

  File "/tmp/pip_build_root/python-pyqt5-vstructui/vstructui/vstructui.py", line 32, in <module>

    from vstruct.primitives import enum_mixin

ImportError: cannot import name 'enum_mixin'

I installed vstruct-2.0.1 via pip3 and I only have the following primitives:

>>> dir(vstruct.primitives)
['GUID', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'b2a_hex', 'float_fmts', 'long', 'num_fmts', 'pointersize', 'struct', 'sys', 'v_base', 'v_bitmask', 'v_bytes', 'v_double', 'v_enum', 'v_float', 'v_int16', 'v_int24', 'v_int32', 'v_int64', 'v_int8', 'v_number', 'v_prim', 'v_ptr', 'v_ptr32', 'v_ptr64', 'v_size_t', 'v_snumber', 'v_str', 'v_uint16', 'v_uint24', 'v_uint32', 'v_uint64', 'v_uint8', 'v_wstr', 'v_zstr', 'v_zstr_utf8', 'v_zwstr']

What version of vstruct should I be using that has the enum_mixin primitive?

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.