Support for Python 2.5

I have python 2.5 installed, and not being a python expert please correct me if I had done something wrong.

I have copied files into C:\Python25\Lib\site-packages

C>dir \Python25\Lib\site-packages
Volume in drive C has no label.
Volume Serial Number is 383A-E4BE

Directory of C:\Python25\Lib\site-packages

08/07/2006 10:20 PM 14,442 ok.py
01/03/2007 12:28 PM 22,395 ok.pyc
10/28/2005 08:07 PM 121 README.txt
08/07/2006 10:21 PM 77,824 _ok.dll
07/12/2005 07:02 PM 392 init.py
07/12/2005 07:02 PM 206 version.py
6 File(s) 115,380 bytes
2 Dir(s) 88,431,046,656 bytes free

Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 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 “ok.py”, line 5, in
import _ok
ImportError: No module named _ok

Thoughts ??

Thanks

Amir

Yes, unfortunately, Python extensions are version-specific and we have not yet released a 2.5 version yet.

Our current release version is Python 2.4.