Skip to content

Reactive server no longer available with core pymodbus #2052

@dhoomakethu

Description

@dhoomakethu

Versions

  • Python: 3.8+
  • OS: NA
  • Pymodbus: dev
  • Modbus Hardware (if used): None

Pymodbus Specific

  • Server: tcp/rtu/ascii - sync/async
  • Client: tcp/rtu/ascii - sync/async

Description

On the latest dev , Trying to run repl server results in error

Code and Logs

pymodbus.server run
Traceback (most recent call last):
  File "/Users/sanjay/.virtualenvs/pymodbus/bin/pymodbus.server", line 5, in <module>
    from pymodbus_repl.server.main import app
  File ".virtualenvs/pymodbus/lib/python3.8/site-packages/pymodbus_repl/server/main.py", line 20, in <module>
    from pymodbus.server.reactive.default_config import DEFAULT_CONFIG
ModuleNotFoundError: No module named 'pymodbus.server.reactive.default_config'

cc @janiversen

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions