Re: Python IDLE

2012-06-06 Thread JussiJ
On May 28, 5:37 am, coded kid wrote: > I'm in a big mess now, I've lost my projects due to this errror. I'm > on windows, The Zeus IDE has support for Python: http://www.zeusedit.com/python.html Zeus is a fully scriptable programmer's editor any you can even write

Re: Python IDLE

2012-05-30 Thread kenneth gonsalves
On Thu, 2012-05-31 at 00:13 +1000, Mario Gudelj wrote: > It's not free but they have a 30 day trial period if you have an active open source project they will give you a free license -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups

Re: Python IDLE

2012-05-30 Thread Kurtis Mullins
Back to the original question, Did you try running "python manage.py runserver" from the command prompt? As far as changing those icons back to Python, I believe you have to change your 'Default Program'. I'm not sure which version of Widnows you're using (or even how to do it in Windows, I'm

Re: Python IDLE

2012-05-30 Thread Bill Freeman
Personally, I'd rather have clicking on a python file open it in my favorite editor. If I really wanted click to run for a Django project on Windows, I'd create a .bat file (or whatever the modern equivalent is). On Wed, May 30, 2012 at 11:32 AM, Timothy Makobu

Re: Python IDLE

2012-05-30 Thread Timothy Makobu
Yea, PyCharm is the stuff. Also have python open python files; the easy way: Right click any pyton file->Left Click->Open With->Browse->c:\pythonX\bin\python.exe, for example->make sure you tick "always use the selected program to open this kind of file"->Ok On Wed, May 30, 2012 at 5:33 PM,

Re: Python IDLE

2012-05-30 Thread Bill Freeman
As someone who has burned in some of the more obscure emacs commands, I find that I'm seldom satisfied with what a vendor calls emacs bindings (eclipse comes to mind - I wind up setting my source code files to be edited externally), but its usually still more comfortable than the native bindings.

Re: Python IDLE

2012-05-30 Thread doniyor
i dont know, but that would be awesome, do you know if aptana has it? i never thought of key binding til now in aptana. Am Mittwoch, 30. Mai 2012 16:19:15 UTC+2 schrieb ke1g: > Does it do emacs key bindings ;^) > > On Wed, May 30, 2012 at 10:13 AM, Mario Gudelj >

Re: Python IDLE

2012-05-30 Thread Bill Freeman
Does it do emacs key bindings ;^) On Wed, May 30, 2012 at 10:13 AM, Mario Gudelj wrote: > It's not free but they have a 30 day trial period > > > On 31 May 2012 00:09, doniyor wrote: >> >> @somecallitblues: pycharm is not free, right? but i am

Re: Python IDLE

2012-05-30 Thread Mario Gudelj
It's not free but they have a 30 day trial period On 31 May 2012 00:09, doniyor wrote: > @somecallitblues: pycharm is not free, right? but i am really willing to > give a try for this. i am using for years Aptana studio which is completely > fullfulling my wishes,

Re: Python IDLE

2012-05-30 Thread doniyor
@somecallitblues: pycharm is not free, right? but i am really willing to give a try for this. i am using for years Aptana studio which is completely fullfulling my wishes, but "pycharm loves django" sounds great! Am Mittwoch, 30. Mai 2012 15:59:13 UTC+2 schrieb somecallitblues: > You

Re: Python IDLE

2012-05-30 Thread Mario Gudelj
You seriously have to give PyCharm a go. It's everything IDE should be and loves django. On 30 May 2012 23:40, Bill Freeman wrote: > On Mon, May 28, 2012 at 12:25 PM, Dennis Lee Bieber > wrote: > > On Mon, 28 May 2012 05:37:43 -0700 (PDT), coded kid >

Re: Python IDLE

2012-05-30 Thread Bill Freeman
On Mon, May 28, 2012 at 12:25 PM, Dennis Lee Bieber wrote: > On Mon, 28 May 2012 05:37:43 -0700 (PDT), coded kid > declaimed the following in > gmane.comp.python.django.user: > >> I'm in a big mess now, I've lost my projects due to this errror. I'm

Re: Python IDLE

2012-05-28 Thread yati sagade
After you've fixed your file extension association problems as outlined in the previous answer, PLEASE do not use IDLE to do anything remotely close to editing. Go search for "Notepad++", download it and use it to always edit your Python files. To get the contents of the file into IDLE for

Re: Python IDLE

2012-05-28 Thread Andre Terra
For one thing, I don't know of anybody who uses IDLE as their editor for writing complex code like when developing a website with Django. You can always type 'python manage.py runserver' instead of just 'manage.py runserver' to make sure python is the program that's opening your .py file. It

Python IDLE

2012-05-28 Thread coded kid
I'm in a big mess now, I've lost my projects due to this errror. I'm on windows, This is how I encounter the problem; I try to edit my settings.py in IDLE. After right clicking on the files, I choose open program with these default file. I choose idle window bat file, and I clicked Ok. It didn't