Changeset 102957 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 18, 2024 5:31:53 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r98103 r102957 991 991 992 992 def __init__(self, sStyle=None, dPlatformParams=None): 993 994 # Deprecation warning for older Python stuff (< Python 3.x). 995 if sys.version_info.major < 3: 996 print("\nWarning: Running VirtualBox with Python %d.%d is marked as being deprecated.\n" \ 997 "Please upgrade your Python installation to avoid breakage.\n" \ 998 % (sys.version_info.major, sys.version_info.minor)) 999 993 1000 if sStyle is None: 994 1001 if sys.platform == 'win32': … … 1292 1299 sRet = self.xcptToString(oXcpt) 1293 1300 return sRet 1294
Note:
See TracChangeset
for help on using the changeset viewer.