[Python-Dev] Embedding demos are broken

Guido van Rossum guido@digicool.com
Tue, 20 Feb 2001 17:03:46 -0500


> >>>>> "GvR" == Guido van Rossum <guido@digicool.com> writes:
> 
>     GvR> This was probably broken since PyImport_Import() was
>     GvR> introduced in 1997!
> 
> Odd.  It all worked the last time I touched those files a couple of
> weeks ago (when I was testing those progs against Insure).

That's because then PyImport_ImportModule() wasn't synonymous with
PyImport_Import().

> I'll do a CVS update and check again.  Thanks.

I'm sure it'll work.

--Guido van Rossum (home page: http://www.python.org/~guido/)