Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Problems with the netdiff tool in Sumo version 1.11.0
  • From: Louis Tümmler <l.tuemmler@xxxxxxxxxxxxxxxxxx>
  • Date: Mon, 13 Dec 2021 13:23:47 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mobilitaetswerk.de; dmarc=pass action=none header.from=mobilitaetswerk.de; dkim=pass header.d=mobilitaetswerk.de; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=8vrs+cVvNqrVbvH7BlZZAixwdD0sC7q+ndwjhfmOykI=; b=PDBCoDblYqDuluNur1na4lIbanfuTmsOFf9VlkIk/61a/nOu/vEuwrfsU1+5Ynb5oe43a90jE3PkaDxkSbPeviaBp4L31RBgfu2Uv3bkkvyTXqx4p0MqL5Oaevau/yTaBrsWyhhcNEb5J9ELPmkQ1ExlJNLu94C8J4bfyuqbz/AyzBVIVmKLgcn6IxfPKy+IffWugSdBR5hB8+NsjDGkheD9bKTZkUvf+67xYknE8J9e2h6uMQiaD0dThqFXZl2AfQcTqXDzj6FSIGxkJK8R7McfkD+XLLiGEA5woGUg3665IZBzFsGPHYaoHN0X6R/tr32OwfUz8vAv4S1U30hAxQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PP7P0B/H/PrgZ/o0DbflGHCXef7gbHESPoyb4BhZQunTHeDlp87klRmOw1xPj3EhV0DZtHmHRQMp0LPqJPrfGN26JE+QdmbhBvNTKCQ5TDa9YOhxgvXI9NboXoJjbW/s/Z1rrdYpmto4p8HAmaEBgIkpar8R/NoLHHxbt/A/FpazB4jyYug1c8v0SVDSqFtzF+WC2PMF9XK+DP5Nx6zSRlTeN2RrPEIDSg+tDpxvYTM+TK9G6zDFHd7mLjYqZtY/b2+rzhq0rnZ+bgxkyhQiYJ5N6DscXNzE2K3WSfFhtzqK67R/jembr+FxsHqLPsLdg0iGeXVKCrNzJircLekccw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdfwJJ3CQBk396N8QGWxjNmL4fFdzA==
  • Thread-topic: Problems with the netdiff tool in Sumo version 1.11.0

Hello everybody,

I have a question regarding the netdiff-tool. I used it with the sumo version 1.10.0 and it worked out well.

Now i have tried it the exact same way with the 1.11.0 version and i get the following answer:

 

C:\Sumo\test\2021-12-13-10-19-47>python %SUMO_HOME%\tools\net\netdiff.py osm.net.xml osmb.net.xml diff

Traceback (most recent call last):

  File "C:\Sumo\sumo-1.11.0\tools\net\netdiff.py", line 710, in <module>

    main()

  File "C:\Sumo\sumo-1.11.0\tools\net\netdiff.py", line 653, in main

    options = parse_args()

  File "C:\Sumo\sumo-1.11.0\tools\net\netdiff.py", line 502, in parse_args

   optParser.add_option("-v", "--verbose", action="">

AttributeError: 'ArgumentParser' object has no attribute 'add_option'

 

Does anyone have an idea what the problem/solution might be?

 

Thanks in Advance

Louis


Back to the top