<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I tried to run thuban on my windows xp and it doesn't work.<br>
<br>
I used win32 install and thuban was install on c:\programe
files\thuban rep and my python was on c :\python24 rep.<br>
<br>
I installed all requiered lib<br>
<br>
if i tried to run thuban using begin/thuban/start thuban, he said :
pythonw.exe dont find, this application can't start to due not found
python23.dll. resinstall application can solve problem.<br>
<br>
Then i run the idle python module and i load thuban.pyw file on <br>
<br>
<font color="#339999">#!c:\python24\python.exe <font color="#ff0000">(
i change this to indicate my python folder )</font><br>
<br>
# Copyright (c) 2001 by Intevation GmbH<br>
# Authors:<br>
# Bernhard Herzog <a class="moz-txt-link-rfc2396E"
href="mailto:bh@intevation.de"><bh@intevation.de></a><br>
#<br>
# This program is free software under the GPL (>=v2)<br>
# Read the file COPYING coming with Thuban for details.<br>
<br>
import sys, os<br>
import Thuban<br>
<br>
# Put the Lib dir into the path. The Lib dir contains some extra non<br>
# really Thuban specific Python modules<br>
thubandir = os.path.join(Thuban.__path__[0], '..')<br>
dir = os.path.join(thubandir, "Lib")<br>
if os.path.isdir(dir):<br>
sys.path.insert(0, dir)<br>
<br>
import Thuban.UI.main<br>
<br>
# Start Thuban<br>
Thuban.UI.main.main()</font><br>
<br>
<br>
WHen i run, i ve got this message :<br>
<br>
<font color="#339999">Traceback (most recent call last):<br>
File "C:\Program Files\Thuban\thuban.pyw", line 20, in -toplevel-<br>
import Thuban.UI.main<br>
File "C:\Program Files\Thuban\Thuban\UI\main.py", line 18, in
-toplevel-<br>
from application import ThubanApplication<br>
File "C:\Program Files\Thuban\Thuban\UI\application.py", line 26, in
-toplevel-<br>
from Thuban.Model.session import create_empty_session<br>
File "C:\Program Files\Thuban\Thuban\Model\session.py", line 25, in
-toplevel-<br>
from data import ShapefileStore<br>
File "C:\Program Files\Thuban\Thuban\Model\data.py", line 20, in
-toplevel-<br>
import shapelib<br>
File "C:\Program Files\Thuban\Thuban\..\Lib\shapelib.py", line 2, in
-toplevel-<br>
import shapelibc<br>
ImportError: DLL load failed: Le module spécifié est introuvable.<br>
<br>
<font color="#000000">What can i do to run this program i want try, thx<br>
<br>
lo</font></font>
</body>
</html>