Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ErikThorsell opened this issue Jul 12, 2016 · 2 comments
Open

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

ErikThorsell opened this issue Jul 12, 2016 · 2 comments

Comments

@ErikThorsell
Copy link

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?

@alinelena
Copy link
Owner

Hi Erik,

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

Without Questions there are no Answers!


Dr. Alin Marin ELENA
http://alin.elena.space/


@ErikThorsell
Copy link
Author

I fully understand. I will look into the ability to use an older version of ZMQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants