Re: SyntaxError Creating New Project

2012-09-20 Thread Stephen Anto
Hi Daniel, I am not spamming. just inform you that how to create django projects with initial steps. I just replied for your 'SyntaxError Creating New Project' title. I have prepared to make this answer for your questions. Is it related your query or not? On Thu, Sep 20, 2012

Re: SyntaxError Creating New Project

2012-09-20 Thread Daniel Roseman
On Thursday, 20 September 2012 05:20:56 UTC+1, Stephen Anto wrote: > > Hi, > > Just follow these 7 steps to start new project > http://f2finterview.com/web/Django/17/ For more > http://f2finterview.com/web/Django > > > Stephen, please stop spamming this list by posting the same link to your site

Re: SyntaxError Creating New Project

2012-09-19 Thread Stephen Anto
Hi, Just follow these 7 steps to start new project http://f2finterview.com/web/Django/17/ For more http://f2finterview.com/web/Django On Wed, Sep 19, 2012 at 1:49 AM, Bestrafung wrote: > I restarted from the beginning using the previously mentioned guide but > also a very helpful post on the cp

Re: SyntaxError Creating New Project

2012-09-18 Thread Bestrafung
I restarted from the beginning using the previously mentioned guide but also a very helpful post on the cpanel.net forums and there were some missed steps and minor misconfigurations. Everthing seems to be working on the webserver side but now have some strange permissions issues that'll go int

Re: SyntaxError Creating New Project

2012-09-06 Thread Bestrafung
I've been extremely busy with other projects and just got back to this. It would appear you are correct about it not working correctly. I'm new to all of this and I'd have been lost long ago without that guide but it is severely lacking. Below is the result of the manage.py command. [-bash-3.2

Re: SyntaxError Creating New Project

2012-08-27 Thread Melvyn Sopacua
On 27-8-2012 17:05, Bestrafung wrote: > Ok, I think it's worked out now. I added the export line to the root > .bash_profile and then changed the shebang in django-admin.py to > "/opt/python2.5/bin python" and now everything seems to be working. I imagine there's a typo there and no space, but a

Re: SyntaxError Creating New Project

2012-08-27 Thread Bestrafung
Ok, I think it's worked out now. I added the export line to the root .bash_profile and then changed the shebang in django-admin.py to "/opt/python2.5/bin python" and now everything seems to be working. If anyone is working on an older Red Hat/CentOS system and has to follow the guide I'm follow

Re: SyntaxError Creating New Project

2012-08-27 Thread Bestrafung
I ran python and checked the version number. This is what I get: [-bash-3.2 root@server1: ~] # python Python 2.5 (r25:51908, Aug 20 2012, 11:55:47) [GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> When I run "import djang

Re: SyntaxError Creating New Project

2012-08-27 Thread Bestrafung
Thank you all for the tips. I was pretty sure I tried using the full path to the 2.5 install with the same error but I'll check again. I'll let you know what I find. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on th

Re: SyntaxError Creating New Project

2012-08-22 Thread Karen Tracey
On Wed, Aug 22, 2012 at 5:00 PM, Bestrafung wrote: > I'm new to Django and though I've dabbled with Linux off and on for a > decade I'm still learning so please go easy on me. I'm following this > guide

Re: SyntaxError Creating New Project

2012-08-22 Thread Alexis Roda
Al 22/08/12 23:00, En/na Bestrafung ha escrit: I'm new to Django and though I've dabbled with Linux off and on for a decade I'm still learning so please go easy on me. I'm following this guide to

Re: SyntaxError Creating New Project

2012-08-22 Thread Kurtis Mullins
Very weird. I ran the syntax and did not receive a syntax error. I just checked on the documentation and it does say Python 2.5 is required, which as you mentioned you have installed. Maybe double-check to make sure that you're executing this with the right Python executable? I'm running Python 2.

SyntaxError Creating New Project

2012-08-22 Thread Bestrafung
I'm new to Django and though I've dabbled with Linux off and on for a decade I'm still learning so please go easy on me. I'm following this guideto setup a Django 1.4.1 test project. So far I've