As soon as I enter a new folder with pictures from my camera, I create a screen shoot of the gpx and call it for example 20100926_Dent_de_Crolles.jpg.
But this picture has not attribute and make the test aborted:
======================================================================
ERROR: testAlbumCreation (__main__.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/huguesvilleger/Documents/workspace/pyrando/src/test/pyrandoUnitTest0.py", line 41, in testAlbumCreation
self.__ut1c.get('picasaweb', 'user'))
File "/Users/huguesvilleger/Documents/workspace/pyrando/src/core/album.py", line 44, in __init__
self.__explore()
File "/Users/huguesvilleger/Documents/workspace/pyrando/src/core/album.py", line 115, in __explore
self.__lPhotos.append(Photo(self.__root_dir, self.__shortName, dirpath.replace('\\', '/'), p))
File "/Users/huguesvilleger/Documents/workspace/pyrando/src/core/photo.py", line 89, in __init__
self.__fullPhotoDatedName = self.__albumRootDir + os.sep + self.__PhotoDatedName
AttributeError: Photo instance has no attribute '_Photo__PhotoDatedName'