Wednesday, September 5, 2012

Importing .wcp files (from WinWCP) into Python

Today I'm going to try to use neo to import .wcp files (the output of WinWCP) into a python analysis script. First, installation:


sudo apt-get install python-pip
sudo pip install quantities
sudo apt-get install cython
sudo pip install neo


(I'm following the instructions here, but skipping some things I already have installed.)

ipython
from neo import io



It looks like it worked!