From alysha at gmx.li Tue May 5 19:15:15 2009 From: alysha at gmx.li (Anne) Date: Wed, 06 May 2009 01:15:15 +0200 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny Message-ID: <1241565316.3105.82.camel@localhost> 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. From 0034058 at fudan.edu.cn Tue May 5 19:35:14 2009 From: 0034058 at fudan.edu.cn (0034058) Date: Wed, 06 May 2009 07:35:14 +0800 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny In-Reply-To: <1241565316.3105.82.camel@localhost> References: <1241565316.3105.82.camel@localhost> Message-ID: 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 ??: 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 From alysha at gmx.li Wed May 6 15:07:18 2009 From: alysha at gmx.li (Anne) Date: Wed, 06 May 2009 21:07:18 +0200 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny In-Reply-To: References: <1241565316.3105.82.camel@localhost> Message-ID: <1241636839.3175.72.camel@localhost> 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 > ??: 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 From alex at pressure.to Wed May 6 16:16:47 2009 From: alex at pressure.to (Alex Fenton) Date: Wed, 06 May 2009 21:16:47 +0100 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny In-Reply-To: <1241636839.3175.72.camel@localhost> References: <1241565316.3105.82.camel@localhost> <1241636839.3175.72.camel@localhost> Message-ID: <4A01F02F.5020202@pressure.to> 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 From gaua at restfarbe.de Wed May 6 18:06:38 2009 From: gaua at restfarbe.de (gaua) Date: Thu, 07 May 2009 00:06:38 +0200 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny In-Reply-To: <4A01F02F.5020202@pressure.to> References: <1241565316.3105.82.camel@localhost> <1241636839.3175.72.camel@localhost> <4A01F02F.5020202@pressure.to> Message-ID: <4A0209EE.6090304@restfarbe.de> 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 From alysha at gmx.li Fri May 8 10:35:21 2009 From: alysha at gmx.li (Anne) Date: Fri, 08 May 2009 16:35:21 +0200 Subject: [Weft QDA users] Installing version 1.0.1 on Debian Lenny In-Reply-To: <4A0209EE.6090304@restfarbe.de> References: <1241565316.3105.82.camel@localhost> <1241636839.3175.72.camel@localhost> <4A01F02F.5020202@pressure.to> <4A0209EE.6090304@restfarbe.de> Message-ID: <1241793322.3187.49.camel@localhost> 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 From ayuen at uchicago.edu Sun May 10 16:34:05 2009 From: ayuen at uchicago.edu (ayuen at uchicago.edu) Date: Sun, 10 May 2009 15:34:05 -0500 (CDT) Subject: [Weft QDA users] Documents in Weft QDA are not opening Message-ID: <20090510153405.AFD79241@m4500-00.uchicago.edu> I've encountered a small problem--some of the documents in my Documents and Categories window are not opening, while others are. Have others experienced this issue? If so, do you know how I might fix it? The coded segments of text are still there when I open up the categories with which documents have been tagged, but I can't seem to pull up the whole text of some of these documents. A Yuen