[issue26440] tarfile._FileInFile.seekable is broken in stream mode

2018-07-29 Thread Mickaël S .

Change by Mickaël S. :


--
keywords: +patch
pull_requests: +8069
stage:  -> patch review

___
Python tracker 
<https://bugs.python.org/issue26440>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34035] Several AttributeError in zipfile seek() methods

2018-07-28 Thread Mickaël S .

Change by Mickaël S. :


--
title: zipfile: AttributeError in "seek" method of "_SharedFile" class -> 
Several AttributeError in zipfile seek() methods

___
Python tracker 
<https://bugs.python.org/issue34035>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

2018-07-28 Thread Mickaël S .

Change by Mickaël S. :


--
keywords: +patch
pull_requests: +8045
stage: needs patch -> patch review

___
Python tracker 
<https://bugs.python.org/issue34035>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

2018-07-28 Thread Mickaël S .

Mickaël S.  added the comment:

Little word to say I am working on at EuroPython 2018.

--
nosy: +Tiger-222

___
Python tracker 
<https://bugs.python.org/issue34035>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33903] Can't use lib2to3 with embeddable zip file

2018-06-21 Thread Mickaël S .

Mickaël S.  added the comment:

In my case, on the computer doing releases, I cannot use the full Python 
installer (even with a minimal unattend.xml file) because any software 
installation is prohibited. This is an issue in my side but it is for the 
context.

I was expecting to be able to install modules even with the embeddable Python. 
I do not see that limitation in the docs.

The issue here is that I cannot install a package with no wheel because pip 
requires 'lib2to3\\Grammar3.6.5.final.0.pickle' (even if I am targetting python 
3.6 only). Do you see it as an issue or a desired behavior?

--

___
Python tracker 
<https://bugs.python.org/issue33903>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33903] Can't use lib2to3 with embeddable zip file

2018-06-19 Thread Mickaël S .

New submission from Mickaël S. :

As stated by https://bugs.python.org/issue24960, the bug should be fixed in 
3.6.5 (if it is the same, not sure).

Simple reproduction steps are:

1) Download and unzip python-3.6.5-embed-win32.zip.

2) Install pip (OK):
C:\Users\TestW764\python-3.6.5-embed-win32> python get-pip.py
Collecting pip
  Using cached 
https://files.pythonhosted.org/packages/0f/74/.../pip-10.0.1-py2.py3-none-any.whl
Collecting setuptools
  Using cached 
https://files.pythonhosted.org/packages/7f/e1/.../setuptools-39.2.0-py2.py3-none-any.whl
Collecting wheel
  Using cached 
https://files.pythonhosted.org/packages/81/30/.../wheel-0.31.1-py2.py3-none-any.whl
Installing collected packages: pip, setuptools, wheel
  The script wheel.exe is installed in 
'C:\Users\TestW764\python-3.6.5-embed-win32\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this 
warning, use --no-warn-script-location.
Successfully installed pip-10.0.1 setuptools-39.2.0 wheel-0.31.1

3) In python36._pth, uncomment "import site".

4) Try to install anything else:
C:\Users\TestW764\python-3.6.5-embed-win32> python -m pip install nuxeo
Collecting nuxeo
  Using cached 
https://files.pythonhosted.org/packages/b3/c9/.../nuxeo-2.0.1.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info\nuxeo.egg-info
writing pip-egg-info\nuxeo.egg-info\PKG-INFO
writing dependency_links to pip-egg-info\nuxeo.egg-info\dependency_links.txt

writing requirements to pip-egg-info\nuxeo.egg-info\requires.txt
writing top-level names to pip-egg-info\nuxeo.egg-info\top_level.txt
writing manifest file 'pip-egg-info\nuxeo.egg-info\SOURCES.txt'
error: [Errno 0] Error: 'lib2to3\\Grammar3.6.5.final.0.pickle'

Command "python setup.py egg_info" failed with error code 1 in 
C:\Users\TestW764\AppData\Local\Temp\pip-install-0gzz8yfg\nuxeo\

Do you think it is a sub-issue of 24960, something new or I bug from my side?

--
components: 2to3 (2.x to 3.x conversion tool)
messages: 319974
nosy: Tiger-222
priority: normal
severity: normal
status: open
title: Can't use lib2to3 with embeddable zip file
versions: Python 3.6

___
Python tracker 
<https://bugs.python.org/issue33903>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com