Skip to content

Python 3.7 has the below error. #1

@karunakarhv

Description

@karunakarhv

.. C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py:216: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
default_timer = time.clock()
Traceback (most recent call last):
File "C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py", line 603, in
verbose_ping("heise.de")
File "C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py", line 589, in verbose_ping
delay = do_one(dest_addr, timeout)
TypeError: do_one() missing 4 required positional arguments: 'hostname', 'timeout', 'mySeqNumber', and 'packet_size'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions