You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This is a project we did some times ago. I expect zmq changed since then.
Can you please use a version of zmq from that time? shall be Feb last year or
so.
I really do not have too much time to look into this right noq.
Regards,
Alin
On Tuesday, 12 July 2016 06:26:18 BST Erik Thorsell wrote:
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
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?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/alinelena/zmqf/issues/1
When running the script
create_fortran_zmq_mod.py
I get the following error:Could you provide any help on the matter?
The text was updated successfully, but these errors were encountered: