Hi Roshan,

Any command you run that references the manage.py file must be run with the
virtual environment activated, which will add the (ENV) prefix to your
command prompt.

To quickly test that Django (along with all other python dependencies) has
installed correctly, you can activate your virtual environment, then run
python (which will open the python interpreter) then import django. If you
get an error, then something didn't work during the pip install arches
--no-binary :all: process. To exit the python interpreter, use exit().

FYI, I have just finished an overhaul of the installation documentation
that should clear up some issues that have come up, streamline the process,
as well as a command to load an example package that we have made so it is
easier to get up and running. You can find it here:
http://arches4.readthedocs.io/en/latest/installation/ (as before).

Adam

On Fri, Nov 17, 2017 at 7:05 AM, Roshan Bhurtha <[email protected]> wrote:

> Dear all
> I am trying to install arches( Windows 64-bit) and I am now at  the stage
> where I have to create a project, with the command *"python
> C:\Projects\ENV\Scripts\arches-project create my_project"*
> * , *as given on the arches website.
>
> I run into a problem here: I am assuming that I have to run the above
> mentioned command OUT of the (*ENV) * that I created ?
>
> And if I do run this command from a normal windows command line (out of
> the ENV) , i get the  error message  "ImportError: no module named django"
> How do I proceed ? And at what stage was Django supposed to have been
> installed in the process ?
> I am trying to do as diligently as possible and follow the steps given
> exactly, but obviously I made am error(s) somewhere. Any help will be much
> appreciated.
>
> thanks !
> Roshan
>
> --
> -- 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.
>

-- 
-- 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