Dear Adam,

It is getting closer and it did solve the password issue.  This time it ran 
into a windows error further down.

(ENV) C:\ArchesProjects\arches>python manage.py runserver

Unhandled exception in thread started by <function wrapper at 
0x0000000003C94048

> 

Traceback (most recent call last):

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\utils\autoreload.py", lin

e 226, in wrapper

    fn(*args, **kwargs)

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\core\management\commands\

runserver.py", line 109, in inner_run

    autoreload.raise_last_exception()

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\utils\autoreload.py", lin

e 249, in raise_last_exception

    six.reraise(*_exception)

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\utils\autoreload.py", lin

e 226, in wrapper

    fn(*args, **kwargs)

  File "C:\ArchesProjects\ENV\lib\site-packages\django\__init__.py", line 
18, in

 setup

    apps.populate(settings.INSTALLED_APPS)

  File "C:\ArchesProjects\ENV\lib\site-packages\django\apps\registry.py", 
line 1

08, in populate

    app_config.import_models(all_models)

  File "C:\ArchesProjects\ENV\lib\site-packages\django\apps\config.py", 
line 202

, in import_models

    self.models_module = import_module(models_module_name)

  File "c:\python27arches\Lib\importlib\__init__.py", line 37, in 
import_module

    __import__(name)

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\auth\models.py",

line 4, in <module>

    from django.contrib.auth.base_user import AbstractBaseUser, 
BaseUserManager

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\auth\base_user.py

", line 49, in <module>

    class AbstractBaseUser(models.Model):

  File "C:\ArchesProjects\ENV\lib\site-packages\django\db\models\base.py", 
line

108, in __new__

    new_class.add_to_class('_meta', Options(meta, app_label))

  File "C:\ArchesProjects\ENV\lib\site-packages\django\db\models\base.py", 
line

299, in add_to_class

    value.contribute_to_class(cls, name)

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\db\models\options.py", li

ne 263, in contribute_to_class

    self.db_table = truncate_name(self.db_table, 
connection.ops.max_name_length(

))

  File "C:\ArchesProjects\ENV\lib\site-packages\django\db\__init__.py", 
line 36,

 in __getattr__

    return getattr(connections[DEFAULT_DB_ALIAS], item)

  File "C:\ArchesProjects\ENV\lib\site-packages\django\db\utils.py", line 
212, i

n __getitem__

    backend = load_backend(db['ENGINE'])

  File "C:\ArchesProjects\ENV\lib\site-packages\django\db\utils.py", line 
116, i

n load_backend

    return import_module('%s.base' % backend_name)

  File "c:\python27arches\Lib\importlib\__init__.py", line 37, in 
import_module

    __import__(name)

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\backends\p

ostgis\base.py", line 5, in <module>

    from .features import DatabaseFeatures

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\backends\p

ostgis\features.py", line 1, in <module>

    from django.contrib.gis.db.backends.base.features import 
BaseSpatialFeatures

 

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\backends\b

ase\features.py", line 4, in <module>

    from django.contrib.gis.db.models import aggregates

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\models\__i

nit__.py", line 2, in <module>

    from django.contrib.gis.db.models.aggregates import *  # NOQA

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\models\agg

regates.py", line 1, in <module>

    from django.contrib.gis.db.models.fields import ExtentField

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\db\models\fie

lds.py", line 1, in <module>

    from django.contrib.gis import forms

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\forms\__init_

_.py", line 3, in <module>

    from .fields import (  # NOQA

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\forms\fields.

py", line 4, in <module>

    from django.contrib.gis.geos import GEOSException, GEOSGeometry

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\geos\__init__

.py", line 5, in <module>

    from .collections import (  # NOQA

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\geos\collecti

ons.py", line 9, in <module>

    from django.contrib.gis.geos.geometry import (

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\geos\geometry

.py", line 10, in <module>

    from django.contrib.gis import gdal

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\gdal\__init__

.py", line 48, in <module>

    from django.contrib.gis.gdal.driver import Driver  # NOQA

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\gdal\driver.p

y", line 5, in <module>

    from django.contrib.gis.gdal.prototypes import ds as vcapi, raster as 
rcapi

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\gdal\prototyp

es\ds.py", line 9, in <module>

    from django.contrib.gis.gdal.libgdal import GDAL_VERSION, lgdal

  File 
"C:\ArchesProjects\ENV\lib\site-packages\django\contrib\gis\gdal\libgdal.

py", line 48, in <module>

    lgdal = CDLL(lib_path)

  File "c:\python27arches\Lib\ctypes\__init__.py", line 362, in __init__

    self._handle = _dlopen(self._name, mode)

WindowsError: [Error 126] The specified module could not be found


Thank you,

Scott
ASOR CHI




On Friday, March 24, 2017 at 1:20:59 PM UTC-4, Adam Cox wrote:
>
> Hi Scott, I just made an update. Can you re-download the script (or git 
> pull if you cloned it) and try again? Be sure to remove the previous one if 
> necessary.
>
> Let me know if that works.
>
> On Fri, Mar 24, 2017 at 5:10 PM, Scott Branting <[email protected] 
> <javascript:>> wrote:
>
>> Dear Adam,
>>
>> Thank you very much.  That works almost perfectly.  It ran without any 
>> errors.  However, when I run the django server I get a password error for 
>> postgres.
>>
>> django.db.utils.OperationalError: FATAL:  password authentication failed 
>> for use
>> r "postgres"
>>
>> In the trial install I just used the old Arches 3 default install 
>> password, but I'm guessing that you used something different.  Perhaps 
>> there could be a call out for that in the script?
>>
>> Otherwise, up to this point it seems to be working.
>>
>> Thanks,
>>
>> Scott
>> ASOR CHI
>>
>>
>>
>>
>>
>> On Thursday, March 23, 2017 at 5:06:11 PM UTC-4, Adam Cox wrote:
>>>
>>> The file is updated now, should work better for you.
>>>
>>> On Tuesday, March 21, 2017 at 4:27:45 AM UTC, Scott Branting wrote:
>>>>
>>>> Thank you Adam.  I'll keep an eye out for the updated bat file when you 
>>>> get to it.
>>>>
>>>> Scott
>>>>
>>> -- 
>> -- To post, send email to [email protected] <javascript:>. To 
>> unsubscribe, send email to [email protected] <javascript:>. 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 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/d/optout.

Reply via email to