Andi Vajda <va...@apache.org> wrote: > from _jcc import initVM
I believe that in the statement "from X import Y", X and Y are essentially strings, not runtime-evaluated values. So what would work would be from jcc._jcc import initVM or initVM = _jcc.initVM Bill