User Profile

Collapse

Profile Sidebar

Collapse
Fizzics
Fizzics
Last Activity: Jun 24 '12, 06:18 PM
Joined: Nov 12 '08
Location: Tennessee
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Fizzics
    started a topic Module Not Found in Script.. Works Interactively

    Module Not Found in Script.. Works Interactively

    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...
    See more | Go to post

  • Fizzics
    started a topic Copies of Code

    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...
    See more | Go to post

  • I have fixed it.... yay!
    See more | Go to post

    Leave a comment:


  • Fizzics
    started a topic Passing Arrays (maybe lists) from Python to C

    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...
    See more | Go to post
    Last edited by Fizzics; Nov 12 '08, 08:27 PM. Reason: typos

  • Fizzics
    replied to What is your OS and Python Version
    I am running Linux (Fedora Core 9)
    Python version 2.5.1
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...