FrontPanel 3.1.0 Release python problems

Hi All,

I’m facing problems with this release and python (I’m a newbie in python):
After installing python-2.6.2, numpy-1.5.0-win32-superpack-python2.6, scipy-0.8.0-win32-superpack-python2.6 and FrontPanel 3.1.0 Release (in this order) I got the following message:

Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.

import ok
Traceback (most recent call last):
File “”, line 1, in
File “C:\Python26\lib\site-packages\ok_init_.py”, line 12, in
from ok import *
File “C:\Python26\lib\site-packages\ok\ok.py”, line 25, in
_ok = swig_import_helper()
File “C:\Python26\lib\site-packages\ok\ok.py”, line 24, in swig_import_helper
return _mod
UnboundLocalError: local variable ‘_mod’ referenced before assignment

Then I tried to unident the “return _mod” command from ok.py and then returns:

import ok
Traceback (most recent call last):
File “”, line 1, in
File “C:\Python26\lib\site-packages\ok_init_.py”, line 12, in
from ok import *
File “C:\Python26\lib\site-packages\ok\ok.py”, line 25, in
_ok = swig_import_helper()
File “C:\Python26\lib\site-packages\ok\ok.py”, line 21, in swig_import_helper
_mod = imp.load_module(‘_ok’, fp, pathname, description)
ImportError: DLL load failed: The specified module could not be found.

which is the same error I got when I tried FrontPanel 3.1.5 (with python-2.7, numpy-1.5.0-win32-superpack-python2.7).

Many thanks to all
Cheers

What operating system / architecture?