Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 #35

Closed
zinsbill opened this issue May 18, 2018 · 2 comments
Closed

Python3 #35

zinsbill opened this issue May 18, 2018 · 2 comments

Comments

@zinsbill
Copy link

Has anyone gotten this to run under Python 3? In Ubuntu, I tried 3.3 and 3.5 and 3.6... no luck, it always blew up at the same point. Actually, to be clear, Byterun sometimes worked to an extent, but the TESTS always blew up consistently, so that's what I mean by no luck. Has anyone gotten the tests to succeed?

@zinsbill
Copy link
Author

...continued from above... I am seeing this every time:
-- stdout ----------
----------------------------------------------------------------------------------- Captured log call ------------------------------------------------------------------------------------
pyvm2.py 241 ERROR Caught exception during execution
Traceback (most recent call last):
File "/home/willardz/devl/byterun/byterun/pyvm2.py", line 236, in dispatch
why = bytecode_fn(*arguments)
File "/home/willardz/devl/byterun/byterun/pyvm2.py", line 925, in byte_CALL_FUNCTION
return self.call_function(arg, [], {})
File "/home/willardz/devl/byterun/byterun/pyvm2.py", line 966, in call_function
retval = func(*posargs, **namedargs)
TypeError: build_class: func must be a function
========================================================================== 41 failed, 58 passed in 1.81 seconds ==========================================================================

@zinsbill
Copy link
Author

Closing this: I found the branch for Py3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant