-
Notifications
You must be signed in to change notification settings - Fork 56
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
makePlan.py script #36
Comments
You're right. I thought I corrected the documentation when "makePlan.py" was renamed "maxfield.py". I'll fix it now. Thanks! |
Thanks for a quick reply, anyway, the script fails with complaints about parentheses. I think it's due recent python version (3.5) - obviously the print statement needs the arguments closed in parentheses. After correcting that, the script cannot import geometry module.. This is a little bit beyond my knowledge - the file is in lib as well as the other passed to the import command. Corrected files: |
I very unwisely had two files named "maxfield.py" in the project, but since one was tucked away in lib, I thought it wouldn't matter. I've changed one to lib/makeFields.py. Get this version and make sure you're running maxfield.py and not something that's in the lib directory. Does that solve your problems? |
No. I'm sorry to say. I didn't run the lib/maxfield.py script, either.
So I added "from lib" to all imported scripts, et voila..
|
maxfield uses python2 (2.7.11 or so). It will not work with python3. $ python2 --version $ python2 maxfield.py ... |
Yeah! That's it. I didn't know that the 2.7 version was installed as well. I'll have to install 2.7 libs. |
Thanks! I've barely touched Python 3, but I didn't think that could be the whole problem. |
I cannot find the script, am I the only one? Running the example gives me the "No such file or directory" error. I'm lost..
The text was updated successfully, but these errors were encountered: