Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PyKE on IronPython
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bill Janssen  
View profile  
 More options Jun 2 2011, 7:22 pm
From: Bill Janssen <bill.jans...@gmail.com>
Date: Thu, 2 Jun 2011 16:22:22 -0700 (PDT)
Local: Thurs, Jun 2 2011 7:22 pm
Subject: PyKE on IronPython
I found myself wanting to run PyKE on IronPython.  Turned out to be
almost easy.

One problem with IP 2.7 is that it doesn't have the subprocess
module.  So I had to move the "import subprocess" in pyke/special.py
further into the code.  I'd post the patch, but this durn bulletin
board doesn't seem to have the necessary non-line-wrapping markup.

Bill


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Nuchia  
View profile  
 More options Apr 6 2012, 5:24 pm
From: Stephen Nuchia <snuc...@gmail.com>
Date: Fri, 6 Apr 2012 14:24:11 -0700 (PDT)
Local: Fri, Apr 6 2012 5:24 pm
Subject: Re: PyKE on IronPython

So, I'm finally actually working on this, and it's my first non-trivial
excursion into PyKE, Python, .NET and (forward chaining) IronPython.

I'm trying to avoid creating a dependency on .NET 4, so I want to use
IronPython 2.6.  I downloaded PyKE 1.1.1 and tried following the yellow
brick road, it did the "build" thing OK but then failed in "install".  I
tried commenting out the import subprocess line but it didn't help

Error messages below.  Any ideas?

byte-compiling c:\Program Files (x86)\IronPython
2.6\Lib\site-packages\pyke\krb_
compiler\ply\yacc.py to yacc.pyc
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\core.py", line
152,
in setup
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\dist.py", line
975,
in run_commands
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\dist.py", line
995,
in run_command
  File "c:\Program Files (x86)\IronPython
2.6\Lib\distutils\command\install.py",
 line 589, in run
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\cmd.py", line
333, i
n run_command
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\dist.py", line
995,
in run_command
  File "c:\Program Files (x86)\IronPython
2.6\Lib\distutils\command\install_lib.
py", line 100, in run
  File "c:\Program Files (x86)\IronPython
2.6\Lib\distutils\command\install_lib.
py", line 134, in byte_compile
  File "c:\Program Files (x86)\IronPython 2.6\Lib\distutils\util.py", line
550,
in byte_compile
  File "c:\Program Files (x86)\IronPython 2.6\Lib\py_compile.py", line 138,
in c
ompile
ValueError: unmarshallable object
c:\Program Files (x86)\pyke-1.1.1>dir


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Frederiksen  
View profile  
 More options Apr 7 2012, 10:54 am
From: Bruce Frederiksen <dangy...@gmail.com>
Date: Sat, 7 Apr 2012 10:54:57 -0400
Local: Sat, Apr 7 2012 10:54 am
Subject: Re: PyKE on IronPython

If you don't have access to mercurial, you can email me the files that you
changed and I'll incorporate the change.

-bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Frederiksen  
View profile  
 More options Apr 7 2012, 11:40 am
From: Bruce Frederiksen <dangy...@gmail.com>
Date: Sat, 7 Apr 2012 11:40:59 -0400
Local: Sat, Apr 7 2012 11:40 am
Subject: Re: PyKE on IronPython

Stephen,

Not sure what the problem is that you're having.  It looks like an
IronPython issue.  Pyke encountered errors in IronPython that were reported
Dec 2008 as item# 20143 <http://ironpython.codeplex.com/workitem/20143> to
the ironpython project.  This was reported fixed in Ironpython 2.6.1 in Feb
2010.  So I would be sure that you are using 2.6.1 or later of IronPython.
 But that bug was different than this one.

Bill apparently didn't have this problem, so wondering if there is some
other problem with ironpython 2.6?  This would be a question for the
ironpython folks.  I don't have a windows box to play with ironpython.

-Bruce


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »