python-esppy icon indicating copy to clipboard operation
python-esppy copied to clipboard

The ESPPy module enables you to connect to a SAS ESP server, access information about the server, manage and construct projects, and interact with windows in your projects.

Results 18 python-esppy issues
Sort by recently updated
recently updated
newest added

The latest updates to graphviz(0.19) removed the _repr_svg() function. Trying to show the graph for a model will fail with an AttributeError: AttributeError Traceback (most recent call last) /opt/conda/lib/python3.8/site-packages/IPython/core/formatters.py in...

It's pretty simple, the pip repo, by default, is installing esppy 1.0, to install a newer version you have to explicitly do so: `pip install sas-esppy==7.1` The conda repo doesn't...

this is fixing a problem for not finding the package urllib.parse

Hi, I am too lazy right now for a pull request but there is a small error in the object tracker regarding the scaling factor: https://github.com/sassoftware/python-esppy/blob/master/esppy/windows/objectTracker.py In line 230 the...

There is a bug in serializing connector properties when using `configfilesection`. Example: ``` request_source = esp.SourceWindow( name='request', schema=('espid*:int64', 'clnt_id:double'), index_type='empty', insert_only=True, ) request_source.add_connector( SocketPublisher(configfilesection='[REQS]') ) ``` In the end it...

The module connectors/fs.py needs to be modified to work with option: publishwithupsert: The statement in current line 117: **publish_with_upsert=prop('publishwithupsert', dtype='boolean')** needs to be replaced with **publishwithupsert=prop('publishwithupsert', dtype='boolean')**

bug

Hello, I am trying to connect to ESPPY from my local machine. I'm running windows 10. I have already installed and imported esppy. My colleague is able to run the...

When trying to create a project from an xml of an existing project, we got the following error: "allvaluestostrings is not a valid paramater for " It seems that ESPPY...

bug

Hi, I created an EventGenerator using the method "from_xml". Before I can use the method "start", it needs to be available within the ESP engine. Searching through the methods of...

XML models support a properties block at the project level: Add support for properties at the Project level. ESPPY should be able to import and export models with properties. Properties...