Re: [casper] Trouble Importing casperfpga Library

2016-07-29 Thread Adam Isaacson
Hi Alec, I see you mention you are using Python 2.7.12 and Red Hat 4.4.7-15. I have only tested it on Python 2.7.6 and Ubuntu 14.04 LTS. I am not sure how open you are to this, but you could also create a VM on Red Hat with Python 2.7.6 and running Ubuntu 14.04 LTS? This shoud save you the pain

Re: [casper] Trouble Importing casperfpga Library

2016-07-29 Thread Alec Josaitis
Dear Adam, Thanks for such a thorough list of instructions. Unfortunately, I am still receiving the casperfpga/register.py syntax error above (now using Python 2.7.12) . However, I was able to resolve one other casperfpga issue doing the following: when running the "sudo python setup.py install"

Re: [casper] Trouble Importing casperfpga Library

2016-07-22 Thread Adam Isaacson
Hi Alec, I have written this how to on installing the casperfpga python libraries - will eventually end up on the Wiki. If you follow this and still have problems then it could be a version issue. I am using Python 2.7.6 and IPython 1.2.1 Check out:

Re: [casper] Trouble Importing casperfpga Library

2016-07-21 Thread James Smith
Hello Alec, I've just cloned the repo fresh and it installed just fine. Looking at the line in question, it might be using a feature of a slightly newer version of python. I have python 2.7.6 installed - that would be my first suggestion. Would it be difficult to update your python version in

[casper] Trouble Importing casperfpga Library

2016-07-21 Thread Alec Josaitis
Dear Casperites, I recently started the Introduction to Simulink Roach2 - Casper tutorial and am having difficulty importing the required “casperfpga" repository from GitHub. After cloning the repo (git clone git://github.com/ska-sa/casperfpga ), and while