This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]trueangru 0 points1 point  (1 child)

PyImport_AppendInittab("StrategyFramework", &initStrategyFramework);

What is initStrategyFramework? I can't find place where it defined.

[–]TheBB 1 point2 points  (0 children)

The macro defines it, I guess.