<a href="http://www.engadgetmobile.com/2008/01/28/nokia-acquires-trolltech-the-biggest-little-company-youve-ne/">http://www.engadgetmobile.com/2008/01/28/nokia-acquires-trolltech-the-biggest-little-company-youve-ne/</a><br>
<br>Take that Android, awesome move by Nokia to make Mobile development open. <br>Let's hope things will only get better for Qt with Nokia behind it, for mobile developers as well as Desktop and<br>Server developers.<br>
<br><div class="gmail_quote">On Jan 28, 2008 1:41 AM, <<a href="mailto:pyqt-request@riverbankcomputing.com">pyqt-request@riverbankcomputing.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send PyQt mailing list submissions to<br> <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
or, via email, send a message with subject or body 'help' to<br> <a href="mailto:pyqt-request@riverbankcomputing.com">pyqt-request@riverbankcomputing.com</a><br><br>You can reach the person managing the list at<br>
<a href="mailto:pyqt-owner@riverbankcomputing.com">pyqt-owner@riverbankcomputing.com</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of PyQt digest..."<br>
<br><br>Today's Topics:<br><br> 1. Re: Re: Re: How to communicate with mysql? (Hans-Peter Jansen)<br> 2. How to write a GUI interface for a set of Python programs?<br> (Algis Kabaila)<br> 3. Re: processEvents on QlistWidget operations does nothing<br>
(Andreas Pakulat)<br> 4. Re: How to write a GUI interface for a set of Python<br> programs? (Hans-Peter Jansen)<br> 5. Re: How to write a GUI interface for a set of Python<br> programs? (Andreas Pakulat)<br>
6. Re: How to write a GUI interface for a set of Python<br> programs? (Algis Kabaila)<br> 7. Qt designer & KDE (Daniel O'Connor)<br> 8. Re: How to write a GUI interface for a set of Python<br> programs? (Andreas Pakulat)<br>
9. Re: Qt designer & KDE (Andreas Pakulat)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Sun, 27 Jan 2008 21:11:21 +0100<br>From: Hans-Peter Jansen <<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>><br>
Subject: Re: [PyQt] Re: Re: How to communicate with mysql?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:200801272111.22125.hpj@urpla.net">200801272111.22125.hpj@urpla.net</a>><br>
Content-Type: text/plain; charset="utf-8"<br><br>Am Sonntag, 27. Januar 2008 schrieb Ryen Lee:<br>> > > Hi everybody! I am a newbie for PyQT.Now I am write a simple programm<br>> > > which<br>
> > ><br>> > > > use mysql as its database,but I find it is very diffucult to use<br>> > > > the<br>> > ><br>> > > PyQT<br>> > ><br>> > > > APIs.I write sth like that:<br>
> > > ><br>> > > > db = QtSql.QSqlDatabase.addDatabase("QMYSQL")<br>> > > > db.setHostName("<a href="http://127.0.0.1" target="_blank">127.0.0.1</a>")<br>> > > > db.setDatabaseName("test")<br>
> > > > db.setUserName("root")<br>> > > > db.setPassword("123456")<br>> > > > db.open()<br>> > > ><br>> > > > but it just doesn't work. <snip><br>
> > ><br>> > > - Meaning? What does db.open() return, True or False? Does the<br>> > > database "test"<br>> > > exist? And is Qt configured with MySQL support?<br>> > ><br>
> > > Or did you perhaps call these methods before you had created a<br>> > > QApplication or<br>> > > a QCoreApplication object? That won't work and the error messages<br>> > > aren't very<br>
> > > helpful for this case.<br>> > ><br>> > > I can't test your code, because I don't have MySQL installed.<br>> > ><br>> > > HTH<br>> > > Sibylle<br>
> > ><br>> > ><br>> > ><br>> > > --<br>> > > Dr. Sibylle Koczian<br>> ><br>> > Thank you for your reply!<br>><br>> I try to fix the problem as you told,but I failed finally.I think PyQt<br>
> doesn't support mysql very well,because when I change<br>> db = QtSql.QSqlDatabase.addDatabase("QMYSQL")<br>> to<br>> db = QtSql.QSqlDatabase.addDatabase("QSQLITE")<br>><br>> it works.So I decide to use mysqldb instead of PyQT's APIs<br>
<br>Your logic above doesn't make any sense (for me at least).<br><br>While you're free to use whatever database backend/interface you want, I'm<br>inclined to mention, that I use mysql successfully since ages (I did some<br>
of the PyQt3 examples, when I started) with lots of success. Sure, some API<br>details looks arkward from a python perspective due to the underlying C++<br>type system (QVariant and friends), but on the plus side, it's a pleasure<br>
to create/display a table with 30000 records without problems (neither at<br>the memory nor at the slowness front due to some pretty elaborated Qt<br>algorithms at work down under). It will take significant developer<br>resources to create something on par with the Qt database framework (been<br>
there, done that for specialized tkinter case).<br><br>I cannot imagine, that the situation turned much worse with PyQt4.<br><br>Cheers,<br>Pete<br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 28 Jan 2008 09:21:20 +1100<br>
From: Algis Kabaila <<a href="mailto:akabaila@pcug.org.au">akabaila@pcug.org.au</a>><br>Subject: [PyQt] How to write a GUI interface for a set of Python<br> programs?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>
Message-ID: <<a href="mailto:200801280921.20297.akabaila@pcug.org.au">200801280921.20297.akabaila@pcug.org.au</a>><br>Content-Type: text/plain; charset="utf-8"<br><br>On Mon, 28 Jan 2008 07:11:21I another thread Hans-Peter Jansen wrote:<br>
> Am Sonntag, 27. Januar 2008 schrieb Ryen Lee:<br>> > > > Hi everybody! I am a newbie for PyQT.Now I am write a simple programm<br>> > > ><br>[...]<br>The above sentence from another thread describes well my current status.<br>
<br>In the last few years I wrote a series of programs in Python for Structural<br>Analysis for Engineering structures. IMHO, Python is a great teaching<br>language that enables one to expose the basic principles of programming<br>
without having to go into extraneous details.<br><br>Currently those programs lack GUI. I would like to write GUI with a minimum<br>need to substantially change my extant Python programs and a<br>minimum "immersion" into yet another computer language (I am 83 and have<br>
learned many languages - computer since the valve computer days as well as<br>human - in my long and varied life).<br><br>PyQt interface looks pretty, it is an integral part of KDE, so it seems like<br>the right candidate for my objectives.<br>
<br>Is it possible to create a GUI with QtDesigner and "assemble" it into PyQt<br>from the *.ui files and then outside of the QtDesigner call extant Python<br>programs? Or is that an impossible dream?<br><br>If that is possible, how can I achieve that aim with the latest (?) QtDesigner<br>
version 3.3.8?<br><br>Your suggestions on this topic will be gratefully received.<br><br>Yours sincerely,<br><br>OldAl<br>from Canberra, the capital of Down Under.<br><br>--<br>Algis Kabaila (Dr)<br><a href="http://akabaila.pcug.org.au/StructuralAnalysis/" target="_blank">http://akabaila.pcug.org.au/StructuralAnalysis/</a><br>
<br><br>------------------------------<br><br>Message: 3<br>Date: Sun, 27 Jan 2008 23:22:36 +0100<br>From: Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>><br>Subject: Re: [PyQt] processEvents on QlistWidget operations does<br>
nothing<br>To: <a href="mailto:qt-interest@trolltech.com">qt-interest@trolltech.com</a>, <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:20080127222236.GA8622@morpheus.apaku.dnsalias.org">20080127222236.GA8622@morpheus.apaku.dnsalias.org</a>><br>
Content-Type: text/plain; charset=us-ascii<br><br>On 27.01.08 13:36:37, Scott Aron Bloom wrote:<br>> > Its not about replacing 1 line of code, its about properly designing<br>> > your applications business logic. Moving heavy work into a thread is<br>
> the<br>> > right thing to do (or separate process). QApplication::processEvents<br>> is<br>> > the ugly hack for those who are not able to use threads properly.<br>> ><br>> > Andreas<br>> ><br>
> But... adding 1 item to a list view.. is not heavy work.. And neigher<br>> does it appear that the creation of the complete list of items...<br><br>Right, but thats not what the code actually does and I also suspect that<br>
adding the item is still done in the main thread.<br><br>> If the code was actually downloading the content of each URL... then I<br>> would put it in a thread..<br><br>Thats exactly what the urllib-call (notice the read() at the end of that<br>
line) does, it opens the url and reads the whole file. And I suspect<br>that this is the part that got moved into a separate thread. Now maybe<br>I've just seen far worse code, but a short QThread::run() that iterates<br>
over urls, downloads them and then emits a signal for each with whatever<br>content is needed doesn't look ugly to me.<br><br>Andreas<br><br>--<br>This will be a memorable month -- no matter how hard you try to forget it.<br>
<br><br>------------------------------<br><br>Message: 4<br>Date: Sun, 27 Jan 2008 23:41:03 +0100<br>From: Hans-Peter Jansen <<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>><br>Subject: Re: [PyQt] How to write a GUI interface for a set of Python<br>
programs?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:200801272341.04223.hpj@urpla.net">200801272341.04223.hpj@urpla.net</a>><br>Content-Type: text/plain; charset="utf-8"<br>
<br>Am Sonntag, 27. Januar 2008 schrieb Algis Kabaila:<br>> On Mon, 28 Jan 2008 07:11:21I another thread Hans-Peter Jansen wrote:<br>> > Am Sonntag, 27. Januar 2008 schrieb Ryen Lee:<br>> > > > > Hi everybody! I am a newbie for PyQT.Now I am write a simple<br>
> > > > > programm<br>><br>> [...]<br>> The above sentence from another thread describes well my current status.<br>><br>> In the last few years I wrote a series of programs in Python for<br>
> Structural Analysis for Engineering structures. IMHO, Python is a great<br>> teaching language that enables one to expose the basic principles of<br>> programming without having to go into extraneous details.<br>
><br>> Currently those programs lack GUI. I would like to write GUI with a<br>> minimum need to substantially change my extant Python programs and a<br>> minimum "immersion" into yet another computer language (I am 83 and have<br>
> learned many languages - computer since the valve computer days as well<br>> as human - in my long and varied life).<br>><br>> PyQt interface looks pretty, it is an integral part of KDE, so it seems<br>> like the right candidate for my objectives.<br>
<br>Congrats for the tasteful choice and welcome to the club.<br><br>> Is it possible to create a GUI with QtDesigner and "assemble" it into<br>> PyQt from the *.ui files and then outside of the QtDesigner call extant<br>
> Python programs? Or is that an impossible dream?<br><br>Sure you can.<br><br>> If that is possible, how can I achieve that aim with the latest (?)<br>> QtDesigner version 3.3.8?<br><br>The easiest way is to use eric. But there are a lot of successful generic<br>
approaches. E.g. for historical reasons, I'm using a classical Makefile<br>approach for quick deployment.<br><br>Start reading <a href="http://www.diotavelli.net/PyQtWiki" target="_blank">http://www.diotavelli.net/PyQtWiki</a>, and come back, if you're<br>
stuck in the details.<br><br>> Your suggestions on this topic will be gratefully received.<br>><br>> Yours sincerely,<br>><br>> OldAl<br>> from Canberra, the capital of Down Under.<br><br>Bye,<br>Pete<br>
<br><br>------------------------------<br><br>Message: 5<br>Date: Sun, 27 Jan 2008 23:55:26 +0100<br>From: Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>><br>Subject: Re: [PyQt] How to write a GUI interface for a set of Python<br>
programs?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:20080127225526.GD8622@morpheus.apaku.dnsalias.org">20080127225526.GD8622@morpheus.apaku.dnsalias.org</a>><br>
Content-Type: text/plain; charset=us-ascii<br><br>On 28.01.08 09:21:20, Algis Kabaila wrote:<br>> On Mon, 28 Jan 2008 07:11:21I another thread Hans-Peter Jansen wrote:<br>> > Am Sonntag, 27. Januar 2008 schrieb Ryen Lee:<br>
> > > > > Hi everybody! I am a newbie for PyQT.Now I am write a simple programm<br>> > > > ><br>> [...]<br>> The above sentence from another thread describes well my current status.<br>
><br>> In the last few years I wrote a series of programs in Python for Structural<br>> Analysis for Engineering structures. IMHO, Python is a great teaching<br>> language that enables one to expose the basic principles of programming<br>
> without having to go into extraneous details.<br>><br>> Currently those programs lack GUI. I would like to write GUI with a minimum<br>> need to substantially change my extant Python programs and a<br>> minimum "immersion" into yet another computer language (I am 83 and have<br>
> learned many languages - computer since the valve computer days as well as<br>> human - in my long and varied life).<br>><br>> PyQt interface looks pretty, it is an integral part of KDE, so it seems like<br>
> the right candidate for my objectives.<br>><br>> Is it possible to create a GUI with QtDesigner and "assemble" it into PyQt<br>> from the *.ui files and then outside of the QtDesigner call extant Python<br>
> programs? Or is that an impossible dream?<br><br>Thats quite easy using a python-written class that uses the .ui file to<br>setup the GUI.<br><br>> If that is possible, how can I achieve that aim with the latest (?) QtDesigner<br>
> version 3.3.8?<br><br>I suggest to look into PyQt4 instead, Qt 3.3 is not maintained anymore<br>by TT (maybe for important security fixes) and thus doesn't get updates<br>anymore. PyQt4/Qt4 is the current state of the art and it still ships<br>
with designer, though the actual use of the .ui files has changed a bit.<br><br>Andreas<br><br>--<br>Better hope the life-inspector doesn't come around while you have your<br>life in such a mess.<br><br><br>------------------------------<br>
<br>Message: 6<br>Date: Mon, 28 Jan 2008 14:55:45 +1100<br>From: Algis Kabaila <<a href="mailto:akabaila@pcug.org.au">akabaila@pcug.org.au</a>><br>Subject: Re: [PyQt] How to write a GUI interface for a set of Python<br>
programs?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Cc: Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>><br>Message-ID: <<a href="mailto:200801281455.45268.akabaila@pcug.org.au">200801281455.45268.akabaila@pcug.org.au</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br><br>Andreas,<br><br>Many thanks for your prompt answer. I use openSUSE 10.3 and thought I already<br>had Qt4 installed. Looking at the Yast package list, it would seem that this<br>
is so. I do not remember how I installed the QtDesigner - I don't think that<br>it came in a suse rpm package, as yast does not show it.<br><br>I was wondering at the version number of my QtDesigner (3.3.8). Can I assume<br>
that it should be 4.4.x if Qt4 is used?<br><br>I confess to have been wondering at the strange numbering of QtDesigner, but<br>concluded, evidently quite wrongly - and stupidly - that it must be separate<br>numbers from the Qt version.<br>
<br>Ah well, write it down to old age...<br><br>Thanks again,<br><br>Al.<br><br>On Mon, 28 Jan 2008 09:55:26 Andreas Pakulat wrote:<br>> On 28.01.08 09:21:20, Algis Kabaila wrote:<br>> > On Mon, 28 Jan 2008 07:11:21I another thread Hans-Peter Jansen wrote:<br>
> > > Am Sonntag, 27. Januar 2008 schrieb Ryen Lee:<br>> > > > > > Hi everybody! I am a newbie for PyQT.Now I am write a simple<br>> > > > > > programm<br>> ><br>> > [...]<br>
> > The above sentence from another thread describes well my current status.<br>> ><br>> > In the last few years I wrote a series of programs in Python for<br>> > Structural Analysis for Engineering structures. IMHO, Python is a great<br>
> > teaching language that enables one to expose the basic principles of<br>> > programming without having to go into extraneous details.<br>> ><br>> > Currently those programs lack GUI. I would like to write GUI with a<br>
> > minimum need to substantially change my extant Python programs and a<br>> > minimum "immersion" into yet another computer language (I am 83 and have<br>> > learned many languages - computer since the valve computer days as well<br>
> > as human - in my long and varied life).<br>> ><br>> > PyQt interface looks pretty, it is an integral part of KDE, so it seems<br>> > like the right candidate for my objectives.<br>> ><br>
> > Is it possible to create a GUI with QtDesigner and "assemble" it into<br>> > PyQt from the *.ui files and then outside of the QtDesigner call extant<br>> > Python programs? Or is that an impossible dream?<br>
><br>> Thats quite easy using a python-written class that uses the .ui file to<br>> setup the GUI.<br>><br>> > If that is possible, how can I achieve that aim with the latest (?)<br>> > QtDesigner version 3.3.8?<br>
><br>> I suggest to look into PyQt4 instead, Qt 3.3 is not maintained anymore<br>> by TT (maybe for important security fixes) and thus doesn't get updates<br>> anymore. PyQt4/Qt4 is the current state of the art and it still ships<br>
> with designer, though the actual use of the .ui files has changed a bit.<br>><br>> Andreas<br><br><br><br>--<br>Algis Kabaila (Dr)<br><a href="http://akabaila.pcug.org.au/StructuralAnalysis/" target="_blank">http://akabaila.pcug.org.au/StructuralAnalysis/</a><br>
<br><br>------------------------------<br><br>Message: 7<br>Date: Mon, 28 Jan 2008 14:59:42 +1030<br>From: "Daniel O'Connor" <<a href="mailto:darius@dons.net.au">darius@dons.net.au</a>><br>Subject: [PyQt] Qt designer & KDE<br>
To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:200801281459.49446.darius@dons.net.au">200801281459.49446.darius@dons.net.au</a>><br>Content-Type: text/plain; charset="us-ascii"<br>
<br>Hi,<br>This might be OT but any answers would be greatly appreciated..<br><br>What is the canonical way to build a KDE application using a GUI<br>designer? I've tried both Qt designer and kdevdesigner but they both<br>
generate QMainWindow classes and I can't see how to change this (baring<br>editing the code pyuic generates which seems like a kludge)<br><br>Thanks.<br><br>--<br>Daniel O'Connor software and network engineer<br>for Genesis Software - <a href="http://www.gsoft.com.au" target="_blank">http://www.gsoft.com.au</a><br>
"The nice thing about standards is that there<br>are so many of them to choose from."<br> -- Andrew Tanenbaum<br>GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C<br>-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>Name: not available<br>Type: application/pgp-signature<br>Size: 187 bytes<br>Desc: This is a digitally signed message part.<br>Url : <a href="http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080128/cbf685f2/attachment-0001.bin" target="_blank">http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080128/cbf685f2/attachment-0001.bin</a><br>
<br>------------------------------<br><br>Message: 8<br>Date: Mon, 28 Jan 2008 07:38:13 +0100<br>From: Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>><br>Subject: Re: [PyQt] How to write a GUI interface for a set of Python<br>
programs?<br>To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:20080128063813.GA22280@morpheus.apaku.dnsalias.org">20080128063813.GA22280@morpheus.apaku.dnsalias.org</a>><br>
Content-Type: text/plain; charset=us-ascii<br><br>On 28.01.08 14:55:45, Algis Kabaila wrote:<br>> Andreas,<br>><br>> Many thanks for your prompt answer. I use openSUSE 10.3 and thought I already<br>> had Qt4 installed. Looking at the Yast package list, it would seem that this<br>
> is so. I do not remember how I installed the QtDesigner - I don't think that<br>> it came in a suse rpm package, as yast does not show it.<br>><br>> I was wondering at the version number of my QtDesigner (3.3.8). Can I assume<br>
> that it should be 4.4.x if Qt4 is used?<br><br>It should probably be 4.3.x currently (4.4 has not yet seen a Beta<br>release). I don't know how SuSE packages Qt, but usually the various<br>bits are split across multiple packages, i.e. one for the libraries, one<br>
for the header files and another one for developer apps like designer.<br>In Debian there's even a separate package for each designer version<br>(qt3-designer vs. qt4-designer).<br><br>A search in Yast should help finding it, in any way I'm pretty sure SuSE<br>
does ship the Qt4 version of designer, its part of the Qt4 sources which<br>they use to build the packages.<br><br>> I confess to have been wondering at the strange numbering of QtDesigner, but<br>> concluded, evidently quite wrongly - and stupidly - that it must be separate<br>
> numbers from the Qt version.<br><br>No, designer uses teh same versioning numbers as Qt itself, only the<br>qmake buildtool has its own version numbers.<br><br>Andreas<br><br>--<br>You have a strong appeal for members of your own sex.<br>
<br><br>------------------------------<br><br>Message: 9<br>Date: Mon, 28 Jan 2008 07:40:29 +0100<br>From: Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>><br>Subject: Re: [PyQt] Qt designer & KDE<br>
To: <a href="mailto:pyqt@riverbankcomputing.com">pyqt@riverbankcomputing.com</a><br>Message-ID: <<a href="mailto:20080128064029.GB22280@morpheus.apaku.dnsalias.org">20080128064029.GB22280@morpheus.apaku.dnsalias.org</a>><br>
Content-Type: text/plain; charset=us-ascii<br><br>On 28.01.08 14:59:42, Daniel O'Connor wrote:<br>> This might be OT but any answers would be greatly appreciated..<br>><br>> What is the canonical way to build a KDE application using a GUI<br>
> designer? I've tried both Qt designer and kdevdesigner but they both<br>> generate QMainWindow classes and I can't see how to change this (baring<br>> editing the code pyuic generates which seems like a kludge)<br>
<br>Use Qt4/KDE4 or rewrite the .ui file with an editor. In Qt4/KDE4 you can<br>apply the .ui file to a KMainWindow instead of a QMainWindow.<br><br>I don't know how good that works currently, but I did have a KMainWindow<br>
template created from an empty QMainWindow template. Just put it under<br>$HOME/.designer/templates and it will show up.<br><br>Andreas<br><br>--<br>You will be recognized and honored as a community leader.<br><br><br>------------------------------<br>
<br>_______________________________________________<br>PyQt mailing list<br><a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
<br>End of PyQt Digest, Vol 42, Issue 50<br>************************************<br></blockquote></div><br><br clear="all"><br>-- <br>"Linux: Because rebooting is for adding new hardware"<br><br>Linux User #399138<br>
My P2P Client - <a href="http://www.frostwire.com">http://www.frostwire.com</a><br>My Infinite Storage Page - <a href="http://www.mybloop.com">http://www.mybloop.com</a><br>My Podcast - <a href="http://www.wedoit4you.com">http://www.wedoit4you.com</a><br>
My Blog - <a href="http://www.gubatron.com/blog">http://www.gubatron.com/blog</a><br>My Twitter - <a href="http://www.twitter.com/gubatron">http://www.twitter.com/gubatron</a><br>My Skype - gubatron