I have got a new Laptop with Windows 7 and tried to run a testcase
from my old Windows 7 Laptop (Dell Lattitude E4300) which is attached as python file minimal_error.py.
The Output of the old Laptop with Windows 7 looks like this:
D:\hohn_c\eclipse_workspace\trunk\tmp\delis_20140226_174531>minimal_error.py
D:\hohn_c\eclipse_workspace\trunk\tmp\delis_20140226_174531
login
True
open database
True
D:\hohn_c\eclipse_workspace\trunk\tmp\delis_20140226_174531>
On the new laptop (Dell Lattitude E7440) it produces the following error:
New Laptop with Windows 7
D:\hohn_c\eclipse_workspace\trunk\tmp\delis_20140226_174531>c:\Python27\python.exe minimal_error.py
D:\hohn_c\eclipse_workspace\trunk\tmp\delis_20140226_174531
login
True
open database
True
Traceback (most recent call last):
File "minimal_error.py", line 30, in <module>
main()
File "minimal_error.py", line 27, in main
hsGroup.Save()
File "<COMObject Item>", line 2, in Save
pywintypes.com_error: (-2147352567, 'Ausnahmefehler aufgetreten.', (0, u'Save [Function]', u'Unhandled Error, Application Error in Group::Save [Function]()\r\n\r\nLine #10, Error #3061, 1 Parameter wurden erwartet, aber es wurden zu wenig Parameter \xfcbergeben.', None, 1000440, -2147188733), None)
It seems to me, that saving data with the help of the Hypersizer API is not possible anymore, if data has been changed before,
As can be seen in the file minimal_error.py.
Could anybody help me please ?
Thank you very much !