Stephen Nuchia
unread,Apr 6, 2012, 5:24:11 PM4/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py...@googlegroups.com
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