New submission from ali :
I'm following guide below to install Python3.7 from source on Debian-64Bit.
https://linuxize.com/post/how-to-install-python-3-7-on-ubuntu-18-04/
I'm installing Python3.7.9-final-64bit.
But `make -j 8` hanged out more than 2 hours on:
0:22:43 load avg: 1.2
ali added the comment:
I used build_all instead of --enable-optimizations option.
Thanks you.
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from ali :
it would work like this sub("pattern","replace", txt, flags= re.IGNORECASE |
re.DOTALL)
but it wouldnt work like this sub("pattern","replace", txt, re.IGNORECASE |
re.DOTALL)
--
components: Regular Expressions
me
Changes by ali :
--
nosy: +irdb
___
Python tracker
<http://bugs.python.org/issue15809>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/m
New submission from ali :
Hi
After trying to install another IDE for python (Eric4.3.8 and sciTE201)
I'm not able to launch IDLE directly anymore. (I not sure if this is
really relevant)
I can right click on the .py files and choose "edit with IDLE" and
everything works fine.
ali added the comment:
I'm using windows vista x64
I've tried restarting my computer and manually deleting files but didn't
help.
--
___
Python tracker
<http://bugs.py
ali added the comment:
?
--
___
Python tracker
<http://bugs.python.org/issue7217>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/m
ali added the comment:
{Solved}
Thanks for following up Amaury
But my problem was solved yesterday.
There was a few programs in the main python directory which I didn't
want to delete, so I moved them to another directory and manually
deleted C:\Python26 and then restarted my computer.
New submission from Ali Ramezani :
In CLI (Command Line Interpreter):
A tuple has a list component then try to += that component. Since tuple doesn't
allow assignment then it raises error but actually does that.
If you try actual equivalence (A=A+B) it does not.
Python 3.9.1 (tags/v
Change by Ali Rn :
--
components: Regular Expressions
nosy: AliRn, ezio.melotti, mrabarnett
priority: normal
severity: normal
status: open
title: match case does not support regex
type: behavior
versions: Python 3.10, Python 3.11
___
Python tracker
Changes by Ali Polatel:
--
nosy: +hawking
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1651995>
_
___
Python-bugs-list mailing list
Unsubs
Ali Polatel <[EMAIL PROTECTED]> added the comment:
Probably related to this. test_pow fails on alpha with both 2.4.4 and 2.5.2.
test test_pow failed -- Traceback (most recent call last):
File
"/var/tmp/portage/dev-lang/python-2.4.4-r9/work/Python-2.4.4/Lib/test/test_pow.py&quo
New submission from Ali Polatel <[EMAIL PROTECTED]>:
fix_idioms.py generates bad code for conversions in try/except blocks.
Example:
s=(1, 2, 3)
try:
t = list(s)
t.sort()
except TypeError:
pass
fix_idioms.py generates this diff:
--- test.py (original)
+++ test.py (refa
Changes by Ali Polatel <[EMAIL PROTECTED]>:
--
nosy: +hawking
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3678>
___
___
Python
New submission from Ali Afshar <[EMAIL PROTECTED]>:
When using the automodule directive on a module that creates new Gobject
types (eg custom PyGTK widget), the implicit registration of the
imported types fail. (Normally any GObject subclass which has a
__gtype_name__ attribute is automat
Ali Afshar <[EMAIL PROTECTED]> added the comment:
I have managed to reduce the bug to a tiuny test case. It seems that
this only happens when calling automodule directive on a package, with
code in __init__.py which registers a new GType. Moving the code to a a
regular module inside a p
New submission from Ali Afshar <[EMAIL PROTECTED]>:
.. figure:: directive is not handled when writing to latex, and this
directive seems the only way to have a captioned image in rst.
I have added a patch that simply handles the figure, and captions.
Note that figures have an addi
Change by Ali mazloum :
--
type: -> security
___
Python tracker
<https://bugs.python.org/issue42355>
___
___
Python-bugs-list mailing list
Unsubscrib
Change by Ali McMaster :
--
components: Library (Lib)
nosy: Ali McMaster
priority: normal
severity: normal
status: open
title: Add HTTP Response code 451
type: enhancement
___
Python tracker
<https://bugs.python.org/issue39
New submission from Ali McMaster :
https://tools.ietf.org/html/rfc8297
I would like to work on this - PR to follow
--
title: Add HTTP Response code 451 -> Add HTTP Response code 103
___
Python tracker
<https://bugs.python.org/issu
Change by Ali McMaster :
--
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issue39780>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ali McMaster :
--
keywords: +patch
pull_requests: +18040
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18681
___
Python tracker
<https://bugs.python.org/issu
New submission from Ali Zaeri :
Hi this is my problem that I share it in stackowerflow hope you can help me:
https://stackoverflow.com/q/63763089/14168432
--
messages: 376868
nosy: alizaerialora
priority: normal
severity: normal
status: open
title: add BLOB photo to sqlite3 python
Ali Ikinci added the comment:
I have started to work on this.
--
nosy: +aikinci
___
Python tracker
<http://bugs.python.org/issue14238>
___
___
Python-bugs-list m
Ali Ikinci added the comment:
This patch fixes the issue but needs review. It is my first patch ever so be
nice :)
--
keywords: +patch
Added file: http://bugs.python.org/file24800/issue14238.patch
___
Python tracker
<http://bugs.python.
Ali Ikinci added the comment:
I would suggest that this issue is the same as
http://bugs.python.org/issue10496 like Victor pointed out and would say close
it because it is a duplicate.
--
___
Python tracker
<http://bugs.python.org/issue14
Ali Ikinci added the comment:
Together with David we have worked on a fix and test for this. Thanks David.
--
keywords: +patch
Added file: http://bugs.python.org/file24833/Issue14291.patch
___
Python tracker
<http://bugs.python.org/issue14
Ali McMaster added the comment:
To check - do we definitely want to just skip the test if the below OSError is
thrown? Could we attempt to clean wherever the test is writing to before the
test is run/figure out what is using all the space?
--
nosy: +Ali McMaster
New submission from Ali Razmjoo:
Regarding #3468 discussion, there is the same bug was in argparse (and
optparse) which fixed in this PR. utf8 is not supported in argprase module
#3478: https://github.com/python/cpython/pull/3577
current pr: https://github.com/python/cpython/pull/3577
Regards
New submission from Ali Abbas :
nltk is not working properly, showing this error
Traceback (most recent call last):
File "token.py", line 1, in
from nltk.tokenize import word_tokenize, sent_tokenize
File "D:\PYTHON36\lib\site-packages\nltk\__init__.py", l
Ali Rahmjoo added the comment:
I have exactly the same problem mentioned by Brian Gernhardt for 32-bit Python
3.2.3 on Win7.
--
nosy: +alirahmjoo
___
Python tracker
<http://bugs.python.org/issue12
New submission from Ali Ebrahim:
Demonstration in this gist: https://gist.github.com/aebrahim/840
Crash info in this gist: https://gist.github.com/aebrahim/8466749
The code runs without issue on Ubuntu 12.04 (Python 2.7.3), and Windows 7
(Python 2.7.6).
It also ran fine on MacOS X 10.8
Changes by Ali Ebrahim :
--
type: -> crash
___
Python tracker
<http://bugs.python.org/issue20286>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Amr Ali:
Using `multiprocessing.Manager` to share a `dict` between two processes raises
the below exception at main process termination. Child process is joined and
terminates gracefully before the main process.
Replacing multiprocessing/forking.py:135 with `from
Amr Ali added the comment:
Also importing `multiprocessing.forking` at the very beginning of
MyLib/__init__.py fixes the problem.
--
___
Python tracker
<http://bugs.python.org/issue20
New submission from Mo Ali:
Python3 open(), read(), or write()doesn't check argument type before action
causing a hang. Would like to catch exceptions but not without an exception to
return. See below.
Python3.6:
Python 3.6.0 (default, Dec 24 2016, 08:01:42)
[GCC 4.2.1 Compatible Apple
Mo Ali added the comment:
Serhiy,
I expected a type error or a filenotfound like you received, however mine
doesn't return the same. It just hangs. I've attached a picture. Also, I
meant this to be for 3.6 not 3.5.
>>> test = False
>>> with open(test)
New submission from Ali Razmjoo:
Hello,
I've got a problem while using threading in python 2.7.10 windows.
I copied errors in here https://gist.github.com/Ali-Razmjoo/d503171d338c6381f94f
with 845 threads,870 and 1000. there isn't any problem or error with 840-83
New submission from Ali Razmjoo:
Hello,
I using python 2.7.10 on windows and there isn't any problem with this readline
module, but it's not exist in python3.x on windows, is it possible to add it ?
how?
--
messages: 259322
nosy: Ali Razmjoo
priority: normal
severity: nor
New submission from Ali Arar:
All of the sudden, all windows based python stopped working. qtconsole and
spyder. Also, conda, pip, and easy_setup are issuing error messages. Below is
the feedback I am getting. I uninstalled and reinstalled the package that was
working perfectly fine
New submission from Ali Mohammad Pur :
`virtualenv --clear` is extremely eager to delete the passed directory without
any sort of confirmation, leading to possible data-loss
(e.g. with a mistyped command, or a misunderstanding of what it actually does).
Simply deleting an entire directory tree
Ali Mohammad Pur added the comment:
> If similar behavior is also an issue with the Python standard library venv
> module (which is a derivative of virtualenv), please update this issue
> accordingly
Yes, my bad, I should have mentioned that this applies to venv, I will update
Change by Ali Mohammad Pur :
--
title: 'virtualenv --clear' should prompt user before nuking entire directory
-> 'venv --clear' should prompt user before nuking entire directory
___
Python tracker
<https://
Changes by Ali Gholami Rudi:
--
versions: +Python 3.0
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1774736>
_
___
Python-bugs-list mailing list
Ali Gholami Rudi added the comment:
The same as issue1028. Fixed in r57450.
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1774736>
_
___
Python-bugs-
Ali Rizvi-Santiago added the comment:
Sure. It was for Python2 anyways.
-Ali
On Wed, Sep 25, 2019 at 8:00 PM STINNER Victor
wrote:
>
> STINNER Victor added the comment:
>
> Modules/getpath.c and PC/getpathp.c have been deeply reworked with the
> implementation of the PEP 58
New submission from Ali Amin-Nejad :
On macOS, the following minimal example:
```
import tkinter as tk
root = tk.Tk()
button = tk.Button(root, text="Exit", command=root.destroy)
button.pack()
root.wm_overrideredirect(True)
root.mainloop()
```
yields the following stack trace:
```
Ali Amin-Nejad added the comment:
@serhiy.storchaka I tried that command, the returned value is not an empty
string, it is an object of type . However including
that line in my script immediately after creating the `root` object actually
fixes the problem - no more error and the button
Ali Amin-Nejad added the comment:
Thanks Serhiy, the output is:
['StateSpec']
['']
--
___
Python tracker
<https://bugs.python.org/issue45957>
___
__
Ali Amin-Nejad added the comment:
It seems like it must be a mac-specific issue just on 8.6.11 then if ned
couldn't reproduce on 8.6.12. How does one go about upgrading their tkinter
version? Thanks
--
___
Python tracker
<https://bugs.py
New submission from Ali Rizvi-Santiago :
Distutils makes a few incorrect assumptions that prevent it from supporting the
newer Microsoft-y C compilers. This patch fixes it up till MSVC 14.0. There are
2 assumptions that are made by distutils and they are as follows.
The first one is that
New submission from Ali Rizvi-Santiago :
This is specific to the Windows platform as it's the only platform that uses
the registry and other path hacks to identify the default module path. This
patch is mostly intended for embedded Python, but is also applicable to a
stand-alone Pytho
Change by Ali Rizvi-Santiago :
--
title: Re-use already existing functionality to allow Python 2.7.x (both
embedded and standalone) to locate the module path -> Re-use already existing
functionality to allow Python 2.7.x (both embedded and standalone) to locate
the module p
New submission from Ali Massah Kiani:
when i run attached code python.exe exit with code:
when i trace this code problem was the this method :
mat = cv.GetMat(AviFile)
and problem is, not error or exeption rises
this problem is for python or opencv?
thanks.
--
components: Library (Lib
54 matches
Mail list logo