Special Instructions for FEI Eagle Camera » History » Version 2
  Anchi Cheng, 09/17/2013 10:07 AM 
  
| 1 | 1 | Jim Pulokas | h1. Special Instructions for FEI Eagle Camera | 
|---|---|---|---|
| 2 | |||
| 3 | 2 | Anchi Cheng | This only applies to 2.2 version. For trunk or newer installation, comtypes replaces this. See [[Installing comtypes]] | 
| 4 | |||
| 5 | 1 | Jim Pulokas | We are still in the process of adapting the comarray package to work with the FEI Eagle cameras. The pre-packaged comarray EXE installer that we provide here will not work, so you will need to download comarray from our SVN repository and do a manual installation of the python module to your python site-packages. Here is the procedure: | 
| 6 | |||
| 7 | Check out comarray to your local sandbox on a linux system like this:<pre> | ||
| 8 | svn co http://emg.nysbc.org/svn/myami/trunk/comarray | ||
| 9 | </pre> | ||
| 10 | Then copy it to your Windows system that hosts the camera. Or just check it out directly to the Windows system using a Windows SVN client. | ||
| 11 | |||
| 12 | Now browse through the files in your new comarray sandbox. You will find a folder "py2.5". In there you will find a few files including:<pre> | ||
| 13 | __init__.py | ||
| 14 | NumpySafeArraySlow.py | ||
| 15 | NumpySafeArray.pyd | ||
| 16 | NumpySafeArrayTIA.pyd | ||
| 17 | setup.py</pre> | ||
| 18 | |||
| 19 | Make a new folder C:\Python25\Lib\site-packages\comarray\ | ||
| 20 | |||
| 21 | Copy "__init__.py" and "NumpySafeArrayTIA.pyd" to the new site-packages/comarray folder. | ||
| 22 | |||
| 23 | In the site-packages/comarray folder, rename NumpySafeArrayTIA.pyd to NumpySafeArray.pyd |