You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
I have just downloaded Pycles and successfully run the StableBubble example. Looking through the directory I noticed the post-processing directory in which I ran setup.py script. When I then used the combine3d.py script I get the following error:
AttributeError: 'module' object has no attribute 'to_3d'
I'm not sure what the issue is here, is it meant to call combine3d.c? It is possible that it is calling itself at the top of the combine.py script.
After running the setup.py script i have the following item in the PostProcessing directory:
build/ combine3d.c combine3d.py combine3d.pyc combine3d.pyx setup.py
Any help greatly appreciated. Thanks
##############################################################################
This issue is now resolved. The re was an issue with the python byte code file, when I deleted it and reran the setup.py script everthing worked fine.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have just downloaded Pycles and successfully run the StableBubble example. Looking through the directory I noticed the post-processing directory in which I ran setup.py script. When I then used the combine3d.py script I get the following error:
AttributeError: 'module' object has no attribute 'to_3d'
I'm not sure what the issue is here, is it meant to call combine3d.c? It is possible that it is calling itself at the top of the combine.py script.
After running the setup.py script i have the following item in the PostProcessing directory:
build/ combine3d.c combine3d.py combine3d.pyc combine3d.pyx setup.py
Any help greatly appreciated. Thanks
##############################################################################
This issue is now resolved. The re was an issue with the python byte code file, when I deleted it and reran the setup.py script everthing worked fine.
The text was updated successfully, but these errors were encountered: