*Well I successfully instsalled Django 1.8*. After doing the "pip freeze"
command in my Win 10 beta command prompt I see that I g ot that version of
Django installed. But where do I go from here? How do i launch the server
and create my virtual environment?*
--
You received this message beca
*I hasve repeatedly tried now to set up the Django Virtual Environment
without any success! Just what am I doing wrong anyway?? I am at my "wit's
end" trying to figure out what the specific problem is.*
*c:\Users\SteveB\Desktop>virtualenv steve1*
*Using base prefix 'C:\\Python 3.5'*
*New pyth
how do I get get-pip.py?
--
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 djang
anyway? [I have set the environment variables the right
way for Python I believe]
On Tuesday, June 2, 2015 at 6:01:47 PM UTC-5, Steve Burrus wrote:
>
> how do I get get-pip.py?
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Django users
well I am still waiting for an answer to my earlier post about pip and
apparently not configuring it right.
On Wed, Jun 3, 2015 at 11:13 AM, Steve Burrus
wrote:
> well I am ab;e to install pip okay BUT there must be a config. error
> because all that I get when I t ry to run pip i
Steve B. *
*On Wed, Jun 3, 2015 at 8:04 PM, Mike Dewhirst > wrote:*
>
>
> *On 4/06/2015 8:42 AM, Steve Burrus wrote: *
>>
>>
>>
>> * well I am still waiting for an answer to my earlier post about pip and
>> apparently not configuring it rig
7;t work! There must
be another path to the django install.*
*
Steve Burrus *
*On Wed, Jun 3, 2015 at 9:04 PM, Mike Dewhirst > wrote:*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
&
try this sudo apt-get install python-pip*
>
>
>
> *On Thu, Jun 4, 2015 at 8:54 AM, Steve Burrus > wrote:*
>
>> *Well Mikea I hardly did it the first time that I tried but I was able
>> to get Python 3.4 installed ! And I also got that ez-setup installed okay.
>> But w
bles>*
>
>
> *If you are using a version of Python earlier than 3.4, follow the
> instructions found at https://pip.pypa.io/en/latest/installing.html
> <https://pip.pypa.io/en/latest/installing.html>*
>
> *Regards,*
>
>
> *Michael ManfreOn Thursday, June 4, 2015
teve
On Thu, Jun 4, 2015 at 3:20 PM, memilanuk wrote:
> On 06/04/2015 11:53 AM, Steve Burrus wrote:
>
>> *"Which version of Python did you install?" well up until last nite I
>> was using some flavor of Python 3.5. But someone suggested that I get
>> the 3.4 versi
it seems like I haVE also seen someone say I should put, into the System
path, the Python Lib\site-packages\django\bin or sometjhing like that.
On Thu, Jun 4, 2015 at 4:01 PM, memilanuk wrote:
> On 06/04/2015 01:43 PM, Steve Burrus wrote:
>
>> but which Path should I use in Env. Va
m another terminal ('cmd') instance
>
> 4. A final advice on python environments - make it a habit to use
> virtualenv (pip install virtualenv) and don't use global installs of
> packages
>
> Good luck!
>
> On Thursday, June 4, 2015 at 9:53:36 PM UTC+3, Ste
*
>
>
>
>
>
> *On Thu, Jun 4, 2015 at 7:15 PM, Steve Burrus > wrote:when I try to run Python it comes for me
> normally! [ No problem ] I not heard yet about a pip.exe file. Just where
> is that contained in the Python ins tallation anyway? I will try that "pi
Okay Monte I will certsainly "man up" and start over and try to do what you
said. Incidentally I have done the "Add python.exe to the PATH" thing that
you suggested but it still failed! I have done all of the configuration the
right way but I still simply cannot type "pip" [into the command line
quot;, line 373, in _rmtree_unsafe
onerror(os.unlink, fullname, sys.exc_info())
File "C:\Python34\lib\site-packages\pip\utils\__init__.py", line 73, in
rmtree_errorhandler
raise
PermissionError: [WinError 5] Access is denied:
'C:\\Users\\SteveB\\AppData\\Local\\Temp\\
al\Temp and its subdirectories as you can see in
>> the PermissionError line (just change the double backslashes (\\) to single
>> ones (\).
>>
>> Is it possible that you run pip with a user other than the one you used
>> to install Python?
>>
>> Best,
>
onkai
wrote:
> It seems the very first thing you should do is make pip (and with that,
> Python) work. For this, you may want to go to a Python related mailing
> list, although I’m sure there are many overlapping between the Django list
> and that one.
>
> 2015-06-05 20:05
*to everyone concerned : It's all goo d now! I not only got pip installed
I also managed to upgrade it and got django going, and connected to the
Server, synched my new database. So that is just about all the help which
I require for now.*
*On Fri, Jun 5, 2015 at 9:10 PM, dvdhbs > 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 si
ht?
"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 th
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
lem 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 i
I need some help please with tryiong to start a new Django project. Here
is the error message I always get when I try to do this. can someone help
me with this?
"C:\Users\SteveB\Desktop\steve>.\Scripts\activate
(steve) C:\Users\SteveB\Desktop\steve>python .\Scripts\django-admin.py
startproje
#x27;: [Errno 2] No such
file or directory". What's going on for me to get this error?
On Wednesday, July 1, 2015 at 10:27:14 AM UTC-5, Steve Burrus wrote:
>
> I need some help please with tryiong to start a new Django project. Here
> is the error message I always get when I
aining manage.py (the project directory), then:
>
> python manage.py runserver
>
> On Wed, Jul 1, 2015 at 2:04 PM, Steve Burrus
> wrote:
>
>> well I was able to create a new project earlier however I am now having
>> trouble with starting the django ser ver. when I ra
On Wed, Jul 1, 2015 at 3:58 PM, Bill Freeman wrote:
> It sounds like django isn't on your path. If you are running in a
> virtualenv, was django pip installed while running in that same environment?
>
> On Wed, Jul 1, 2015 at 4:26 PM, Steve Burrus
> wrote:
>
>> cd t
configured settings.py (startproject makes one, but you
>>> will still have things to enter, such as data base configuration info (like
>>> the file to use to back sqlite), or to edit, such as your timezone.
>>>
>>> On Wed, Jul 1, 2015 at 5:35 PM, Steve Burr
*Listen I am having/experiencing some degree of diffilculty in being able
to coordinaTE my Pytjhon version with Django. i can easily end up
connecting to the [django] server but I have to use python version 2.7.*
ins tead of the preferred version 3.4.* ZCan some please help me with this?*
-
n 2.7. *
*On Sun, Jul 5, 2015 at 4:52 PM, Aaron C. de Bruyn > wrote:*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Are you getting an error message? Can y
1:8000/
Quit the server with CTRL-BREAK.
[06/Jul/2015 11:49:02]"GET / HTTP/1.1" 200 1767
[06/Jul/2015 11:49:03]"GET /favicon.ico HTTP/1.1" 404 1934"
On Sunday, July 5, 2015 at 10:33:36 AM UTC-5, Steve Burrus wrote:
>
> *Listen I am having/experiencing some degr
*I know thrat I have appealed for help about this before but I am having
problems aGAIN with installing Django. Well I was able to run "pip install
django" okay but then I don't know where to go from there! Here is where I
am now : (myenv)C:\Users\SteveB\Desktop\myenv>*
--
You received this
*I find myself in ned of help yet again w. django. Just to say
parenthetically I have had this problem before. just what am I doing wrong
with the command "**python .\Scripts\ django-admin.py startproject me" to
consistently get this error message! Thanx to anyone who helps me. *
*"C:\Users\S
, Jul 22, 2015 at 11:34 AM, Tom Lockhart > wrote:*
>
>
>
> *On Jul 22, 2015, at 09:11, Steve Burrus > wrote:*
> *I find myself in ned of help yet again w. django. Just to say
> parenthetically I have had this problem before. just what am I doing wrong
> with the command &quo
min.py': [Errno 2] No such
> file or directory".*
>
>
> *On Wed, Jul 22, 2015 at 11:34 AM, Tom Lockhart > wrote:*
>>
>>
>>
>> *On Jul 22, 2015, at 09:11, Steve Burrus > > wrote:*
>> *I find myself in ned of help yet again w. django. Just
ittle while longer.*
*On Wed, Jul 22, 2015 at 12:03 PM, Bill Freeman > wrote:*
>
>
> *I presume that you have actually checked for a django-admin.py file in
> the Scripts directory?*
>
>
&g
2015 at 1:20 PM, Bill Freeman wrote:
> That's actually a virtualenv mistake, rather than a django mistake.
> Whenever things don't behave in a VE try "pip freeze" to see if things are
> as you expect.
>
> On Wed, Jul 22, 2015 at 1:16 PM, Steve Burrus
> wro
well I uyet again am encountering problems with installing the Django
server. I managed to get to this point "(stevesenv)
C:\Users\sbur87\Desktop\steves_dir\stevesenv>" but where exactly do I go
from here in installing django? Man y thanx to anyone who can help me with
this "trying" problem of
> On 4/07/2016 12:01 PM, Steve Burrus wrote:
>
>> well I uyet again am encountering problems with installing the Django
>> server. I managed to get to this point "(stevesenv)
>> C:\Users\sbur87\Desktop\steves_dir\stevesenv>"
>>
>
> It looks as though you
Well I successfully set up the Django server an d then connected to oit BUT
I couldn't use that "syncdb" command to then set the pw and username in the
admin.
On Sun, Jul 3, 2016 at 11:15 PM, Mike Dewhirst
wrote:
> On 4/07/2016 1:06 PM, Steve Burrus wrote:
>
>> Well I
How do I
*go about setting the username/password for the CURRENT version of the
Django Server anyway? It used to be easier to do in earlier versions of
Django. *
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group
* Say I was wondering if anyone else has ever read this particulkar Django
book called "Sams Teach Yourself Django in 24 Hours" I checked out of the
library yesterday? [yeah I know it's one of the "24 hours" series] Does it
really teach the beginner a lot of things concerning Django?*
--
*I am sorry thart I don't know much more about Django than I do but could
someone please inform me about how do I make a Model? i haven't moved
beyond connecting to the Django server yet and configuring the admin.*
--
You received this message because you are subscribed to the Google Group
how do I connmect to the Django server on the command line?
--
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 t
43 matches
Mail list logo