Showing posts with label WinWCP. Show all posts
Showing posts with label WinWCP. Show all posts

Tuesday, November 13, 2012

Error first time starting WinEDR in Windows 7

I just installed WinEDR in a new installation of Windows 7 and I got the following error:



Application Error. Exception EOIeSysError in module WinEDR.exe at 0007C319. Error accessing the OLE registry.

By going to Computer\C:\WinEDR and right-clicking on WinEDR and then "Run as administrator" the problem seems to be solved. I don't know if this would also be required for WinWCP:


I think this may be a general fix for this type of exception based on a cursory Google search.

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!