python-awips/dynamicserialize/dstypes
ucar-tmeyer c4432a94c0 Remove pwd import so notebooks will run on Windows
When running the notebooks on windows, you get a ModuleNotFoundError: No module named 'pwd'

The code is attempting to import pwd, which is not a module available on Windows systems. The pwd module is specific to Unix-based systems (like Linux and macOS) for user and password management, so we removed it from the following files:

dynamicserialize/dstypes/com/raytheon/uf/common/message/WsId.py
dynamicserialize/dstypes/com/raytheon/uf/common/auth/user/UserId.py
2025-02-12 09:02:11 -07:00
..
com Remove pwd import so notebooks will run on Windows 2025-02-12 09:02:11 -07:00
gov First step on bringing over v20 python code 2023-08-23 11:45:18 -06:00
java More modifications to the source v20 python code 2023-08-23 12:41:20 -06:00
org First step on bringing over v20 python code 2023-08-23 11:45:18 -06:00
__init__.py First pass at upgrading for v23.4.1 of AWIPS 2024-04-01 13:25:43 -06:00