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

Unable to convert A+B problem #7

Open
vors opened this issue Nov 8, 2019 · 1 comment
Open

Unable to convert A+B problem #7

vors opened this issue Nov 8, 2019 · 1 comment

Comments

@vors
Copy link

vors commented Nov 8, 2019

Repro

  1. Downloaded A+B package that comes as an example with a new polygon account, pacakge revision 4.
    Also available here:
    example-a-plus-b-4.zip

  2. Run python2 ./p2d.py -o ./a_plus_b ./example-a-plus-b-4.zip

  3. Got this error

Traceback (most recent call last):
  File "./p2d.py", line 111, in <module>
    copyfile(PACKAGE_DIR+'/tests/'+test+EXTENSION_FOR_OUTPUT,OUTPUT_DIR+'/data/secret/'+test+'.ans')
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 96, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'poly//tests/03.a'
@rjalfa
Copy link
Owner

rjalfa commented Apr 5, 2020

Hi! I don't maintain this repository anymore. But any fixes for the problems you are facing are welcome

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

2 participants