Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] osmWebWizard.py error

Hi All,
I am getting the below error when trying to run the osmWebWizard.py script.

I just installed the latest development version (as of Feb 24, 2021).

I will appreciate it if someone can help me to run the script.

Best regards,


+++++ Error Message ++++++++++++++++++++++++++++++
C:\Users\Usama\D\test>python  "D:\SUMO\Sumo_Directory\tools\osmWebWizard.py"
Traceback (most recent call last):
  File "D:\SUMO\Sumo_Directory\tools\osmWebWizard.py", line 43, in <module>
    from webWizard.SimpleWebSocketServer import SimpleWebSocketServer, WebSocket
  File "D:\SUMO\Sumo_Directory\tools\webWizard\__init__.py", line 19, in <module>
    from . import SimpleWebSocketServer  # noqa
  File "D:\SUMO\Sumo_Directory\tools\webWizard\SimpleWebSocketServer.py", line 18, in <module>
    import ssl
  File "C:\ProgramData\Anaconda3\lib\ssl.py", line 98, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: DLL load failed while importing _ssl: The specified module could not be found.
+++++ End of the Error message ++++++++++

--
Usama E. Shahdah


Back to the top