-
Notifications
You must be signed in to change notification settings - Fork 95
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
syntax error while compiling #33
Comments
Version of python, please? |
Python 2.7.12 |
Sounds weird, should work properly. Is it Linux? UPDATE: Found out who you're. I cannot reproduce that problem by running pyew.py. How are you calling it? |
I am not running it, I want to compile it for faster execution:
|
Oh, that's different! From what I can tell, it seems that file is never used by VTrace (the part that is failing.) So, it was as easy as removing that file (and a little mod in the z80 disassembler also from VTrace). Fixed with 41d3d78 |
File "./vstruct/defs/windows/win_5_1_i386/win32k.py", line 358
class ACCESS_STATE::__unnamed(vstruct.VStruct):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: