From jan at intevation.de Wed Apr 3 06:59:56 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Wed, 3 Apr 2002 06:59:56 +0200 Subject: [Thuban-list] Welcome to Thuban Mailing List Message-ID: <20020403045956.GB357@intevation.de> Hi, this is the welcome message for the new mailing list on thuban (thuban.intevation.org). Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From dtrillo at dap.es Fri Apr 12 12:20:46 2002 From: dtrillo at dap.es (David Trillo Montero) Date: Fri, 12 Apr 2002 12:20:46 +0200 Subject: [Thuban-list] Install Thurban question Message-ID: I have download Thurban but I cannot see anything. Suddently, I saw I needed wxWindows, and I downloaded as well, but still nothing happens. My question is: What do I need (all extra program, files, whatever...) in order to see Thurban. As you can imagine, i'm a GIS developer and the Thurban project interest me a lot. first, because the script concept (as Avenue for ArcView) offers a wide field to develop tools, involving a litle of code. Also, I have ideas for improveing and, if i can help, developing it and with it. Of course, what i like the best is because is FreeSoftware and everybody should contribute! So, I'll appreciatte any suggestion about installation in order to tell my ideas. Thank you very much: David From bh at intevation.de Fri Apr 12 17:42:37 2002 From: bh at intevation.de (Bernhard Herzog) Date: 12 Apr 2002 17:42:37 +0200 Subject: [Thuban-list] Install Thurban question References: Message-ID: <6qd6x4ncsy.fsf@abnoba.intevation.de> "David Trillo Montero" writes: > I have download Thurban but I cannot see anything. Suddently, I saw I > needed wxWindows, and I downloaded as well, but still nothing happens. By "nothing happens" you mean that you don't even get a window, I guess. > My question is: > > What do I need (all extra program, files, whatever...) in order to see > Thurban. For the Thuban Windows binary you need some additional software, which unfortunately is not yet mentioned on the web-pages. You need Python 1.5.2 and wxPython 2.3.1 for Python 1.5.2. Newer versions of wxPython may also work, but I haven't tested that. For newer Python versions you'd have to recompile some parts of Thuban. URLs: http://prdownloads.sourceforge.net/wxpython/wxPython-2.3.1-Py15.exe http://python.org/ftp/python/win32/py152.exe Bernhard -- Intevation GmbH http://intevation.de/ Sketch http://sketch.sourceforge.net/ MapIt! http://www.mapit.de/ From dtrillo at dap.es Thu Apr 18 13:55:37 2002 From: dtrillo at dap.es (David Trillo Montero) Date: Thu, 18 Apr 2002 13:55:37 +0200 Subject: [Thuban-list] Thuban installation Message-ID: I have another question about Thuban: I have Python 2.2 installed in my computer. For Python I need python 1.5.2. My question is: do i have to load both, or Thuban can be run with Python 2.2? From frank.koormann at intevation.de Thu Apr 18 18:11:57 2002 From: frank.koormann at intevation.de (Frank Koormann) Date: Thu, 18 Apr 2002 18:11:57 +0200 Subject: [Thuban-list] Thuban installation In-Reply-To: References: Message-ID: <20020418161157.GA8248@intevation.de> David, * David Trillo Montero (dtrillo at dap.es) [020418 13:57]: > I have another question about Thuban: > I have Python 2.2 installed in my computer. For Python I need python > 1.5.2. My question is: do i have to load both, or Thuban can be run > with Python 2.2? According to your earlier post I assume that you are using the MS Windows version of Thuban. Thuban should run with python 2.2, although our development is still based on python 2.1.x. But for both versions it would be necessary to get a matching wxPython version (wxPython-2.3.2.1-Py21.exe or wxPython-2.3.2.1-Py22.exe) and to recompile the modules. I am not sure if a parallel installation of python 1.5.2 and 2.2 is possible under Win32, since some registry entries might be shared ... Regrads, Frank -- Frank Koormann Professional Service around Free Software (http://intevation.net/) FreeGIS Project (http://freegis.org/) From jan at intevation.de Fri Apr 19 18:11:18 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Fri, 19 Apr 2002 18:11:18 +0200 Subject: [Thuban-list] bug fixes 1015, 1016 Message-ID: <20020419161118.GA2957@intevation.de> Hi, I just commited fixes to bugs 1015 and 1016 (session handling). It is now possible with all Python versions to store and reload session with projections. Also, the tree view now shows filename and modified flag. Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From jan at intevation.de Sun Apr 21 19:47:41 2002 From: jan at intevation.de (Jan-Oliver Wagner) Date: Sun, 21 Apr 2002 19:47:41 +0200 Subject: [Thuban-list] small new features Message-ID: <20020421174741.GA15488@intevation.de> Hi, I just checked in small features that I was missing very much working with Thuban: - the UTM projection dialog now has a propose button that coarsly computes a zone number which might fit for your current map. - the full extent menu option is now also available in the toolbar. - the session tree now also contains map extent in lat-lon and in the projection (if applicable) Jan -- Jan-Oliver Wagner http://intevation.de/~jan/ Intevation GmbH http://intevation.de/ FreeGIS http://freegis.org/ From bernhard at intevation.de Thu Apr 25 00:01:06 2002 From: bernhard at intevation.de (Bernhard Reiter) Date: Thu, 25 Apr 2002 00:01:06 +0200 Subject: [Thuban-list] UTF-8 display can do kanji Message-ID: <20020424220106.GB9883@intevation.de> http://ftp.intevation.de/users/bernhard/thuban-cvs20020424-japanese-utf8-shot.png If you manage to tell gtk+ to use the right font, and you have the right locale set, Thuban can even display Japanese characters, encoded as unicode in utf-8. See the screenshot. I've used a locale of de_DE.UTF-8 and set the default gtk Font to one containing most unicode characters. (It probably depends on the gtk+ version.) For this I've added the following lines to my ~/.gtkrc: style "default-text" { fontset = "-gnu-unifont-medium-r-normal--16-160-75-75-c-80-iso10646-1" } class "GtkWidget" style "default-text" This is GNU/Linux Debian with Gtk+ 1.2.10. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 248 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20020425/638864e7/attachment.bin From quozl at us.netrek.org Thu Apr 25 14:17:22 2002 From: quozl at us.netrek.org (James Cameron) Date: Thu, 25 Apr 2002 22:17:22 +1000 Subject: [Thuban-list] How to start Thuban? Message-ID: <20020425221722.D2915@us.netrek.org> G'day, I've just downloaded Thuban and built it successfully on Debian GNU/Linux woody. I needed to install the following additional packages before the build worked; libwxgtk2.2-dev libwxbase2.2-dev python-dev libwxgtk2.2-python But I cannot work out how to actually run it. (Reply-To set to me, I've not joined the list yet.) What I did ... python setup.py build python setup.py install_local Then ... quozl:/usr/local/src/Thuban-0.1.1$ find . -name thuban ./extensions/thuban quozl:/usr/local/src/Thuban-0.1.1$ ./extensions/thuban bash: ./extensions/thuban: is a directory quozl:/usr/local/src/Thuban-0.1.1$ find . -name Thuban ./Thuban ./build/lib.linux-i686-2.1/Thuban quozl:/usr/local/src/Thuban-0.1.1$ ./Thuban bash: ./Thuban: is a directory quozl:/usr/local/src/Thuban-0.1.1$ ./build/lib.linux-i686-2.1/Thuban bash: ./build/lib.linux-i686-2.1/Thuban: is a directory quozl:/usr/local/src/Thuban-0.1.1$ python thuban.py Traceback (most recent call last): File "thuban.py", line 20, in ? import Thuban.UI.main File "Thuban/UI/main.py", line 33, in ? from application import ThubanApplication File "Thuban/UI/application.py", line 20, in ? from Thuban.Model.load import load_session File "Thuban/Model/load.py", line 39, in ? import xml.sax ImportError: No module named xml.sax quozl:/usr/local/src/Thuban-0.1.1$ I suggest the README be adjusted. I checked the mailing list archives. -- James Cameron mailto:quozl at us.netrek.org http://quozl.netrek.org/ From bernhard at intevation.de Thu Apr 25 17:29:00 2002 From: bernhard at intevation.de (Bernhard Reiter) Date: Thu, 25 Apr 2002 17:29:00 +0200 Subject: [Thuban-list] How to start Thuban? In-Reply-To: <20020425221722.D2915@us.netrek.org> References: <20020425221722.D2915@us.netrek.org> Message-ID: <20020425152900.GA30248@intevation.de> On Thu, Apr 25, 2002 at 10:17:22PM +1000, James Cameron wrote: > I've just downloaded Thuban and built it successfully on Debian > GNU/Linux woody. I needed to install the following additional packages > before the build worked; > > libwxgtk2.2-dev > libwxbase2.2-dev > python-dev > libwxgtk2.2-python > > But I cannot work out how to actually run it. Starting it like you tried in the next line should work: > quozl:/usr/local/src/Thuban-0.1.1$ python thuban.py > import xml.sax > ImportError: No module named xml.sax You probably need another Debian package: python2.2-xml Debian is separating python packages further. > I suggest the README be adjusted. Yes, good call. Thanks for the feedback. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 248 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-list/attachments/20020425/6e48b71c/attachment.bin