this python wrapper sounds really interesting. i have worked few years with python so i could benefit from this because i just started using game studio. Still i find C lite very easy but Python is more powerful because the standard library and hundreds of libraries and modules freely available (although is probably slower).
So far i cannot make it to work, i have python2.6 installed, then uncompressed pyA7 to my hardrive. Then edited the .bat files like this and run it
"C:\Program Files\GStudio7\wed.exe" -p c:\python26\python.exe
copy c:\python26\acknex.dll C:\Users\Administrator\Desktop\pyA7
at this point i try to run knights_on_wheels.py and I get this DLL error :
IDLE 2.6.2 ==== No Subprocess ====
>>>
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\pyA7\knights_on_wheels.py", line 12, in <module>
from a7_scheduler import *
File "C:\Users\Administrator\Desktop\pyA7\a7_scheduler.py", line 3, in <module>
from a7 import level_load as _level_load
ImportError: DLL load failed: The specified procedure could not be found.
Could this be because my A7 engine is old? I get SED > Help > About and there it says Version : 7.02.4
I am not sure if this is the right way to run it.
acknex.dll is in the same directory I uncompressed pya7_alpha.exe
I also tried to copy acknex.dll to python2.6 together with a7_scheduler.py and a7.pyd and get the same error.
it would be good to have a step by step explanation of how to set it up. maybe i have not found it?
Last edited by enrike; 07/06/09 09:19.