-
Notifications
You must be signed in to change notification settings - Fork 2
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
solved! FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'assets/sky_box' #2
Comments
@zhouhang95, I believe we should bundle the assets into cpp, like qt resource files does, to prevent runtime path troubles.
无法顺畅的大口呼吸,是活着的最好证明
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年4月12日(周二) 凌晨0:25
收件人: ***@***.***>;
抄送: ***@***.***>;
主题: [zenustech/zeno_addon_wizard] solved! FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'assets/sky_box' (Issue #2)
from :
ns = os.listdir('assets/sky_box')
to :
ns = os.listdir('C:/zeno/zeno_learn/external/zeno/assets/sky_box')
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
1.他这个bug哪来的 为什么会找不到呢 |
**@archibate , @zhouhang95 ** |
懂了 这个人可能并没有从zeno根目录文件夹启动 然后就这样了 |
感谢 |
客气啦 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from :
ns = os.listdir('assets/sky_box')
to :
ns = os.listdir('C:/zeno/zeno_learn/external/zeno/assets/sky_box')
The text was updated successfully, but these errors were encountered: