<div dir="ltr">Ashraya,<div><br></div><div>I'm curious - why do you want to install pynie?<br><div><br></div><div>Thank you,</div><div>Matthew Wilson</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Sep 19, 2013 at 10:24 PM, Ashraya <span dir="ltr"><<a href="mailto:theemeraldsoul@gmail.com" target="_blank">theemeraldsoul@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi All,<div><br></div><div>Please reply to this problem. I am in need to install pynie. </div><div>Please help. Thanks in advance.</div><div><br></div><div>With Best Regards,</div><div>Ashiva</div></div><div class="gmail_extra">
<div class="im">

<br clear="all"><div>Thanks & Regards,<i><br>Ashraya S Shiva</i><br></div>
<br><br></div><div><div class="h5"><div class="gmail_quote">On Tue, Sep 10, 2013 at 11:50 PM, Ashraya <span dir="ltr"><<a href="mailto:theemeraldsoul@gmail.com" target="_blank">theemeraldsoul@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div><div><div><div>Hello Duke, Will, Allison,<br><br></div>I could get partcl working with the latest version of parrot :)<br><br></div>It only needs the Glob.pir file and with that, it compiles and executes tcl files well.<br>



<br></div>But, pynie is not even getting compiled. Please help.<br><br></div>Thanks & Regards,<br></div>Ashiva<br></div><div class="gmail_extra"><div><br clear="all"><div>Thanks & Regards,<i><br>Ashraya S Shiva</i><br>



</div>
<br><br></div><div><div><div class="gmail_quote">On Tue, Sep 10, 2013 at 10:59 AM, Ashraya <span dir="ltr"><<a href="mailto:theemeraldsoul@gmail.com" target="_blank">theemeraldsoul@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Hello Duke,<br><br></div> This is the sub-routine that has the line 271 in HLLCompiler.pir. Please check.<br><div><div><br> 224 =item addstage(string stagename [, "option" => value, ... ])<br>




 225 <br> 226 Add a stage to the compilation process queue. Takes either a "before" or<br> 227 "after" named argument, which gives the relative ordering of the stage<br> 228 to be added. If "before" and "after" aren't specified, the new stage is<br>




 229 inserted at the end of the queue.<br> 230 <br> 231 It's possible to add multiple stages of the same name: for example, you<br> 232 might repeat a stage like "optimize_tree" or "display_benchmarks" after<br>




 233 each transformation. If you have multiple stages of the same name, and<br> 234 add a new stage before or after that repeated stage, the new stage will<br> 235 be added at every instance of the repeated stage.<br> 236 <br>




 237 =cut<br> 238 <br> 239 .sub 'addstage' :method<br> 240     .param string stagename<br> 241     .param pmc adverbs         :slurpy :named<br> 242 <br> 243     .local string position, target<br> 244     .local pmc stages<br>




 245     stages = getattribute self, '@stages'<br> 246 <br> 247     $I0 = exists adverbs['before']<br> 248     unless $I0 goto next_test<br> 249       position = 'before'<br> 250       target = adverbs['before']<br>




 251     goto positional_insert<br> 252 <br> 253   next_test:<br> 254     $I0 = exists adverbs['after']<br> 255     unless $I0 goto simple_insert<br> 256       position = 'after'<br> 257       target = adverbs['after']<br>




 258 <br> 259   positional_insert:<br> 260     .local pmc it, newstages<br> 261     newstages = new 'ResizableStringArray'<br> 262 <br> 263     it = iter stages<br> 264   iter_loop:<br> 265     unless it goto iter_end<br>




 266     .local pmc current<br> 267     current = shift it<br> 268     unless current == target goto no_insert_before<br> 269       unless position == 'before' goto no_insert_before<br> 270         push newstages, stagename<br>




 271     no_insert_before:<br> 272 <br> 273     push newstages, current<br> 274 <br> 275     unless current == target goto no_insert_after<br> 276       unless position == 'after' goto no_insert_after<br> 277         push newstages, stagename<br>




 278     no_insert_after:<br> 279 <br> 280     goto iter_loop<br> 281   iter_end:<br> 282     setattribute self, '@stages', newstages<br> 283     goto done<br> 284 <br> 285   simple_insert:<br> 286     push stages, stagename<br>




 287   done:<br> 288 <br> 289 .end<br><br><br></div><div>Thanks & Regards,<br>Ashiva<br></div></div></div><div class="gmail_extra"><div><br clear="all"><div>Thanks & Regards,<i><br>Ashraya S Shiva</i><br>
</div>
<br><br></div><div><div><div class="gmail_quote">On Fri, Sep 6, 2013 at 9:03 PM, Jonathan "Duke" Leto <span dir="ltr"><<a href="mailto:jonathan@leto.net" target="_blank">jonathan@leto.net</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">Howdy,<br><br></div><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 6, 2013 at 1:31 AM, Ashraya <span dir="ltr"><<a href="mailto:theemeraldsoul@gmail.com" target="_blank">theemeraldsoul@gmail.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>compilers/pct/src/PCT/HLLCompiler.pir:751</div></blockquote></div><br></div><div class="gmail_extra">My guess is that there is perhaps some kind of Unicode character or an unsupported character set on line 751 of HLLCompiler.pir, could you show us what that line looks like on your system?<span><font color="#888888"><br>





<br></font></span></div><span><font color="#888888"><div class="gmail_extra">Duke<br></div></font></span><div><div class="gmail_extra"><br clear="all"><br>-- <br><div dir="ltr">Jonathan "Duke" Leto <<a href="mailto:duke@leto.net" target="_blank">duke@leto.net</a>><br>





Leto Labs LLC <a href="http://letolabs.com" target="_blank">http://letolabs.com</a><br>209.691.DUKE <a href="http://duke.leto.net" target="_blank">http://duke.leto.net</a><br><a href="https://twitter.com/dukeleto" target="_blank">@dukeleto</a> <a href="http://linkedin.leto.net" target="_blank">LinkedIn</a> <a href="https://github.com/leto" target="_blank">Github</a><br>





<br></div>
</div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
<a href="http://lists.parrot.org/mailman/listinfo/parrot-dev" target="_blank">http://lists.parrot.org/mailman/listinfo/parrot-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Sent by the Internet<br><br>---------------------------------------------------------------------<br>Login to LinkedIn to see my whole profile and Connect<br>
<a href="http://linkedin.com/in/mattswilson" target="_blank">http://linkedin.com/in/mattswilson</a>
</div>