IDLE on Windows; save files as UNIX?

From: Jay O'Connor (jayoconnor_at_earthlink.net)
Date: 02/29/04


Date: Sun, 29 Feb 2004 16:33:21 GMT

I'm doing some Python CGI programming under Windows (Win95) but my CGIs need to
run on Linux. If I try to write and save the files in IDLE, they get saved in
DOS format and won't run on the Linux server. If I load the files into another
text editor and explictely "Save As" in UNIX format, they work fine, but the
other editor is not Python aware so I'd rather not have to use if for main
development, and having to load and resave my scripts before uploading to the
server is a bit obnoxious.

Is there any way to for IDLE in Windows to save files in UNIX format?

Note: Pythonwin does not work on my machine so I can't use it as an alternative

Thanks



Relevant Pages

  • Re: PcLinux
    ... first instance, we use Java. ... Can't comment on Python because I've never used it. ... Postgresql running on linux works nicely. ... Returning to comments WRT the aesthetics of OS X vs Windows - it's a ...
    (rec.crafts.metalworking)
  • Re: Pyhton Interpreter Startup time
    ... versions of Python for comparisons (the first time a new version is ... Similar startups on a PIII-333 running a Gentoo 2.4.x Linux install ... posix/posixpath with nt/ntpath under Windows) and then an additional ...
    (comp.lang.python)
  • [RFC] How to implement command line tool integrating parsing engine
    ... I'd like to have some advices about how to implement a program that has the following requirements: ... it must be possible to develop a graphical frontend on top of it; the resulting look&feel should be similar on linux and windows. ... In this mailing list I was adviced to use python: ...
    (comp.lang.python)
  • Import, site packages, my modules, Windows vs. Linux
    ... Running Python 2.5 on both a Windows XP laptop, and an Ubuntu Linux ... On Windows I found a solution that works, but which may be a kludge. ... modules into the my-packages folder and deleted all of my clumsy ...
    (comp.lang.python)
  • Re: [RFC] How to implement command line tool integrating parsing engine
    ... I'd like to have some advices about how to implement a program that has the following requirements: ... it must be possible to develop a graphical frontend on top of it; the resulting look&feel should be similar on linux and windows. ... In this mailing list I was adviced to use python: ...
    (comp.lang.python)