ó
ûý‘Mc           @   s¥   d  d l  Z d  d l Z d  d l Z y e Wn e k
 rE d Z n Xd e j e j e j j d ƒ e f GHd GHx' e j	 D] Z
 d e
 e j	 e
 f GHq| Wd GHd S(   iÿÿÿÿNt   ?sL  Content-type: text/html

<html>
<head>
 <title>Python Exploration</title>
</head>
<body>
 <table border=1>
 <tr><th colspan=2>1. System Information</th></tr>
 <tr><td>Python</td><td>%s</td></tr>
 <tr><td>Platform</td><td>%s</td></tr>
 <tr><td>Absolute path of this script</td><td>%s</td></tr>
 <tr><td>Filename</td><td>%s</td></tr>
t   .s+   <th colspan=2>2. Environment Variables</th>s    <tr><td>%s</td><td>%s</td></tr>
s   
</table>
</body>
</html>
(   t   os.patht   ost   syst   __file__t	   NameErrort   versiont   platformt   patht   abspatht   environt   variable(    (    (    si   /home/eqsource/webapps/sivwiki/underlay/pages/HelpOnInstalling(2f)ApacheOnLinuxFtp/attachments/explore.pyt   <module>   s   
		