[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: getting further (was a traceback error when I try Vocola)
- To: "Vocola" <http://www.attbi.com/~Vocola>,"robert" <http://dummy.us.eu.org/robert>
- Subject: RE: getting further (was a traceback error when I try Vocola)
- From: "Vocola" <http://www.attbi.com/~Vocola>
- Date: Sun, 9 Jun 2002 21:49:06 -0400
- Delivered-To: http://dummy.us.eu.org/robert
- Importance: Normal
- In-Reply-To: <http://www.attbi.com/~LCEDLCIJENNCEFHOPBHIEEKNCHAA.Vocola>
- Keywords: http://www.attbi.com/~Vocola http://www.attbi.com/~Vocola robert http://www.attbi.com/~Vocola
> Looks like I need to figure out how to detect the OS (95/98/ME
> vs. NT/2000/XP).
Looks like os.name should do it. For me it's "nt". Could you perhaps put
this line into the same "openFile" function we've been working on and see
what shows up in the "Messages from Python Macros" window?
print 'Operating System is: ' + os.name
Thanks,
-Rick