[issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

2015-11-06 Thread STINNER Victor

STINNER Victor added the comment:

https://github.com/JukkaL/typing/ looks to be the upstream project for the 
third party "typing" module.

See https://github.com/JukkaL/typing/issues/46

--
nosy: +haypo

___
Python tracker 

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



[issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

2015-11-06 Thread nicolas33

nicolas33 added the comment:

My bad. This happens while running on Python3.3 (while pip3 installed module 
using python3.4).

--
resolution:  -> works for me
status: open -> closed

___
Python tracker 

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



[issue25568] typing backport: AttributeError: 'module' object has no attribute 'GeneratorType'

2015-11-06 Thread nicolas33

New submission from nicolas33:

$ pip3 install typing
$ python3
>>> import typing
Traceback (most recent call last):
  File "", line 1, in 
  File "/home/nicolas/.local/lib64/python3.4/site-packages/typing.py", line 
1449, in 
_G_base = types.GeneratorType
AttributeError: 'module' object has no attribute 'GeneratorType'
>>>

--
messages: 254198
nosy: nicolas33
priority: normal
severity: normal
status: open
title: typing backport: AttributeError: 'module' object has no attribute 
'GeneratorType'
type: crash
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

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