compilation
Michael P. Soulier
msoulier at nortelnetworks.com
Mon Jun 26 13:37:19 EDT 2000
More information about the Python-list mailing list
Mon Jun 26 13:37:19 EDT 2000
- Previous message (by thread): compilation
- Next message (by thread): compilation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey people. I tried the FAQ, and I can't find this. I'm a Perl programmer exploring Python, and I'm wondering how to do a simple compile pass on python source to check syntax. In Perl, I'd just do a perl -cw sourcefile and it would do a quick compile pass with warnings on. I know I can start the interpreter and import the file as a module, but that's not always desirable. Is there a simple command-line way to do this? Thanks, Mike -- Michael P. Soulier, 1Z22, SKY Tel: 613-765-4699 (ESN: 39-54699) Optical Networks, Nortel Networks "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to UNIX
- Previous message (by thread): compilation
- Next message (by thread): compilation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list