From brian.pribis at gmail.com Wed Apr 11 01:18:22 2007 From: brian.pribis at gmail.com (Brian Pribis) Date: Tue, 10 Apr 2007 19:18:22 -0400 Subject: [Thuban-list] Installing 1.2 on windows Message-ID: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> Hello everyone, I am trying to install thuban 1.2.0_1 one windows XP pro using the windows installer. I installed: python 2.4 from ActiveState wxPython 2.8 pysqlite 2.3.3 I made sure my PATH was correct. When I try to start Thuban I get this message: ..\..\src\common\stdpbase.cpp(51): assert "traits" failed in wxStandardPathsBase::Get(): create wxApp before calling this. I hit Cancel to skip the error messages and get: This application has failed to start because wxmsw26uh_vc.dll was not found. This would be true since I can only get wxPython 2.8. The notes said that Thuban should be upward compatible with Python and wxPython. Am I right in thinking I am going to have to recompile Thuban to fix this? If so, any hints on doing this on windows would be great (I have VS 2003). Thanks, Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.intevation.de/pipermail/thuban-list/attachments/20070410/88eb0b4c/attachment.html From dpinte at itae.be Wed Apr 11 09:02:02 2007 From: dpinte at itae.be (Didrik Pinte) Date: Wed, 11 Apr 2007 09:02:02 +0200 Subject: [Thuban-list] Installing 1.2 on windows In-Reply-To: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> References: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> Message-ID: <1176274922.15715.12.camel@geru-itae> Le mardi 10 avril 2007 ? 19:18 -0400, Brian Pribis a ?crit : > Hello everyone, > > I am trying to install thuban 1.2.0_1 one windows XP pro using the > windows installer. > > I installed: > python 2.4 from ActiveState > > wxPython 2.8 > pysqlite 2.3.3 > > > I made sure my PATH was correct. > > When I try to start Thuban I get this message: > ..\..\src\common\stdpbase.cpp(51): assert "traits" failed in > wxStandardPathsBase::Get(): create wxApp before calling this. > > I hit Cancel to skip the error messages and get: > This application has failed to start because wxmsw26uh_vc.dll was not > found. > > This would be true since I can only get wxPython 2.8. > The notes said that Thuban should be upward compatible with Python and > wxPython. > > Am I right in thinking I am going to have to recompile Thuban to fix > this? > > If so, any hints on doing this on windows would be great (I have VS > 2003). > > Thanks, > Brian > _____________ Hi Brian, The windows installer delivers the internal Thuban libraries and some external ones but they are built with specific versions of the linked libraries. The 1.2.0 version of the windows installer has been built with wx 2.6, that's why the wxproj lib used by thuban does not seem to be happy with you 2.8 wx version. This is really annoying because the Thuban installer in fact needs lots of preinstallation in order to work fine. I'm working on a full version with all the needed stuff in it, so that you will be able to install Thuban without any preexisting Python installation. To build thuban from scratch, you will need proj 4.5 and gdal 1.4 (optionnal) and if using wx 2.8 you will have to update setup.py in order to link with the correct header files. I can give you more help if needed. Didrik -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?= Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070411/2bcd2eb9/attachment.bin From bernhard at intevation.de Wed Apr 11 11:11:28 2007 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 11 Apr 2007 11:11:28 +0200 Subject: [Thuban-list] Installing 1.2 on windows In-Reply-To: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> References: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> Message-ID: <200704111111.32144.bernhard@intevation.de> Brian, On Wednesday 11 April 2007 01:18, Brian Pribis wrote: > This application has failed to start because wxmsw26uh_vc.dll was not > found. > > This would be true since I can only get wxPython 2.8. you can also get other versions for wxPython, they might be a bit more involved to find. > The notes said that Thuban should be upward compatible with Python and > wxPython. > > Am I right in thinking I am going to have to recompile Thuban to fix this? > > If so, any hints on doing this on windows would be great (I have VS 2003). from my hints I have used: Thuban-1.2.0_1.exe python-2.4.4.msi Thuban-data-1.0.0.zip (optional) wxPython2.6-win32-unicode-2.6.3.3-py24.exe Go from http://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559 pysqlite-2.3.3.win32-py2.4.exe note that using a language setting where the decimalpoint != '.' like German you will run into a python problem. Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070411/e7bcc72b/attachment.bin From brian.pribis at gmail.com Fri Apr 13 01:35:35 2007 From: brian.pribis at gmail.com (Brian Pribis) Date: Thu, 12 Apr 2007 19:35:35 -0400 Subject: [Thuban-list] Installing 1.2 on windows In-Reply-To: <200704111111.32144.bernhard@intevation.de> References: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> <200704111111.32144.bernhard@intevation.de> Message-ID: <68ea299e0704121635l59ea259fq289066bb0868af16@mail.gmail.com> Thanks Bernhard, that did the trick. I guess I should have looked harder :) Everything is working fine now. b-- On 4/11/07, Bernhard Reiter wrote: > > Brian, > > On Wednesday 11 April 2007 01:18, Brian Pribis wrote: > > This application has failed to start because wxmsw26uh_vc.dll was not > > found. > > > > This would be true since I can only get wxPython 2.8. > > you can also get other versions for wxPython, > they might be a bit more involved to find. > > > > The notes said that Thuban should be upward compatible with Python and > > wxPython. > > > > Am I right in thinking I am going to have to recompile Thuban to fix > this? > > > > If so, any hints on doing this on windows would be great (I have VS > 2003). > > from my hints I have used: > Thuban-1.2.0_1.exe > python-2.4.4.msi > Thuban-data-1.0.0.zip (optional) > wxPython2.6-win32-unicode-2.6.3.3-py24.exe > Go from > > http://sourceforge.net/project/showfiles.php?group_id=10718&package_id=10559 > > pysqlite-2.3.3.win32-py2.4.exe > > note that using a language setting where the decimalpoint != '.' like > German > you will run into a python problem. > > Bernhard > > > -- > Managing Director - Owner: www.intevation.net (Free Software > Company) > Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. > Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 > Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner > > _______________________________________________ > Thuban-list mailing list > Thuban-list at intevation.de > https://intevation.de/mailman/listinfo/thuban-list > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.intevation.de/pipermail/thuban-list/attachments/20070412/e7ea1cc7/attachment.html From bernhard at intevation.de Fri Apr 13 10:07:24 2007 From: bernhard at intevation.de (Bernhard Reiter) Date: Fri, 13 Apr 2007 10:07:24 +0200 Subject: [Thuban-list] Installing 1.2 on windows In-Reply-To: <68ea299e0704121635l59ea259fq289066bb0868af16@mail.gmail.com> References: <68ea299e0704101618i665e347fje454131de3781f26@mail.gmail.com> <200704111111.32144.bernhard@intevation.de> <68ea299e0704121635l59ea259fq289066bb0868af16@mail.gmail.com> Message-ID: <200704131007.29214.bernhard@intevation.de> On Friday 13 April 2007 01:35, Brian Pribis wrote: > Thanks Bernhard, that did the trick. ? > I guess I should have looked harder > :) ? Everything is working fine now. Cool! If you happen to have nice data, we would like some cool screenshots. ;) Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070413/5cb2f678/attachment.bin From samuelmesa at gmail.com Tue Apr 24 17:32:50 2007 From: samuelmesa at gmail.com (Samuel Mesa) Date: Tue, 24 Apr 2007 10:32:50 -0500 Subject: [Thuban-list] Problem with Thuban in Ubuntu Message-ID: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> Greetings from Colombia. I am using Thuban v1.2.0 but I have the following problems 1. When modifying the properties of a layer and when opening the projection window Error: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) Thank you very much -- |\__ (:> __)( |/ Soluciones Geoinform?ticas Libres http://geotux.tuxfamily.org/ From dpinte at itae.be Tue Apr 24 17:56:43 2007 From: dpinte at itae.be (Didrik Pinte) Date: Tue, 24 Apr 2007 17:56:43 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> Message-ID: <1177430203.8126.7.camel@ddp.simpson> On Tue, 2007-04-24 at 10:32 -0500, Samuel Mesa wrote: > Greetings from Colombia. I am using Thuban v1.2.0 but I have the > following problems > > 1. When modifying the properties of a layer and when opening the > projection window > > Error: > > 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) > > Thank you very much Hi Samuel, This is a problem related to the default encoding of Ubuntu and the encoding support in Thuban. It seems they are remaining encoding bugs in the Thuban code. Can you be a bit more precise on the error message. Generally Thuban displays a nice box with lots of information on the error that was generated. We will try to fix this as soon as we have your entire error message. Didrik -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070424/fababafc/attachment.bin From samuelmesa at gmail.com Tue Apr 24 19:14:50 2007 From: samuelmesa at gmail.com (Samuel Mesa) Date: Tue, 24 Apr 2007 12:14:50 -0500 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> Message-ID: <4feb8d340704241014g7fbe5298q84c86fa59ffed71c@mail.gmail.com> Hi Didrik, the bug reported in Thuban is the following one: For the projection of layers *********************** Se activ? una excepci?n no manejada: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) (por favior informe del error utilizando http://thuban.intevation.org/bugtracker.html) Traceback (most recent call last): File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 297, in invoke_command command.Execute(self.Context()) File "/usr/lib/thuban/Thuban/UI/command.py", line 121, in Execute apply(self.function, (context,) + self.args + args, kw) File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 1071, in call_method apply(getattr(context.mainwindow, methodname), args) File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 779, in LayerProjection _("Layer Projection: %s") % layer.Title(), layer) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) **************** For the classification of the simbology *************** Se activ? una excepci?n no manejada: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) (por favior informe del error utilizando http://thuban.intevation.org/bugtracker.html) Traceback (most recent call last): File "/usr/lib/thuban/Thuban/UI/classgen.py", line 221, in OnOK if genSel in (GENCOMBOSTR_UNIFORM, \ UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) **************** It is wonderful that with Python this tool GIS is being developed > Hi Samuel, > > This is a problem related to the default encoding of Ubuntu and the > encoding support in Thuban. > > It seems they are remaining encoding bugs in the Thuban code. > > Can you be a bit more precise on the error message. Generally Thuban > displays a nice box with lots of information on the error that was > generated. > > We will try to fix this as soon as we have your entire error message. > > > Didrik -- |\__ (:> __)( |/ Soluciones Geoinform?ticas Libres http://geotux.tuxfamily.org/ From bernhard at intevation.de Tue Apr 24 20:11:01 2007 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 24 Apr 2007 20:11:01 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <4feb8d340704241014g7fbe5298q84c86fa59ffed71c@mail.gmail.com> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> <4feb8d340704241014g7fbe5298q84c86fa59ffed71c@mail.gmail.com> Message-ID: <200704242011.06837.bernhard@intevation.de> Hi Samuel, On Tuesday 24 April 2007 19:14, Samuel Mesa wrote: > the bug reported in Thuban is the following one: > > For the projection of layers > > *********************** > Se activ? una excepci?n no manejada: > 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in > range(128) (por favior informe del error utilizando > http://thuban.intevation.org/bugtracker.html) > > Traceback (most recent call last): > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 297, in > invoke_command command.Execute(self.Context()) > File "/usr/lib/thuban/Thuban/UI/command.py", line 121, in Execute > apply(self.function, (context,) + self.args + args, kw) > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 1071, in call_method > apply(getattr(context.mainwindow, methodname), args) > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 779, in > LayerProjection _("Layer Projection: %s") % layer.Title(), layer) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 8: ordinal not in range(128) This seems to have to do with the title of your layer. What kind of title does it have? Could you provide an example Thuban session file with this layer for reproduction? (Best is to add both to the issue tracker on http://wald.intevation.org/projects/thuban/ Can you also add the contents of the about dialog and which locale you are running? On a command line try: locales > **************** > > > For the classification of the simbology > > > *************** > Se activ? una excepci?n no manejada: > 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in > range(128) (por favior informe del error utilizando > http://thuban.intevation.org/bugtracker.html) > > Traceback (most recent call last): > File "/usr/lib/thuban/Thuban/UI/classgen.py", line 221, in OnOK > if genSel in (GENCOMBOSTR_UNIFORM, \ > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 10: ordinal not in range(128) > **************** genSel is the result of self.genChoice.GetString(index) hmm, given that you will probably use the Spanish translation this would be msgstr "Distribuci??n Uniforme" of course this cannot be decoded to ascii. Ah, I can reproduce this one with the German localisation. > It is wonderful that with Python this tool GIS is being developed Thanks for your feedback and the problem report! Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070424/1fcd6b46/attachment.bin From bernhard at intevation.de Wed Apr 25 02:37:15 2007 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 25 Apr 2007 02:37:15 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> Message-ID: <200704250237.17011.bernhard@intevation.de> Hi Samuel, On Tuesday 24 April 2007 17:32, Samuel Mesa wrote: > I am using Thuban v1.2.0 but I have the following problems > > 1. When modifying the properties of a layer and when opening the > projection window > > Error: > > 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in > range(128) thanks for the reports. The problems are fixed in SVN and will be released with the next version. You can try the attached patch, it should apply nicely even on installed files. BTW: Is there an Ubuntu package for Thuban 1.2.0 or did you build it yourself? Best, Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: thuban-r2758-2762.diff Type: text/x-diff Size: 8544 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070425/c8f2cddd/thuban-r2758-2762.diff -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070425/c8f2cddd/attachment.bin From dpinte at itae.be Wed Apr 25 08:59:19 2007 From: dpinte at itae.be (Didrik Pinte) Date: Wed, 25 Apr 2007 08:59:19 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <4feb8d340704240913r3441c698ha091a617e2f9ce97@mail.gmail.com> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> <1177430203.8126.7.camel@ddp.simpson> <4feb8d340704240913r3441c698ha091a617e2f9ce97@mail.gmail.com> Message-ID: <1177484359.13901.3.camel@ddp.simpson> On Tue, 2007-04-24 at 11:13 -0500, Samuel Mesa wrote: > Hi Didrik, the bug reported in Thuban is the following one: > > For the projection of layers > > *********************** > Se activ? una excepci?n no manejada: > 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128) > (por favior informe del error utilizando > http://thuban.intevation.org/bugtracker.html) > > Traceback (most recent call last): > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 297, in invoke_command > command.Execute(self.Context()) > File "/usr/lib/thuban/Thuban/UI/command.py", line 121, in Execute > apply(self.function, (context,) + self.args + args, kw) > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 1071, in call_method > apply(getattr(context.mainwindow, methodname), args) > File "/usr/lib/thuban/Thuban/UI/mainwindow.py", line 779, in LayerProjection > _("Layer Projection: %s") % layer.Title(), layer) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 8: ordinal not in range(128) > **************** Great, this sounds clear. > For the classification of the simbology > > > *************** > Se activ? una excepci?n no manejada: > 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) > (por favior informe del error utilizando > http://thuban.intevation.org/bugtracker.html) > > Traceback (most recent call last): > File "/usr/lib/thuban/Thuban/UI/classgen.py", line 221, in OnOK > if genSel in (GENCOMBOSTR_UNIFORM, \ > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position > 10: ordinal not in range(128) > **************** I will investigate on this too. I have enough information to correct the problem. Didrik Ps : don't forget to send the mail to the thuban-list -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070425/de668fd5/attachment.bin From dpinte at itae.be Wed Apr 25 09:02:11 2007 From: dpinte at itae.be (Didrik Pinte) Date: Wed, 25 Apr 2007 09:02:11 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <200704242011.06837.bernhard@intevation.de> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> <4feb8d340704241014g7fbe5298q84c86fa59ffed71c@mail.gmail.com> <200704242011.06837.bernhard@intevation.de> Message-ID: <1177484531.13901.6.camel@ddp.simpson> Bernard, Sorry for the noise, I did not see your mails before answering ;-) This is all related to utf-8 encoding. Do we open a little bug in the tracker ? Or add it to bug [#118] ( http://wald.intevation.org/tracker/index.php?func=detail&aid=118&group_id=6&atid=105) Didrik -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070425/b7c1de40/attachment.bin From bernhard at intevation.de Wed Apr 25 10:49:41 2007 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 25 Apr 2007 10:49:41 +0200 Subject: [Thuban-list] Problem with Thuban in Ubuntu In-Reply-To: <1177484531.13901.6.camel@ddp.simpson> References: <4feb8d340704240832m66eb73b4h9fc3def92b130346@mail.gmail.com> <200704242011.06837.bernhard@intevation.de> <1177484531.13901.6.camel@ddp.simpson> Message-ID: <200704251049.42360.bernhard@intevation.de> Didrik, On Wednesday 25 April 2007 09:02, Didrik Pinte wrote: > This is all related to utf-8 encoding. > > Do we open a little bug in the tracker ? Or add it to bug [#118] ( > http://wald.intevation.org/tracker/index.php?func=detail&aid=118&group_id=6 >&atid=105) the problem is different from [#118] as there we are dealing with an input towards Thuban that we cannot reliably know the encoding of. I have thought about and written an Thuban Enhancement Proposal and send to thuban-devel at . I think this should be discussed next. Best, Bernhard -- Managing Director - Owner: www.intevation.net (Free Software Company) Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. Intevation GmbH, Osnabr?ck, DE; Amtsgericht Osnabr?ck, HRB 18998 Gesch?ftsf?hrer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20070425/bddc2aab/attachment.bin