Re: Python shell doesn't launch

2012-12-26 Thread Ramiro Morales
On Dec 26, 2012 7:46 PM, wrote: > > You know what? I didn't "expect" anything because I HAVEN'T DONE THIS > BEFORE That is why I am doing an introductory tutorial. Thanks, Ramiro - > highly intelligent answer. Ryan - you are a professional. Wait. Why do you assume I was trying to troll you

Re: Python shell doesn't launch

2012-12-26 Thread Ryan Blunden
Glad to be able to help. I've got a few tips too :) - Use the excellent Django Extensions app which once you add it to your INSTALLED_APPS tuple, will allow you to run python manage.py shell_plus, which automatically imports all of the models for apps. This is great as it's not often that yo

Re: Python shell doesn't launch

2012-12-26 Thread rkturn49
You know what? I didn't "expect" anything because I HAVEN'T DONE THIS BEFORE That is why I am doing an introductory tutorial. Thanks, Ramiro - highly intelligent answer. Ryan - you are a professional. On Wednesday, December 26, 2012 5:05:10 PM UTC-5, rktu...@gmail.com wrote: > > Whenever I

Re: Python shell doesn't launch

2012-12-26 Thread Gerald Klein
@cramm0 obviously new to the game, cut him a break. On Wed, Dec 26, 2012 at 4:11 PM, Ramiro Morales wrote: > On Dec 26, 2012 7:05 PM, wrote: > > > > Whenever I run "python manage.py shell," I don't get any errors, but I > get the following: > > > > C:\Python27\Lib\site-packages\django\bin\mysi

Re: Python shell doesn't launch

2012-12-26 Thread Ryan Blunden
That's Python's standard output when starting an interactive session. On 26/12/2012, at 2:05 PM, rktur...@gmail.com wrote: > Whenever I run "python manage.py shell," I don't get any errors, but I get > the following: > > C:\Python27\Lib\site-packages\django\bin\mysite>python manage.py shell >

Re: Python shell doesn't launch

2012-12-26 Thread Ramiro Morales
On Dec 26, 2012 7:05 PM, wrote: > > Whenever I run "python manage.py shell," I don't get any errors, but I get the following: > > C:\Python27\Lib\site-packages\django\bin\mysite>python manage.py shell > Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win > 32 > Type "

Python shell doesn't launch

2012-12-26 Thread rkturn49
Whenever I run "python manage.py shell," I don't get any errors, but I get the following: *C:\Python27\Lib\site-packages\django\bin\mysite>python manage.py shell* *Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win* *32* *Type "help", "copyright", "credits" or "lic