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
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 li
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?
>>
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/issue40
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
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
Swarnkar Rajesh added the comment:
How can i install this patch?
--
___
Python tracker
<http://bugs.python.org/issue17114>
___
___
Python-bugs-list mailin
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/issue17
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
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
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&q
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
12 matches
Mail list logo