[issue4685] IDLE will not open (2.6.1 on WinXP pro)

2009-04-27 Thread Ilan
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

[issue4685] IDLE will not open (2.6.1 on WinXP pro)

2008-12-18 Thread Ilan
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

[issue4685] IDLE will not open (2.6.1 on WinXP pro)

2008-12-17 Thread Ilan
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

[issue2138] Add a factorial function

2008-03-17 Thread Ilan Schnell
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

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2008-03-17 Thread Ilan Schnell
Changes by Ilan Schnell <[EMAIL PROTECTED]>: -- assignee: -> barry nosy: +barry priority: -> normal type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://b

[issue1274] doctest fails to run file based tests with 8bit paths

2008-03-17 Thread Ilan Schnell
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

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
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

[issue1753371] Open always create new tab or new browser

2007-08-24 Thread Ilan Peleg
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