Dear list, thanks to the notes of C.Lejeune I managed to install Weft QDA 1.9.0 on my Debian Lenny. However, since the program shuts down very frequently without any obvious reason I would like to try the 1.0.1 version instead and would be glad if someone could help me out here. So far I have tried to follow the installation notes that are meant for Debian ETCH at http://analyses.ishs.ulg.ac.be/logiciels/weft-qda.installation.debian.2008.en.html The packages "libdbd-sqlite-ruby" and "libwxgtk2.4-contrib-dev" are not available for Lenny, so I couldn''t install them. Instead of the 2.4 versions of WxWidgets I installed the 2.8 versions. Now when I try to launch the programm I get the following output: anne at anne:~/software/weft_qda-1.0.1$ ruby weft-qda.rb /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1:in `require'': no such file to load -- sqlite (LoadError) from /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1 from /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3:in `require'' from /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3 from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18:in `require'' from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18 from weft-qda.rb:42:in `require'' from weft-qda.rb:42 anne at anne:~/software/weft_qda-1.0.1$ It would be great if anyone on this list could give me a hint how I could continue here and where the problems lie. Best regards, Anne.
It seems that the ruby sqlite driver is not installed yet. Can you try apt-cache search ruby sqlite to find the relevant package and install it? Best HUANG Ronggui, Wincent Tel: (00852) 3442 3832 PhD Candidate Dept of Public and Social Administration City University of Hong Kong Home page: http://asrr.r-forge.r-project.org/rghuang.html ----- ???? ----- ???: Anne <alysha at gmx.li> ??: 2009? 5? 6?, ???, ??7:09 ??: [Weft QDA users] Installing version 1.0.1 on Debian Lenny ???: weft-qda-users at rubyforge.org> Dear list, > > thanks to the notes of C.Lejeune I managed to install Weft QDA 1.9.0 on > my Debian Lenny. However, since the program shuts down very frequently > without any obvious reason I would like to try the 1.0.1 version instead > and would be glad if someone could help me out here. > > So far I have tried to follow the installation notes that are meant for > Debian ETCH at > http://analyses.ishs.ulg.ac.be/logiciels/weft-qda.installation.debian.2008.en.html > > > The packages "libdbd-sqlite-ruby" and "libwxgtk2.4-contrib-dev" are not > available for Lenny, so I couldn''t install them. > Instead of the 2.4 versions of WxWidgets I installed the 2.8 versions. > > > Now when I try to launch the programm I get the following output: > > > anne at anne:~/software/weft_qda-1.0.1$ ruby weft-qda.rb > /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1:in > `require'': no such file to load -- sqlite (LoadError) > from /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1 > from > /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3:in `require'' > from /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3 > from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18:in `require'' > from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18 > from weft-qda.rb:42:in `require'' > from weft-qda.rb:42 > anne at anne:~/software/weft_qda-1.0.1$ > > > > It would be great if anyone on this list could give me a hint how I > could continue here and where the problems lie. > > > > Best regards, > Anne. > > _______________________________________________ > Weft QDA Users mailing list: weft-qda-users at rubyforge.org > To unsubscribe or change your delivery preferences, visit http://rubyforge.org/mailman/listinfo/weft-qda-users
Am Mittwoch, den 06.05.2009, 07:35 +0800 schrieb 0034058:> It seems that the ruby sqlite driver is not installed yet. Can you try > apt-cache search ruby sqlite to find the relevant package and install > it?I have already installed the ruby sqlite3 driver (libdbd-sqlite3-ruby1.8) I''m wondering if the problem might be caused by using sqlite3 instead of version 2, as it is recommended in the readme-file. Regards, Anne.> Best > > HUANG Ronggui, Wincent > Tel: (00852) 3442 3832 > PhD Candidate > Dept of Public and Social Administration > City University of Hong Kong > Home page: http://asrr.r-forge.r-project.org/rghuang.html > > ----- ???? ----- > ???: Anne <alysha at gmx.li> > ??: 2009? 5? 6?, ???, ??7:09 > ??: [Weft QDA users] Installing version 1.0.1 on Debian Lenny > ???: weft-qda-users at rubyforge.org > > > > Dear list, > > > > thanks to the notes of C.Lejeune I managed to install Weft QDA 1.9.0 > on > > my Debian Lenny. However, since the program shuts down very > frequently > > without any obvious reason I would like to try the 1.0.1 version > instead > > and would be glad if someone could help me out here. > > > > So far I have tried to follow the installation notes that are meant > for > > Debian ETCH at > > > http://analyses.ishs.ulg.ac.be/logiciels/weft-qda.installation.debian.2008.en.html > > > > > > The packages "libdbd-sqlite-ruby" and "libwxgtk2.4-contrib-dev" are > not > > available for Lenny, so I couldn''t install them. > > Instead of the 2.4 versions of WxWidgets I installed the 2.8 > versions. > > > > > > Now when I try to launch the programm I get the following output: > > > > > > anne at anne:~/software/weft_qda-1.0.1$ ruby weft-qda.rb > > /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1:in > > `require'': no such file to load -- sqlite (LoadError) > > > from /home/anne/software/weft_qda-1.0.1/lib/weft/backend/sqlite.rb:1 > > from > > /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3:in > `require'' > > > from /home/anne/software/weft_qda-1.0.1/lib/weft/backend.rb:3 > > from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18:in > `require'' > > from /home/anne/software/weft_qda-1.0.1/lib/weft.rb:18 > > from weft-qda.rb:42:in `require'' > > from weft-qda.rb:42 > > anne at anne:~/software/weft_qda-1.0.1$ > > > > > > > > It would be great if anyone on this list could give me a hint how I > > could continue here and where the problems lie. > > > > > > > > Best regards, > > Anne. > > > > _______________________________________________ > > Weft QDA Users mailing list: weft-qda-users at rubyforge.org > > To unsubscribe or change your delivery preferences, visit > http://rubyforge.org/mailman/listinfo/weft-qda-users > _______________________________________________ > Weft QDA Users mailing list: weft-qda-users at rubyforge.org > To unsubscribe or change your delivery preferences, visit > http://rubyforge.org/mailman/listinfo/weft-qda-users
Alex Fenton
2009-May-06 20:16 UTC
[Weft QDA users] Installing version 1.0.1 on Debian Lenny
Hi Anne Anne wrote:> Am Mittwoch, den 06.05.2009, 07:35 +0800 schrieb 0034058: > >> It seems that the ruby sqlite driver is not installed yet. Can you try >> apt-cache search ruby sqlite to find the relevant package and install >> it? >> > > I have already installed the ruby sqlite3 driver > (libdbd-sqlite3-ruby1.8) > > > I''m wondering if the problem might be caused by using sqlite3 instead of > version 2, as it is recommended in the readme-file.For Weft QDA v1, it must be Sqlite version 2, not 3. Unfortunately, it is reported to be very difficult to get Weft QDA v1 working on recent versions of Linux, as they don''t provide good backwards support for the needed libraries. As you have found v1.9.1 is not stable enough for real use. If your main aim is to have a free CAQDAS, you might be better trying to run Weft QDA v1 for Windows, which works well on XP - you could perhaps do this under WINE. If you main aim is to run a CAQDAS under Linux, you might try installing an old version of a Linux that is older eg from c2005/06 thanks for your interest in Weft QDA, and good luck alex
Am 06.05.2009 22:16, schrieb Alex Fenton:> Hi Anne > > If your main aim is to have a free CAQDAS, you might be better trying to > run Weft QDA v1 for Windows, which works well on XP - you could perhaps > do this under WINE.Hey Anne! Weft QDAv1 for Windows is running well under wine. regards, Daniel
Hi, thanks @all for your answers! I''m running version 1 under Wine now and it seems to work quite well. My main interest was to find an open-source alternative to commercial CAQDAS that I can use for my master''s thesis, so I''m really glad I found WeftQDA! Hopefully the project will be continued in the future. Best regards, Anne. Am Donnerstag, den 07.05.2009, 00:06 +0200 schrieb gaua:> Am 06.05.2009 22:16, schrieb Alex Fenton: > > Hi Anne > > > > If your main aim is to have a free CAQDAS, you might be better trying to > > run Weft QDA v1 for Windows, which works well on XP - you could perhaps > > do this under WINE. > Hey Anne! > Weft QDAv1 for Windows is running well under wine. > > regards, > Daniel > _______________________________________________ > Weft QDA Users mailing list: weft-qda-users at rubyforge.org > To unsubscribe or change your delivery preferences, visit http://rubyforge.org/mailman/listinfo/weft-qda-users