From: Peter B. <Pet...@ug...> - 2006-02-10 07:40:33
|
On Friday 10 February 2006 01:26, Bruno Vernier wrote: > then I moved my .memaid/default.mem to ./mnemosyne > thinking that it would read it and I could continue on mnemosyne where I > left off > on memaid-pyqt > > but no dice: I get errors whether I do it like that or by creating > database items directly... here is the traceback for creating a fresh new > item in the database: That's right: it uses a different binary file format. You should export you= r=20 memaid data to xml and import it as xml in mnemosyne (see the faq on the=20 website). All the other errors you report are due to that. I suggest you throw away=20 the .mnemosyne directory an start afresh. BTW, the correct way to install Mnemosyne under Linux is in the README file= :=20 do python setup.py install as root. Cheers, Peter PS: please take Mnemosyne discussion to its own mailing list > Traceback (most recent call last): > File > "/usr/lib/python2.4/site-packages/mnemosyne/pyqt_ui/add_items_dlg.py", li= ne > 147, in new_item > orig_added =3D self.check_duplicates_and_add(grade, q, a, cat_name) > File > "/usr/lib/python2.4/site-packages/mnemosyne/pyqt_ui/add_items_dlg.py", li= ne > 119, in check_duplicates_and_add > add_new_item(grade, q, a, cat_name) > File "/usr/lib/python2.4/site-packages/mnemosyne/core/mnemosyne_core.py= ", > line 1126, in add_new_item > item.next_rep =3D time_of_start.days_since() + new_interval > AttributeError: 'NoneType' object has no attribute 'days_since' > > I made changes to the configuration changes: and upon exiting I get and > error about not being able to save the file but it still saves the config > changes > > Bruno > > On 2/8/06, Peter Bienstman <Pet...@ug...> wrote: > > Hi everyone, > > > > I've made a first limited release of the successor to pyqt-memaid that I > > first > > discussed here: > > > > http://sourceforge.net/mailarchive/forum.php?thread_id=3D8768378&forum_= id=3D3 > >5119 > > > > You can find the new program at http://mnemosyne-proj.sourceforge.net/ > > > > So far, it is only announced to this mailing list, as I first would like > > some > > more feedback before I release it to a wider audience. > > > > The software has all the features of pyqt-memaid + some more + some > > polish in > > the user interface. Still missing is the superkaramba client, but that > > will > > follow shortly. > > > > These are the things I still want to do before a 1.0 release: > > > > -Add the superkaramba client > > -Improve the website (graphics) > > -Release a utility script to split a large xml file into a set of files > > containing e.g. 25 questions each > > > > After 1.0, I want to start working on adding sound. > > > > Please note that this is also the end of the MemAid project. Further > > announcements will only be made on the Mnemosyne mailing lists, so plea= se > > subscribe to those if you are interested (it might take another day > > before these become active, though). > > > > Please test the software, and send all feedback to me. > > > > Cheers, > > > > Peter =2D-=20 =2D----------------------------------------------- Peter Bienstman Ghent University, Dept. of Information Technology Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium tel: +32 9 264 34 45, fax: +32 9 264 35 93 WWW: http://photonics.intec.UGent.be email: Pet...@UG... =2D----------------------------------------------- |