Qualitative analysis software for video and audio data  
Developed at the University of Wisconsin-Madison Center for Education Research  

Development ::
  Overview
  Development Log
  Release Schedule  
  Open Source Info
  Internationalization
  Source Code

To move around within this setup procedure, use these links:

  Python
  wxPython
  MySQL for Python
  ctypes
  PythonWin
  pyMedia
  Internationalization

 

Setting up your Computer - Windows

ctypes

There are a couple of places in Transana where we need to access DLLs or shared libraries. We use a module called ctypes to accomplish this. Therefore, the next step in getting your computer ready to work on Transana's source code is to download and install ctypes. Information and downloads are available at http://starship.python.net/crew/theller/ctypes/. We are currently using version 0.9.6 for Python 2.4.

The next step is to set up PythonWin.