python-awips/dynamicserialize
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
..
adapters First pass at upgrading for v23.4.1 of AWIPS 2024-04-01 13:25:43 -06:00
dstypes Remove pwd import so notebooks will run on Windows 2025-02-12 09:02:11 -07:00
__init__.py First step on bringing over v20 python code 2023-08-23 11:45:18 -06:00
DynamicSerializationManager.py First step on bringing over v20 python code 2023-08-23 11:45:18 -06:00
SelfDescribingBinaryProtocol.py First step on bringing over v20 python code 2023-08-23 11:45:18 -06:00
ThriftSerializationContext.py Updates to notebooks for python 3.12 2025-01-23 14:31:31 -07:00