Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] IronPython 2.7.5 B3 does not work with Pyro 4
2. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
3. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
4. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
5. [New issue] installing pylint with pip produces errors
6. [New comment] installing pylint with pip produces errors

----------------------------------------------

ISSUES

1. [New comment] IronPython 2.7.5 B3 does not work with Pyro 4
http://ironpython.codeplex.com/workitem/35667
User paweljasinski has commented on the issue:

"<p>pylint suffers from the same problem</p>"-----------------

2. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
http://ironpython.codeplex.com/workitem/35682
User paweljasinski has commented on the issue:

"<p>&gt; I am afraid it would be not very useful to provide any more details 
(code samples, etc), because exception is thrown in various, seemingly totally 
unrelated, places while running the same piece of code with identical input 
parameters for every code run.</p><p>It is very difficult to fix something 
without being able to reproduce it.<br>Any chance to see something what throws 
the exception, even if it is random?<br></p>"-----------------

3. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
http://ironpython.codeplex.com/workitem/35682
User paweljasinski has commented on the issue:

"<p>Running pylint over a complex project appears to trigger similar 
problem:<br>```<br>Exception in generator &lt;generator object at 
0x000000000000002C&gt; ignored<br>Traceback (most recent call 
last):<br>ValueError: Index was out of range. Must be non-negative and less 
than the size of the collection.<br>Parameter name: index</p><p>Exception in 
generator &lt;generator object at 0x000000000000002E&gt; ignored<br>Traceback 
(most recent call last):<br>ValueError: Index was out of range. Must be 
non-negative and less than the size of the collection.<br>Parameter name: 
index</p><p>Exception in generator &lt;generator object at 
0x000000000000002F&gt; ignored<br>Traceback (most recent call 
last):<br>ValueError: Index was out of range. Must be non-negative and less 
than the size of the collection.<br>Parameter name: 
index<br>```</p>"-----------------

4. [New comment] ValueError: Index was out of range. Must be non-negative and 
less than the size of the collection.
http://ironpython.codeplex.com/workitem/35682
User paweljasinski has commented on the issue:

"<p>@s3e3 Can you at least show the stack traces?</p>"-----------------

5. [New issue] installing pylint with pip produces errors
http://ironpython.codeplex.com/workitem/35683
User paweljasinski has proposed the issue:

"install appear to work, but the error is confusing
$ ~/github/IronLanguages/bin/Debug/Scripts/pip2.7.exe -v install colorama
Downloading/unpacking colorama
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\lib\site-packages\pip\_vendor\requests\packages\urllib3\connectionpool.py:1:
 DeprecationWarning: object.__new__() takes no parameters
  # urllib3/connectionpool.py
  Using version 0.3.2 (newest of versions: 0.3.2, 0.3.2, 0.3.1, 0.3.1, 0.3.0, 
0.2.7, 0.2.7, 0.2.6, 0.2.6, 0.2.5, 0.2.5, 0.2.4, 0.2.4, 0.2.3, 0.2.3, 0.2.2, 
0.2.2, 0.2.1, 0.2.1, 0.2.0, 0.2.0, 0.1.18, 0.1.18, 0.1.17, 0.1.17, 0.1.16, 
0.1.16, 0.1.15, 0.1.15, 0.1.14, 0.1.14, 0.1.13, 0.1.13, 0.1.12, 0.1.12, 0.1.11, 
0.1.11, 0.1.10, 0.1.10, 0.1.9, 0.1.9, 0.1.8, 0.1.8, 0.1.7, 0.1.7, 0.1.6, 0.1.6, 
0.1.5, 0.1.5, 0.1.4, 0.1.4, 0.1.3, 0.1.3, 0.1.2, 0.1.2, 0.1.1, 0.1.1, 0.1)
  Downloading colorama-0.3.2.tar.gz
  Downloading from URL 
https://pypi.python.org/packages/source/c/colorama/colorama-0.3.2.tar.gz#md5=2949d760dfe510a74f5bf4287d474f33
 (from https://pypi.python.org/simple/colorama/)
  Running setup.py (path:c:\cygwin64\tmp\pip_build_rejap\colorama\setup.py) 
egg_info for package colorama
    Error processing line 1 of 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\lib\site-packages\logilab_common-0.63.0-py2.7-nspkg.pth:

      Traceback (most recent call last):
        File 
"C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site.py", line 164, 
in addpackage
          exec line
        File "<string>", line 1, in <module>
      AttributeError: 'module' object has no attribute '_getframe'

    Remainder of file ignored
    <string>:1: DeprecationWarning: object.__init__() takes no parameters for 
type KeyedRef
    running egg_info
    creating pip-egg-info\colorama.egg-info
    writing dependency_links to 
pip-egg-info\colorama.egg-info\dependency_links.txt
    writing pip-egg-info\colorama.egg-info\PKG-INFO
    writing top-level names to pip-egg-info\colorama.egg-info\top_level.txt
    writing manifest file 'pip-egg-info\colorama.egg-info\SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'pip-egg-info\colorama.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'pip-egg-info\colorama.egg-info\SOURCES.txt'
Installing collected packages: colorama
  Running setup.py install for colorama
    Error processing line 1 of 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\lib\site-packages\logilab_common-0.63.0-py2.7-nspkg.pth:

      Traceback (most recent call last):
        File 
"C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site.py", line 164, 
in addpackage
          exec line
        File "<string>", line 1, in <module>
      AttributeError: 'module' object has no attribute '_getframe'

    Remainder of file ignored
    <string>:1: DeprecationWarning: object.__init__() takes no parameters for 
type KeyedRef
    running install
    running build
    running build_py
    creating build
    creating build\lib
    creating build\lib\colorama
    copying colorama\ansi.py -> build\lib\colorama
    copying colorama\ansitowin32.py -> build\lib\colorama
    copying colorama\initialise.py -> build\lib\colorama
    copying colorama\win32.py -> build\lib\colorama
    copying colorama\winterm.py -> build\lib\colorama
    copying colorama\__init__.py -> build\lib\colorama
    warning: build_py: byte-compiling is disabled, skipping.

    running install_lib
    creating 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\ansi.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\ansitowin32.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\initialise.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\win32.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\winterm.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    copying build\lib\colorama\__init__.py -> 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama
    warning: install_lib: byte-compiling is disabled, skipping.

    running install_egg_info
    running egg_info
    writing dependency_links to colorama.egg-info\dependency_links.txt
    writing colorama.egg-info\PKG-INFO
    writing top-level names to colorama.egg-info\top_level.txt
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'colorama.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'colorama.egg-info\SOURCES.txt'
    Copying colorama.egg-info to 
C:\cygwin64\home\rejap\github\IronLanguages\bin\Debug\Lib\site-packages\colorama-0.3.2-py2.7.egg-info
    running install_scripts
    writing list of installed files to 
'c:\cygwin64\tmp\pip-xb84lz-record\install-record.txt'
Successfully installed colorama
Cleaning up...
  Removing temporary dir c:\cygwin64\tmp\pip_build_rejap...

rejap@WIN-CUE1I6EN9JB ~
"-----------------

6. [New comment] installing pylint with pip produces errors
http://ironpython.codeplex.com/workitem/35683
User paweljasinski has commented on the issue:

"<p>the problem originates in 
lib\site-packages\logilab_common-0.63.0-py2.7-nspkg.pth<br>This pops on any ipy 
execution without frames enabled once logilab-common is installed.</p>"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to