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

Error when compile winexe-waf #13

Open
mab18 opened this issue Oct 13, 2020 · 2 comments
Open

Error when compile winexe-waf #13

mab18 opened this issue Oct 13, 2020 · 2 comments

Comments

@mab18
Copy link

mab18 commented Oct 13, 2020

Hi,

I am unable to compile winexe-waf. I follow the entire issue #12 (comment)
Here is my first error :
Waf: The wscript in '/tmp/winexe/winexe/source/smb_static' is unreadable
Next to that, many errors.

Context : ubuntu 18.04.5 x64
Please, could you help me ?

@Carlos-SS-PMI
Copy link

Perhaps you can find something util on https://sourceforge.net/p/winexe/bugs/77/

@HBSpy
Copy link

HBSpy commented Jun 3, 2021

execfile is deprecated
edit smb_static/wscript
use exec(open("wscript").read()) instead

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

3 participants