Zim

Comment 6 for bug 573480

Revision history for this message
Alex Tu (alextu) wrote :

Thanks for your kindly response.
But here is an issue when I excute python code in windows.

I follow README file and install
gtk+-2.16.6
python-2.6.5
python-gtk-2.16.0
python-gobject-2.20.0

When I excute D:\zim-0.46>test.py
It cause an error and response:

WARNING: Can not import 'xdg.Mime' - falling back to 'mimetypes'
Traceback (most recent call last):
  File "D:\zim-0.46\test.py", line 326, in <module>
    main()
  File "D:\zim-0.46\test.py", line 169, in main
    test = loader.loadTestsFromName(name)
  File "C:\Python26\lib\unittest.py", line 584, in loadTestsFromName
    parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'applications'

Is there any more I need to do?