How to get the system info with Python?

some of these could be obtained from the platform module: >>> import platform >>> platform.machine() ‘x86’ >>> platform.version() ‘5.1.2600’ >>> platform.platform() ‘Windows-XP-5.1.2600-SP2’ >>> platform.uname() (‘Windows’, ‘name’, ‘XP’, ‘5.1.2600’, ‘x86’, ‘x86 Family 6 Model 15 Stepping 6, GenuineIntel’) >>> platform.system() ‘Windows’ >>> platform.processor() ‘x86 Family 6 Model 15 Stepping 6, GenuineIntel’

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)