Ilan added the comment:
I basically have been running IDLE without the subprocess.
(In C:\Python24\Lib\idlelib\PyShell.py and at line 1272 change
use_subprocess = True
to
use_subprocess = False
Save PyShell.py, restart IDLE, and you will see a message in the shell
window that IDLE is now
Ilan added the comment:
It didn't work.
"cd c:\python26" successfully prompted "C:\Python26>",
But then entering "python Lib\idlelib\idle.py" did not work, the message
is too long to enter in this reply but here are some of the lines in the
body
New submission from Ilan :
Hello,
I am new to programming... I installed Python a couple days ago with no
problems. I used it quite a bit since I'm going through loads of tutorials.
All of a sudden, it shut off, closed and will no longer open. This
problem seems to be common, but none o
Ilan Schnell <[EMAIL PROTECTED]> added the comment:
The factorial function is most likely to be used in context with other
combinatorial functions (like binomial coefficients) for these functions
an external module seems most appropriate. Most likely people would
use a factorial functio
Changes by Ilan Schnell <[EMAIL PROTECTED]>:
--
assignee: -> barry
nosy: +barry
priority: -> normal
type: -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://b
Ilan Schnell <[EMAIL PROTECTED]> added the comment:
Bug is most likely platform specific. Can someone suggest how this
should be handled on multiple platforms?
Mike, can you report on which platform you encountered the bug on?
Can you provide a script that reproduces the bug?
On Mac O
Ilan Peleg
added the comment:
Just to make sure I'm clear.
I don't wish new tabs neither new windows.
I wish all calls to webbrowser.open(path) to go the same tab or to the
same window when tabs are not suppor
Ilan Peleg
added the comment:
Hi there,
I Have only 2 lines in my programs which related to webbrowser.py.
1) import webbrowser
2) webbrowser.open(windowsPath) # Called many times.
In the following browsers [FastBrowser