If TVTK is frozen, paths to TVTK_classes are broken
Open
feature
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
As stated in the above, when a project using TVTK is frozen using cx_Freeze, all the .py files are zipped into a zipfile. TVTK then tries to find the zipfile within the zipfile which is a failure. Ideally, TVTK should check the `sys.executable` path if `sys.frozen` is defined.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.