Re: How To Activate Django Server.

2015-06-27 Thread Mike Dewhirst

On 27/06/2015 11:43 AM, Steve Burrus wrote:

we;ll here is the error message that I get when I try to install django
in the virtual env. :
"C:\Users\SteveB\Desktop\myenv>.\Scripts\activate
(myenv) C:\Users\SteveB\Desktop\myenv>pip install django
Fatal error in launcher: Job information querying failed"
What's the problem anyway?


Change the location of your virtual env. Desktop is convenient because 
it is always there in front of you but it is treated in special ways by 
the OS. Similarly with other special directories.


Create a new root for envs. For example C:\Users\SteveB\envs

You can always create a shortcut to ..\envs\myenv and leave it on your 
Desktop.


Mike





On Fri, Jun 26, 2015 at 5:49 PM, Javier Guerra Giraldez
> wrote:

On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus
> wrote:
> I AM able to create a new virtual env. but I gfet this error message when 
I
> try to create a new project!


have you installed django in this virtualenv?

--
Javier

--
You received this message because you are subscribed to a topic in
the Google Groups "Django users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/django-users/W_41qowiu8k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
django-users+unsubscr...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/CAFkDaoTqQ26wA9up0mTA1Y0A7UHKC-cKWXwBCA%3DBAoUscSTRCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to django-users+unsubscr...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CABcoaSDu0MfXm%2BUHheYOZNEAi0BnL7S%3Dcyd0zCd211TMh0Twbg%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/558E56A5.8030906%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
we;ll here is the error message that I get when I try to install django in
the virtual env. :
"C:\Users\SteveB\Desktop\myenv>.\Scripts\activate
(myenv) C:\Users\SteveB\Desktop\myenv>pip install django
Fatal error in launcher: Job information querying failed"
What's the problem anyway?



On Fri, Jun 26, 2015 at 5:49 PM, Javier Guerra Giraldez 
wrote:

> On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus 
> wrote:
> > I AM able to create a new virtual env. but I gfet this error message
> when I
> > try to create a new project!
>
>
> have you installed django in this virtualenv?
>
> --
> Javier
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/W_41qowiu8k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFkDaoTqQ26wA9up0mTA1Y0A7UHKC-cKWXwBCA%3DBAoUscSTRCw%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABcoaSDu0MfXm%2BUHheYOZNEAi0BnL7S%3Dcyd0zCd211TMh0Twbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-26 Thread Javier Guerra Giraldez
On Fri, Jun 26, 2015 at 4:56 PM, Steve Burrus  wrote:
> I AM able to create a new virtual env. but I gfet this error message when I
> try to create a new project!


have you installed django in this virtualenv?

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFkDaoTqQ26wA9up0mTA1Y0A7UHKC-cKWXwBCA%3DBAoUscSTRCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-26 Thread Steve Burrus
I AM able to create a new virtual env. but I gfet this error message when I 
try to create a new project! Do i possibly have to start the DjANgo server 
first then try to create the new project? It's so dumb that I very recently 
knew how to do all of this fairly easily but not now. What am I doing wrong 
anyway?
 
"(myenv) C:\Users\SteveB\Desktop\myenv>python .\Scripts\django-admin 
startproject myproj
python: can't open file '.\Scripts\django-admin': [Errno 2] No such file or 
directory"




>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/28ca5ec4-ca2f-40f1-b115-6dcc086a34b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-25 Thread Aaron C. de Bruyn
Steve,

You don't appear to be in the same folder as manage.py.

You need to change to the directory that holds your project files.

-A

On Thu, Jun 25, 2015 at 1:35 PM, Steve Burrus  wrote:
> No i am sorry but python manage.py runserver doesn't work! I first tried to
> run it in a newly created virtual environment, it failed. so I just tried to
> run it in the Desktop folder but it still failed. I remember a command which
> had in it "django-admin.py" that I need to type right?
>
>  "C:\Users\SteveB\Desktop>python manage.py runserver
> python: can't open file 'manage.py': [Errno 2] No such file or directory"
>
>
>
> On Thu, Jun 25, 2015 at 12:00 PM,  wrote:
>>
>> On 06/25/15 18:07, Steve Burrus wrote:
>>
>> I am sorry that I hjave to ask about this, since I was recently able to do
>> it, but I have to ask how do I go about going from successfully creating a
>> new virtual environment to then being able to connect to the Django server?
>> I have seen countless videos, on youtube, on how this is done but I simply
>> forgot.
>>
>>
>> python manage.py runserver
>>
>> dragon
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/W_41qowiu8k/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/558C33B3.7030700%40gmail.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABcoaSDK8Oc_8A6AGRMgDZX4ZVg6FeSCePGbo5YgNmrYCMiQiA%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEE%2BrGob0wuxEEev5S7PfvOExVkFComHWs0beQ-F-Ux0z43z9A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-25 Thread Steve Burrus
No i am sorry but python manage.py runserver doesn't work! I first tried to
run it in a newly created virtual environment, it failed. so I just tried
to run it in the Desktop folder but it still failed. I remember a command
which had in it "django-admin.py" that I need to type right?

 "C:\Users\SteveB\Desktop>python manage.py runserver
python: can't open file 'manage.py': [Errno 2] No such file or directory"



On Thu, Jun 25, 2015 at 12:00 PM,  wrote:

>  On 06/25/15 18:07, Steve Burrus wrote:
>
> I am sorry that I hjave to ask about this, since I was recently able to do
> it, but I have to ask how do I go about going from successfully creating a
> new virtual environment to then being able to connect to the Django server?
> I have seen countless videos, on youtube, on how this is done but I simply
>  forgot.
>
>
>   python manage.py runserver
>
> dragon
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/W_41qowiu8k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/558C33B3.7030700%40gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABcoaSDK8Oc_8A6AGRMgDZX4ZVg6FeSCePGbo5YgNmrYCMiQiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How To Activate Django Server.

2015-06-25 Thread ybdragon
On 06/25/15 18:07, Steve Burrus wrote:
> I am sorry that I hjave to ask about this, since I was recently able
> to do it, but I have to ask how do I go about going from successfully
> creating a new virtual environment to then being able to connect to
> the Django server? I have seen countless videos, on youtube, on how
> this is done but I simply  forgot.
>
>
python manage.py runserver

dragon

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/558C33B3.7030700%40gmail.com.
For more options, visit https://groups.google.com/d/optout.