Re: Using PyImport_ExtendInittab with package

2010-01-04 Thread Aahz
In article , Julien Danjou wrote: > >I'm trying to embed Python and therefore use PyImport_ExtendInittab() to >register modules. >My current problem is that, if it works well with a simple module >"hello", naming a module "hello.foobar" in the inittab struct does not >seems to work. >imp.find_mod

Using PyImport_ExtendInittab with package

2009-12-18 Thread Julien Danjou
Hi, I'm trying to embed Python and therefore use PyImport_ExtendInittab() to register modules. My current problem is that, if it works well with a simple module "hello", naming a module "hello.foobar" in the inittab struct does not seems to work. imp.find_module("hello.foobar") returns correctly t