Skip to content

Running the .py results in KeyError: 'unsigned long' #1

@ErikThorsell

Description

@ErikThorsell

When running the script create_fortran_zmq_mod.py I get the following error:

process /usr/include/zmq.h
Traceback (most recent call last):
  File "create_fortran_zmq_mod.py", line 300, in <module>
    createmodule()
  File "create_fortran_zmq_mod.py", line 289, in createmodule
    head += '\n' + processFunctions('ZMQ_EXPORT', r'\w+', funptrs, blob, indent)
  File "create_fortran_zmq_mod.py", line 174, in processFunctions
    z = 'c_ptr' if ptrret else getType(typesd[typ])
KeyError: 'unsigned long'

Could you provide any help on the matter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions