I have a little problem compiling the python source code :S

Users who are viewing this thread

pjm2493

Knight at Arms
I'm learning how to mod here, but I have a little problem.

When I use the batch file build_module.bat to compile the source code, I don't have any error , all went ok but it doesn't seems to make changes.

I tryed in an empty folder for see what this do, and it creates python compiled files and when it ends, it delete every python compiled file and there's nothing.

My question is: there are no changes because I have do the changes bad or there are no changes because it is compiled bad?

I hope you understand me, my english sucks.

Thanks!
 
Re-check module_info.py - it's likely that you pointed to the wrong directory or used \ instead of /, or modified the sample directory (anything that starts with # is commented out).
 
Somebody said:
Re-check module_info.py - it's likely that you pointed to the wrong directory or used \ instead of /, or modified the sample directory (anything that starts with # is commented out).

Thanks, I solve the problem.
 
Back
Top Bottom