Dear Adam, 
Thanks for your reply. 
I ran  the "pip install arches --no-binary :all:"   command, and it said 
all "Requirement already satisfied", BUT django was not installed when I 
imported inside Python!
Have a look at this screenshot please.
Any ideas what I am doing wrong ?
Thanks 
Roshan

<https://lh3.googleusercontent.com/-du6pO4bvNz4/WhUz8c-Bn0I/AAAAAAAACFE/ixs_rBOP8_0wx8WHijMs2M5n_R8tDbF9ACLcBGAs/s1600/django.png>


On Friday, 17 November 2017 18:40:22 UTC+2, Adam Cox wrote:
>
> 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] 
> <javascript:>> 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] <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