Changes between Version 18 and Version 19 of Python_SIP/Build_Install


Ignore:
Timestamp:
May 6, 2009 10:22:09 AM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python_SIP/Build_Install

    v18 v19  
    109109 }}} 
    110110 
    111 '''Step 3: Testing the installation''': 
    112  
    113 To test the installation, simply run python and import ''pjsua'' module: 
    114  
    115 {{{ 
    116 C:> python 
    117 > import pjsua 
    118 > ^Z 
    119  
    120 C:> 
    121 }}} 
    122  
    123111 
    124112=== Microsoft Windows with MinGW === 
     
    138126You need to install Python SDK. 
    139127 
     128== Testing the installation == 
     129 
     130To test the installation, simply run python and import ''pjsua'' module. 
     131 
     132On Linux/Unix/MacOS X: 
     133{{{ 
     134$ python 
     135> import pjsua 
     136> ^Z 
     137 
     138$ 
     139}}} 
     140 
     141Similarly on Windows: 
     142{{{ 
     143C:> python 
     144> import pjsua 
     145> ^Z 
     146 
     147C:> 
     148}}} 
     149 
     150