Hi Alexei,
I tried to answer yesterday but I can't see my post today, I write it again.
As you wrote, I checked and "gdal15.dll" was in the right position, I added 
the Env Var in my PATH but nothing doing! I always have the same error:
"....  
File 
"C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\contrib\gis\geos\co
ordseq.py", line 9, in <module>
    from django.contrib.gis.geos.libgeos import CS_PTR
  File 
"C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\contrib\gis\geos\li
bgeos.py", line 58, in <module>
    lgeos = CDLL(lib_path)
  File "C:\Python27\Lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] Impossibile trovare il modulo specificato
Premere un tasto per continuare . . ."

I opened the __init__.py file to try to understand what the code is doing, 
or better what the class CDLL is doing:
"....
  if handle is None:
            self._handle = _dlopen(self._name, mode)
        else:
            self._handle = handle
..."

I don't know python but more or less, if I well understand, the class 
"creates" an object in order to handle dll's properties and functions; how 
can I know which dll is needed during that "Arches running server" step?
Thank you for your help, I think tomorrow I will try Virtual Box! :-)
Best,
Ascanio

Il giorno domenica 9 febbraio 2014 13:42:09 UTC+1, Ascanio D'Andrea ha 
scritto:
>
> Dear all,
> I'm trying to in install Arches on WinServer 2000, I had some problems 
> during very last steps, here is my command window log:
> C:\ArchesWEB\build>build_core_arches.bat
>
> C:\ArchesWEB\build>cd C:\ArchesWEB\build\..
>
> C:\ArchesWEB>call "virtualenv/ENV/Scripts/activate.bat"
> Traceback (most recent call last):
>   File "manage.py", line 32, in <module>
>     execute_manager(settings)
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\core\management\__i
> nit__.py", line 438, in execute_manager
>     utility.execute()
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\core\management\__i
> nit__.py", line 379, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\core\management\__i
> nit__.py", line 261, in fetch_command
>     klass = load_command_class(app_name, subcommand)
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\core\management\__i
> nit__.py", line 67, in load_command_class
>     module = import_module('%s.management.commands.%s' % (app_name, name))
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\utils\importlib.py"
> , line 35, in import_module
>     __import__(name)
>   File "C:\ArchesWEB\build\management\commands\build.py", line 25, in 
> <module>
>     from django.db import connection, transaction
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\db\__init__.py", li
> ne 78, in <module>
>     connection = connections[DEFAULT_DB_ALIAS]
>   File "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\db\utils.py", 
> line
> 93, in __getitem__
>     backend = load_backend(db['ENGINE'])
>   File "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\db\utils.py", 
> line
> 33, in load_backend
>     return import_module('.base', backend_name)
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\utils\importlib.py"
> , line 35, in import_module
>     __import__(name)
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\contrib\gis\db\back
> ends\postgis\base.py", line 5, in <module>
>     from django.contrib.gis.db.backends.postgis.operations import 
> PostGISOperati
> ons
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\contrib\gis\db\back
> ends\postgis\operations.py", line 8, in <module>
>     from django.contrib.gis.geometry.backend import Geometry
>   File 
> "C:\ArchesWEB\virtualenv\ENV\lib\site-packages\django\contrib\gis\geometr
> y\backend\__init__.py", line 14, in <module>
>     '"%s".' % geom_backend)
> django.core.exceptions.ImproperlyConfigured: Could not import user-defined 
> GEOME
> TRY_BACKEND "geos".
> ""db\Deployment Scripts\Restore.bat"" non รจ riconosciuto come comando 
> interno o
> esterno,
>  un programma eseguibile o un file batch.
> Premere un tasto per continuare . . .
>
> I can't find the file Restore.bat in my Arches zip file I dowloaded from 
> bitbucket.org, what I'm missing?
> Thank you for your help.
> Ascanio
>
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to