Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Accessing EASE module from Python module
  • From: Vinod Appu <vinod.appu@xxxxxxxxxxx>
  • Date: Wed, 30 Sep 2020 06:30:31 +0000
  • Accept-language: en-IN, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ashling.com; dmarc=pass action=none header.from=ashling.com; dkim=pass header.d=ashling.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=m7n2281HZWljsPjFx8eVQ6VVhjbfjCOAEdqlKK/m0OU=; b=IqJbdB8TTaUMdzg7wkY4d7+1d+Dg3A//XQR2+Jqt+AicXEszzpAfg21HPDBDJlOD2mIEieISBvKcBaLUvPVIGZ2Ske/PC65V/igp8WPWMlS3haYlh7iyfeSBSj7KL8kq94+CLy06eO9vfyI7x3icP4jqVgzvgSJ7UrsL6Ul9xhE2UA+84qrhQmEVwssiLzw74NM3RefKadRCRFE7fgdaXbk5RQ+nhgPh8suL+cwkDPrv3J76ozfZ5SEhA/F8WdLKx/c4aAv0W/0yE5YjzccppyQueg3YwkPinH0+w/Adc/GxhOmrlbH9zQanCTVLzXr/2zVnVjfVx17IZiRNQgmNDw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QoRQ4twtvg7W9YQtad4mueVYXvbla9CRyY7rrF99KRnYFZXvf4pJGrM07NE28mVwJJP8V8b77OHR2nYay4tPmycAjkNB090H//6K460dwWbdhdcoYDWwQ7P0I7q9emEItjbNactFQyPDVrIDM/CBtuHD7BlaTDj4ljSq9JvwovhFgGFLBp22I+cEuZrjhwkd6DXR3oLrogH2jIJUHob0zsAwWxuxYjouKhRZtQBglrihAXz3jtl4DoyAuEH4ToRod/kldbhGAbqb7RsLV6yPJaEZEb73yQdGgKiwCGdTamiJcsZtppuh2NLUIdsr8ACurXFQeey78qputasBEPOAsA==
  • Delivered-to: ease-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/ease-dev>
  • List-help: <mailto:ease-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ease-dev>, <mailto:ease-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdaW8wHr+vrymFldTRSHJke7dPFASw==
  • Thread-topic: Accessing EASE module from Python module

Hi,

 

I'm trying to call loadModule(<EASE module>) from a python module (say test_module.py). test_module.py is loaded by Main.py.

Main.py is executed by EASE py4j engine and I'm getting "NameError: name 'loadModule' is not defined". If I'm using loadModule(<EASE module>) from Main.py, it's working fine.

I want to use test_module itself to call loadModule(<EASE module>), please guide me here.

 

Thanks,

Vinod


Back to the top