Python 2.5 support

Hi,

I am trying to use FP 3.0.8 with Python 2.5, but
it looks like it has support only for Python 2.4

Could you please provide DLL _ok.dll compiled
with Python25.dll

Thanks,
Pavel Shevchenko

Support, I also have a need for python2.5 support. Please update the ok module.

Thanks!

Peter

Please try this new DLL for Python 2.5 and post back here if it works.


python_25.zip (35.3 KB)

Hi Administration:

Could you also send on the _ok.so file. I’ll assume that init, version and ok.py remain unchanged.

Many thanks!!

Peter

We only have a Windows release for this at the moment. FC5 ships with Python 2.4 and we do not yet support a more recent Linux distribution.

Thanks for the feedback. I am running both Ubuntu Feisty and Fedora 7 and most of the applications on these machines depend on python2.5.

Let me know when you might be ready to create a 2.5 ok build.

Thanks!!

Peter

We’re putting the final changes through for FC7 support. That should include Python 2.5.

Administrator:

Fantastic. Many thanks!! I look forward to receiving a notice.

Any ETA?

Peter

Peter–

We’ll probably release our next version for FC5 and FC7 simultaneously. It will be our last release for FC5.

You can expect it by the end of November.

I have python 2.5 installed, and and I have copied files into C:\Python25\Lib\site-packages

ok.py
_ok.dll (The new _ok.dll designed for python 2.5 )
init.py
version.py

But i am getting this error.

import ok
Traceback (most recent call last):
File “”, line 1, in
File “ok.py”, line 5, in
import _ok
ImportError: No module named _ok

I was wondering if anyone else has had this problem or if i am doing something wrong?

EdUni

Admin:

Hi, I wanted to just check in and see if the Python 2.5 support is available now for both Windows and Linux. Please let me know if your release schedule has or will change from the planned end of November date.

Thanks!!

Peter Meyer

Yes, I believe this is currently in the 3.0.10 releases for FC7 (Linux) and Windows. This release is currently on new installation CDs, but has not yet been posted to the software downloads.

That should happen soon…

Hi: Can you tell me when the 3.0.10 frontpanel release will be available for on-line download. If this is still some time out, how do I make a request for a software CD?

Peter

Peter–

Sorry for the delay. It should be posted in the next couple hours.

Ran into this problem myself and just got it sorted out:

Assuming you’ve downloaded Python 2.5 and have it working:

Download FrontPanel 3.0.10:

http://forums.opalkelly.com/showthread.php?t=543

Download the Visual C redistributables:

http://forums.opalkelly.com/showthread.php?t=542

Then download WxPython:

http://www.wxpython.org/download.php

I installed them in the order above. The “Counters.py” example now runs.

Hope this helps.

jstokes

[QUOTE=EdUni;1692]I have python 2.5 installed, and and I have copied files into C:\Python25\Lib\site-packages

ok.py
_ok.dll (The new _ok.dll designed for python 2.5 )
init.py
version.py

But i am getting this error.

import ok
Traceback (most recent call last):
File “”, line 1, in
File “ok.py”, line 5, in
import _ok
ImportError: No module named _ok

I was wondering if anyone else has had this problem or if i am doing something wrong?

EdUni[/QUOTE]