Drew Scholz added the comment:
I think you are right. I'll move this to the Django bug tracker.
Thank you.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Drew Scholz :
After upgrading our Django 1.11 project from Python 2.7 to 3.7, our single
endpoint decorator to override django conf settings no longer works.
requests.py inside the virtual environment
/lib/python3.7/site-packages/django/http triggers the RequestDataTooBig
New submission from Drew DeVault :
A gzip file can have uncompressed data written to it, writing compressed data
to the underlying file. It can also have uncompressed data read from it,
reading compressed data from the underlying file.
However, it does not support reading compressed data
Change by Drew DeVault :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue39346>
___
___
Python-bugs-list mailing list
Unsubscrib
Drew DeVault added the comment:
Sorry for the delay, was travelling for the holidays. I'll check that this is
not an issue with 3.8.1. Thanks!
--
___
Python tracker
<https://bugs.python.org/is
New submission from Drew DeVault :
File "/usr/lib/python3.8/site-packages/emailthreads/threads.py", line 14, in
get_message_by_id
if msg["message-id"] == msg_id:
File "/usr/lib/python3.8/email/message.py", line 391, in __getitem__
return self.get(na
New submission from Drew Budwin :
Using Python 3.7, I am trying to catch an exception and re-raise it by
following an example I found on StackOverflow
(https://stackoverflow.com/a/6246394/1595510). While the example does work, it
doesn't seem to work for all situations. Below I hav
New submission from Drew:
$ pip-3.3 install humanhash
$ python3
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more informati
Drew French added the comment:
This is also true for some of the other dialogs (such as the file dialogs).
Does anyone know if this behavior can be changed in Tk itself?
--
nosy: +Drew.French
___
Python tracker
<http://bugs.python.org/issue15
New submission from Drew French :
In the method, is evaluated as a Boolean (when
Tkinter attempts to find a parent for the widget). I think it should really be
evaluated against , seeing as that is the default keyword
argument value for most widgets. I ran into problems with this when
Philip Drew added the comment:
Awesome. It's fixed- do you still want to know whether or not the game works.
In case it helps, I installed the game before python
--
___
Python tracker
<http://bugs.python.org/is
Philip Drew added the comment:
Ok, python now works in command prompt, but IDLE still wont run.
Also, PYTHONHOME needs to be reset on every start up of command prompt.
--
___
Python tracker
<http://bugs.python.org/issue12
Philip Drew added the comment:
C:\Users\PWTD>set PY
PYTHONHOME=c:\program files (x86)\steam\steamapps\common\alien
swarm\swarm\..\sdktools\python\2.5
C:\Users\PWTD>chcp
Active code page: 850
C:\Users\PWTD>
--
___
Python track
Philip Drew added the comment:
Gave it a go: the prompt appears, but none of the functions work thereafter
C:\Users\PWTD>c:\Python27\python -S
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on
win32
>>> print "hello"
LookupError: no
Philip Drew added the comment:
Reinstalling makes no difference- have tried multiple times
--
___
Python tracker
<http://bugs.python.org/issue12140>
___
___
Pytho
Philip Drew added the comment:
The site module is in the right place
This is what I got running the -v flag: (I don't know what you're looking for)
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\PWTD>c:\Python27\
Philip Drew added the comment:
The error message is:
ImportError: No module named site.
--
___
Python tracker
<http://bugs.python.org/issue12140>
___
___
Pytho
New submission from Philip Drew :
Upon execution of python.exe a command line box appears for a fraction of a
second, closes and is followed by nothing. On executing IDLE from the start
menu, nothing happens. I have installed python to C:\Python27 using the python
windows installer.
I am
New submission from Drew Hintz :
Adds a mimetype entry for image/vnd.microsoft.icon
This mimetype is commonly used for favicon.ico files and is registered
with IANA.
--
components: Library (Lib)
files: mimetypes.py.diff
keywords: patch
messages: 82373
nosy: adhintz
severity: normal
19 matches
Mail list logo