[issue44602] Issue with get_build_version in msvc9compiler.py in distutils
New submission from Rajesh : get_build_version method in msvc9compiler.py file in distutils folder is returning MSVC version as "14.2" for Python 3.9. 14.2 is the build version for Visual Studio 2015, but Visual studio 2015 wont work on Windows 10 as per the below link https://visualstudio.microsoft.com/vs/support/vs2015/visual-studio-2015-system-requirements/ So, Python 3.9 wont work on Windows 10? I am trying to install wxPython 4.0.7 using "pip install wxPython==4.0.7" but facing error to find the visual studio in Windows 10 using Python 3 -- messages: 397269 nosy: kalyan priority: normal severity: normal status: open title: Issue with get_build_version in msvc9compiler.py in distutils type: behavior ___ Python tracker <https://bugs.python.org/issue44602> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue44602] Issue with get_build_version in msvc9compiler.py in distutils
Rajesh added the comment: Recently Microsoft also removed support to install Visual Studio 2015 installation using installer, so users who need visual studio 2015 must download and then install. This will cause issues to Python packages that depend on distutils which again depends on visual studio 2015 -- ___ Python tracker <https://bugs.python.org/issue44602> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34644] Bug in reverse method
New submission from Rajesh : List.reverse() this is working in reverse order List.reverse this is not giving syntax error and printing the list as it is. Can you consider this as bug and fix it in further versions ? -- messages: 325136 nosy: rajesh99div99 priority: normal severity: normal status: open title: Bug in reverse method type: behavior versions: Python 3.6 ___ Python tracker <https://bugs.python.org/issue34644> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9142] while executing python
New submission from rajesh : while executing the python file: python sercon.py It Displays the below error.kindly provide me the solution. Updated the Configparser log Exception in Tkinter callback Traceback (most recent call last): File "/usr/local/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__ return self.func(*args) File "/ug6/RAJESH/finacle/TParty/lib/python2.3/site-packages/Pmw/Pmw_1_1/lib/PmwPanedWidget.py", line 307, in _handleConfigure self._getNaturalSizes() File "/ug6/RAJESH/finacle/TParty/lib/python2.3/site-packages/Pmw/Pmw_1_1/lib/PmwPanedWidget.py", line 338, in _getNaturalSizes bw = string.atoi(self.cget('hull_borderwidth')) File "/usr/local/lib/python2.3/string.py", line 220, in atoi return _int(s, base) TypeError: int() can't convert non-string with explicit base Traceback (most recent call last): File "sercon.py", line 264, in ? prodname,primaryIP,flag1 = displayScreen1(prodname,primaryIP) File "sercon.py", line 141, in displayScreen1 widget = screen1.screen1(root,prodname,prodprimaryIP) File "/ug6/RAJESH/finacle/app/base/sercon/tools/screen1.py", line 228, in __init__ self.panes.configurepane('IPAddresses',size = 0.35) File "/ug6/RAJESH/finacle/TParty/lib/python2.3/site-packages/Pmw/Pmw_1_1/lib/PmwPanedWidget.py", line 521, in configurepane self._handleConfigure() File "/ug6/RAJESH/finacle/TParty/lib/python2.3/site-packages/Pmw/Pmw_1_1/lib/PmwPanedWidget.py", line 307, in _handleConfigure self._getNaturalSizes() File "/ug6/RAJESH/finacle/TParty/lib/python2.3/site-packages/Pmw/Pmw_1_1/lib/PmwPanedWidget.py", line 338, in _getNaturalSizes bw = string.atoi(self.cget('hull_borderwidth')) File "/ug6/RAJESH/finacle/TParty/lib/python2.3/string.py", line 220, in atoi return _int(s, base) TypeError: int() can't convert non-string with explicit base -- messages: 109103 nosy: rajesh.chandran priority: normal severity: normal status: open title: while executing python type: compile error versions: Python 2.5 ___ Python tracker <http://bugs.python.org/issue9142> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17114] Python IDLE GUI does not open in Ubuntu 12.04
New submission from Swarnkar Rajesh: [Hello all. Just registered to ask this.] I insatlled python 3.2 from Ubuntu Software Center. It created python Icon in launcher as expected. It was working fine until i customized the IDLE theme. I edited the config-highlight.cfg found in /home/user/.idlerc (hidden) directory. I copy pasted desert color theme into this file and pressed save.(I perfectly edited file with leaving one newline at end. So it is not issue with editing i believe.) Then i closed the editor. When i tried running by clicking 'IDLE (Using Python 3.2)' in Ubuntu launcher, it glows for a while then nothing shows up. I could see a process name python running in system monitor, but no IDLE window. I tried these issues : 4049 15998 8099 7265 But all these issues are related to windows OS. I tried follwing the similar instruction but i see three directories in /usr/lib/ as python2.7, python3 and python3.2. I am stuck at this point. So i did not choose to proceed. :S Can you please see into it? Thank you. -- components: IDLE messages: 181271 nosy: rjs.swarnkar priority: normal severity: normal status: open title: Python IDLE GUI does not open in Ubuntu 12.04 versions: Python 3.2 ___ Python tracker <http://bugs.python.org/issue17114> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17114] Python IDLE GUI does not open in Ubuntu 12.04
Swarnkar Rajesh added the comment: Sure, Here it is: [Rajesh_Python_Settings] definition-foreground = #86deff error-foreground = #ff1c1c normal-foreground = #ff keyword-foreground = #fff900 hilite-foreground = #00 comment-background = #511633 hit-foreground = #ff builtin-background = #511633 stdout-foreground = #efefef cursor-foreground = #f5 string-background = #511633 break-background = #55 comment-foreground = #997678 hilite-background = gray definition-background = #511633 stderr-background = #511633 hit-background = #00 console-foreground = #2cbbff normal-background = #511633 builtin-foreground = #f4cec6 stdout-background = #511630 console-background = #511644 stderr-foreground = #ff5900 keyword-background = #511633 string-foreground = #00e05b break-foreground = black error-background = #311634 cursor-foreground = black [Obsidian] definition-foreground = #678CB1 error-foreground = #FF string-background = #293134 keyword-foreground = #93C763 normal-foreground = #E0E2E4 comment-background = #293134 hit-foreground = #E0E2E4 builtin-background = #293134 stdout-foreground = #678CB1 cursor-foreground = #E0E2E4 break-background = #293134 comment-foreground = #66747B hilite-background = #2F393C hilite-foreground = #E0E2E4 definition-background = #293134 stderr-background = #293134 hit-background = #00 console-foreground = #E0E2E4 normal-background = #293134 builtin-foreground = #E0E2E4 stdout-background = #293134 console-background = #293134 stderr-foreground = #FB keyword-background = #293134 string-foreground = #EC7600 break-foreground = #E0E2E4 error-background = #293134 The erlier one is my own custom setting, i edited it on idle and saved as custom theme. Also to mention later one theme added via text editor from this site: ramdump(dot)com/2011/08/04/obsidian-theme-for-idle/. Thanks. -- ___ Python tracker <http://bugs.python.org/issue17114> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17114] Python IDLE GUI does not open in Ubuntu 12.04
Swarnkar Rajesh added the comment: Thank you Serhiy Storchaka. It worked well. I did not noticed that. Thanks again. -- ___ Python tracker <http://bugs.python.org/issue17114> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue17114] Python IDLE GUI does not open in Ubuntu 12.04
Swarnkar Rajesh added the comment: How can i install this patch? -- ___ Python tracker <http://bugs.python.org/issue17114> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40083] No run option available in python idle in version 3.8.2
New submission from Rajesh R Naik : i using pyhton 3.8.2 latest version in that there no run option available in python idle. so please help also iam using windows 10 home -- assignee: terry.reedy components: IDLE messages: 365137 nosy: Raj_110, terry.reedy, twouters priority: normal severity: normal status: open title: No run option available in python idle in version 3.8.2 type: performance versions: Python 3.8 ___ Python tracker <https://bugs.python.org/issue40083> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40083] No run option available in python idle in version 3.8.2
Rajesh R Naik added the comment: i thought this issue is with windows home edition please confirm and resolve -- ___ Python tracker <https://bugs.python.org/issue40083> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue40083] No run option available in python idle in version 3.8.2
Rajesh R Naik added the comment: 1.How are you installing python? From the python.org installer (which one)? From the Window store? From a 3rd party installer (which one)? >> we installed form python.org not from windows store and not 3rd party 2.How do you start IDLE? >> by searching python idle on start windows in laptop 3. What does Help => About IDLE say about the tk version? >> We are using python 3.8.2 version 4.How do you get an editor window? What do you see on the menu? If Run appears, what happens when you click it? >> after installed its shows the editor window in that not showing run option. 5.Start IDLE from Command Prompt with "py -3.8 -m idlelib". Do you ever see any error messages? >> no idea how to run py idel in command promot 6.Have you touched any files in Lib/idlelib? >> I have touched the Lib/idlelib. -- ___ Python tracker <https://bugs.python.org/issue40083> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5430] imaplib: must not replace LF or CR by CRLF in literals
Rajesh S R added the comment: Am quite new here; just searching hard to contribute, would like to patch this, if I can go ahead. Don't we need to patch the original imaplib code also? just remove the line: self.literal = MapCRLF.sub(CRLF, message) and have: self.literal = message Or am I missing something completely? -- nosy: +rajeshsr ___ Python tracker <http://bugs.python.org/issue5430> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com