IDLE on Windows; save files as UNIX?
From: Jay O'Connor (jayoconnor_at_earthlink.net)
Date: 02/29/04
- Next message: Chris: "Re: Type emulation issues with new style classes"
- Previous message: Jeff Epler: "Re: need help for extending and embedding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Chris: "Re: Type emulation issues with new style classes"
- Previous message: Jeff Epler: "Re: need help for extending and embedding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|