Hi Scott, glad you are able to check out that documentation. First, though
it's not the guardian module, I'd like to confirm that you installed
shapely separately? You need to do that on windows...

As for guardian, it is one of the modules that is installed with python
setup.py install, so if it's missing, perhaps other things didn't install
as well.

Thanks for getting in touch, and be sure to let us know what you find.

Adam

On Sun, Mar 19, 2017 at 3:53 PM, Scott Branting <scottbrant...@gmail.com>
wrote:

> We've been working on a test install of Arches v4.  We've run into an
> issue with the install that the recent updates of the Dev Installation
> notes haven't yet covered.  Off the Dev Installation notes under Getting
> Started we can't get the setup db command to run.  We get a missing module
> error for a module named guardian.  Here is the result of the command
> python manage.py packages ‐o setup_db  or for the runserver command:
>
> Traceback (most recent call last):
>   File "manage.py", line 27, in <module>
>     execute_from_command_line(sys.argv)
>   File "C:\Projects\ENV\lib\site-packages\django\core\management\__init__.py",
> l
> ine 367, in execute_from_command_line
>     utility.execute()
>   File "C:\Projects\ENV\lib\site-packages\django\core\management\__init__.py",
> l
> ine 341, in execute
>     django.setup()
>   File "C:\Projects\ENV\lib\site-packages\django\__init__.py", line 27,
> in setup
>     apps.populate(settings.INSTALLED_APPS)
>   File "C:\Projects\ENV\lib\site-packages\django\apps\registry.py", line
> 85, in
> populate
>     app_config = AppConfig.create(entry)
>   File "C:\Projects\ENV\lib\site-packages\django\apps\config.py", line
> 90, in cr
> eate
>     module = import_module(entry)
>   File "c:\python27\arches\Lib\importlib\__init__.py", line 37, in
> import_module
>
>     __import__(name)
> ImportError: No module named guardian
>
> Thanks,
>
> Scott
> ASOR CHI Project
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to