Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] still can't install setuptools/distribute/pip under IronPython
2.7.3
2. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
3. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
4. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
5. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
----------------------------------------------
ISSUES
1. [New issue] still can't install setuptools/distribute/pip under IronPython
2.7.3
http://ironpython.codeplex.com/workitem/33004
User jrjsmrtn has proposed the issue:
"Hello,
it's still not possible to install setuptools or distribute under IronPython
2.7.3, thus preventing the installation or use of pip to easily install Python
packages.
1/ installing distribute per
http://pypi.python.org/pypi/distribute/#installation-instructions:
C:\Program Files (x86)\IronPython 2.7>ipy64.exe
C:\Users\xxx\AppData\Local\Temp\distribute_setup.py
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Extracting in c:\users\xxx\appdata\local\temp\tmpzaunkt
Now working in c:\users\xxx\appdata\local\temp\tmpzaunkt\distribute-0.6.28
Installing Distribute
Before install bootstrap.
Scanning installed packages
No setuptools distribution found
running install
Traceback (most recent call last):
File "setup.py", line 134, in <module>
File "C:\Program Files (x86)\IronPython 2.7\Lib\distutils\core.py", line 151,
in setup
File "C:\Program Files (x86)\IronPython 2.7\Lib\distutils\dist.py", line 952,
in run_commands
File "C:\Program Files (x86)\IronPython 2.7\Lib\distutils\dist.py", line 971,
in run_command
File
"c:\users\xxx\appdata\local\temp\tmpzaunkt\distribute-0.6.28\setuptools\command\install.py",
line 63, in run
AttributeError: 'module' object has no attribute '_getframe'Something went
wrong during the installation.
See the error message above.
2/ installing setuptools, from IronPython directory:
C:\Program Files (x86)\IronPython 2.7>ipy64.exe
D:\Users\xxx\Downloads\setuptools-0.6c11\setup.py install
Traceback (most recent call last):
File "D:\Users\xxx\Downloads\setuptools-0.6c11\setup.py", line 7, in <module>
IOError: System.IO.IOException: execfile: specified file doesn't exist
at IronPython.Modules.Builtin.execfile(CodeContext context, Object filename,
Object globals, Object locals)
at
Microsoft.Scripting.Interpreter.ActionCallInstruction`3.Run(InterpretedFrame
frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0
arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
at
System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite
site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at
Microsoft.Scripting.Interpreter.FuncCallInstruction`7.Run(InterpretedFrame
frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run5[T0,T1,T2,T3,T4,TRet](T0
arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)
at
IronPython.Compiler.Ast.CallExpression.Invoke2Instruction.Run(InterpretedFrame
frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
at IronPython.Compiler.RuntimeScriptCode.InvokeTarget(Scope scope)
at IronPython.Hosting.PythonCommandLine.RunFileWorker(String fileName)
at IronPython.Hosting.PythonCommandLine.RunFile(String fileName)
3/ installing setuptools, from setuptools directory:
D:\Users\xxx\Downloads\setuptools-0.6c11>"c:\Program Files (x86)\IronPython
2.7\ipy64.exe" setup.py install
running install
Traceback (most recent call last):
File "setup.py", line 16, in <module>
File "c:\Program Files (x86)\IronPython 2.7\Lib\distutils\core.py", line 151,
in setup
File "c:\Program Files (x86)\IronPython 2.7\Lib\distutils\dist.py", line 952,
in run_commands
File "c:\Program Files (x86)\IronPython 2.7\Lib\distutils\dist.py", line 971,
in run_command
File
"D:\Users\xxx\Downloads\setuptools-0.6c11\setuptools\command\install.py", line
66, in run
AttributeError: 'module' object has no attribute '_getframe'"-----------------
2. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
http://ironpython.codeplex.com/workitem/33004
User slide_o_mix has commented on the issue:
"For installing setuptools, you need to pass -X:FullFrames to opt. There is a
set of instructions on the wiki."-----------------
3. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
http://ironpython.codeplex.com/workitem/33004
User slide_o_mix has commented on the issue:
"Phone auto corrected "ipy" to "opt""-----------------
4. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
http://ironpython.codeplex.com/workitem/33004
User jrjsmrtn has commented on the issue:
"Hello, slide_o_mix.
> For installing setuptools, you need to pass -X:FullFrames to opt.
I tried with -X:FullFrames, but I get the exact same results with each method I
described... :-/
> There is a set of instructions on the wiki.
Which wiki are you talking about ?
I searched on ironpython.net, ironpython.info, ironpython.codeplex.com,
wiki.python.org but found nothing on setuptools/distribute/pip. Googling
doesn't give up-to-date results either.
In the meantime, I continue to install my packages manually, but it's still a
pain compared to (C)Python on other platforms... :-|"-----------------
5. [New comment] still can't install setuptools/distribute/pip under IronPython
2.7.3
http://ironpython.codeplex.com/workitem/33004
User slide_o_mix has commented on the issue:
"http://ironpython.codeplex.com/wikipage?title=setuptools"
----------------------------------------------
----------------------------------------------
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
http://mail.python.org/mailman/listinfo/ironpython-users