Porting omniORB python to OpenVMS

Duncan Grisby dgrisby at uk.research.att.com
Wed Feb 2 05:46:01 EST 2000


In article <877rom$akl$1 at nnrp1.deja.com>,  <bvisscher at my-deja.com> wrote:

>I have been attempting to port the omniORB python CORBA mapping
>(omniORBpy) to OpenVMS and I think I need some help.

I don't know anything about VMS, but I wrote omniORBpy.

[...]

>import _omnipy # builtin
>Fatal Python error: PyThreadState_Get: no current thread

Is the Python interpreter built with thread support?  If it isn't,
omniORBpy should complain in a friendly way, but maybe the detection
doesn't work on VMS for some reason. (Alternatively, you're trying to
import _omnipy directly, rather than importing the omniORB module
which emits the complaint.) Can you successfully import the threading
module?

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --



More information about the Python-list mailing list