Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15462 > unrolled thread

file extension while saving Python files

Started byvaira muthu <vaira20ster@gmail.com>
First post2011-11-08 15:35 +0530
Last post2011-11-08 07:53 -0800
Articles 5 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  file extension while saving Python files vaira muthu <vaira20ster@gmail.com> - 2011-11-08 15:35 +0530
    Re: file extension while saving Python files Magnus Lyckå <lycka@carmen.se> - 2011-11-08 11:50 +0100
    Re: file extension while saving Python files John Gordon <gordon@panix.com> - 2011-11-08 15:17 +0000
    Re: file extension while saving Python files mannan <rajcspalani@gmail.com> - 2011-11-08 07:53 -0800
    Re: file extension while saving Python files mannan <rajcspalani@gmail.com> - 2011-11-08 07:53 -0800

#15462 — file extension while saving Python files

Fromvaira muthu <vaira20ster@gmail.com>
Date2011-11-08 15:35 +0530
Subjectfile extension while saving Python files
Message-ID<mailman.2537.1320746755.27778.python-list@python.org>
Team,

In Python IDE, while we save the script, it will prompt the save
Dialog. If we specify the filename as "Test". Then file will be saved
without extension as "Test" and not "Test.py".

Is it possible to save the script with .py extension automatically (as Test.py)?

Thanks,
vairamuthu.

[toc] | [next] | [standalone]


#15463

FromMagnus Lyckå <lycka@carmen.se>
Date2011-11-08 11:50 +0100
Message-ID<j9b1ie$kec$1@rifle.jeppesensystems.com>
In reply to#15462
On 2011-11-08 11:05, vaira muthu wrote:
> In Python IDE, ...

Which Python IDE?

There are dozens:
http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

[toc] | [prev] | [next] | [standalone]


#15468

FromJohn Gordon <gordon@panix.com>
Date2011-11-08 15:17 +0000
Message-ID<j9bh5v$a2$1@reader1.panix.com>
In reply to#15462
In <mailman.2537.1320746755.27778.python-list@python.org> vaira muthu <vaira20ster@gmail.com> writes:

> Team,

> In Python IDE, while we save the script, it will prompt the save
> Dialog. If we specify the filename as "Test". Then file will be saved
> without extension as "Test" and not "Test.py".

Is there a drop-down list selection for specifying the file type?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gordon@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

[toc] | [prev] | [next] | [standalone]


#15469

Frommannan <rajcspalani@gmail.com>
Date2011-11-08 07:53 -0800
Message-ID<mailman.2544.1320769275.27778.python-list@python.org>
In reply to#15462
if it is not a python ide then, you have to explicitly specify the extension.

[toc] | [prev] | [next] | [standalone]


#15470

Frommannan <rajcspalani@gmail.com>
Date2011-11-08 07:53 -0800
Message-ID<6395.778.1320767632967.JavaMail.geo-discussion-forums@prap37>
In reply to#15462
if it is not a python ide then, you have to explicitly specify the extension.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web