Closed GoogleCodeExporter closed 9 years ago
Sorry! I commit a typo! server ->several
Original comment by xiepeng...@gmail.com
on 10 Mar 2008 at 3:27
Cannot reproduce. Here I open for example the standard lib file inspect.py,
select
Source Code Views, Documentation and it comes up instantly.
Which version of Windows, Internet explorer, Python are you using?
Original comment by pyscripter
on 10 Mar 2008 at 3:56
Also, what processor, how much RAM?
Original comment by pyscripter
on 10 Mar 2008 at 4:01
My enviroment: Windows Vista Ultimate CHS, Intel Core Dual T7400, 1G RAM
Original comment by xiepeng...@gmail.com
on 10 Mar 2008 at 6:46
[deleted comment]
and Python 2.52, IE 7
Original comment by xiepeng...@gmail.com
on 10 Mar 2008 at 7:51
I have got it!
When 'Documation', pyscripter attempt to run the source once. But my source
code
will consume too much time during excuting, so this issue occured.
Original comment by xiepeng...@gmail.com
on 10 Mar 2008 at 7:59
PyScripter does not run the code. It just imports the module.
You should use the common Python idiom:
if __name__ == '__main__':
main()
I am closing this bug report as invalid.
Original comment by pyscripter
on 10 Mar 2008 at 12:10
Original issue reported on code.google.com by
xiepeng...@gmail.com
on 10 Mar 2008 at 2:47