[Python-Dev] A Hygienic Macro System in Python?

Martin v. Loewis martin@v.loewis.de
02 Apr 2002 01:35:19 +0200


"Barry Scott" <barry.alan.scott@ntlworld.com> writes:

> I need to be able to dynamically load python in my
> application. Python integration is optional. I can look use the
> GetProcAddress to get a real functions, but I have to know the
> implementation inside the macros and duplicate that code. If there
> are a pure procedural interface it would be a lot easier for my type
> of app.

Which macros would you like to avoid specifically?

Regards,
Martin