I can't seem to figure this one out. I am trying to install some python bindings for IDL. I'd like to call my IDL scripts from my more native python. The bindings are called pyIDL.
It requires the Cython libraries, which I have installed. When I run the setup.py script here is what I get.
$ python setup.py install --prefix=/opt/python
Traceback (most recent call last):
File "setup.py", line...
User Profile
Collapse
-
Module Not Found in Script.. Works Interactively
-
Copies of Code
Has anyone tried to run several copies of the same python code in the background? Let me explain. What I need to do is open 50 or so different folders and do operations on the stuff inside each folder. It works fine in serial, open folder1, do work, open folder2, do work etc. But this takes a long time, order of 3-4 hours. So I was trying to get it to run concurrently.
The way I was planning on doing this was by calling each instance... -
I have fixed it.... yay! -
Passing Arrays (maybe lists) from Python to C
This is my first post here at Bytes. I have been trolling it, mostly with the help of Google searches, for some time now. I have done about all of the searching and reading that I really know how to do, but because I can't seem to locate something that is even close... I am posting... I would like to thank this community, I have received a great deal of help already.
Background: I have a pre-existing C code, that I have written, which... -
No activity results to display
Show More
Leave a comment: