FS#17490 - [omniORB] Python backend not included
Attached to Project:
Community Packages
Opened by George Z (ProducedRaw) - Sunday, 13 December 2009, 16:00 GMT
Last edited by Ionut Biru (wonder) - Sunday, 13 December 2009, 16:18 GMT
Opened by George Z (ProducedRaw) - Sunday, 13 December 2009, 16:00 GMT
Last edited by Ionut Biru (wonder) - Sunday, 13 December 2009, 16:18 GMT
|
Details
Description: The python backend is not included in the
package, only the cxx one is.
Additional info: * package version: 4.1.3-1 Steps to reproduce: 1. Install omniORB 2. Create an interface definition 3. Try to run omniidl with the python backend on the interface definition e.g. this works: omniidl -bcxx -p /usr/lib/python2.6/site-packages/omniidl_be/ interface.idl but this does not: omniidl -bpython -p /usr/lib/python2.6/site-packages/omniidl_be/ interface.idl |
This task depends upon
omniidl: Could not import back-end 'python'
omniidl: Maybe you need to use the -p option?
omniidl: (The error was 'No module named python')