8000 pyc file support · Issue #252 · CEXT-Dan/PyRx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyc file support #252

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

Closed
gswifort opened this issue Apr 8, 2025 · 3 comments
Closed

pyc file support #252

gswifort opened this issue Apr 8, 2025 · 3 comments

Comments

@gswifort
Copy link
Collaborator
gswifort commented Apr 8, 2025

It would be good to accept .pyc files too.

return ads_loadPythonModule(modulePath() / "_host_init.py");

if (AcString foundPath; acdbHostApplicationServices()->findFile(foundPath, _T("pyrx_onload.py")) == eOk && foundPath.length() != 0)

@CEXT-Dan
Copy link
Owner
CEXT-Dan commented Apr 8, 2025

IMHO.
These should be open source, especially _host_init.py, it’s a hard coded item, part of the system.
pyload with .pyc works right? End users can load .pyc in their own applications

@gswifort
Copy link
Collaborator Author
gswifort commented Apr 8, 2025

Ok, just sharing the app with coworkers I compile everything to pyc to minimize disk space and then these files don't work. It's not a problem for me, I can exclude them from compilation, but I A2B7 thought it might help others.

@CEXT-Dan
Copy link
Owner
CEXT-Dan commented Apr 8, 2025

I’ll add it

CEXT-Dan added a commit that referenced this issue Apr 8, 2025
CEXT-Dan added a commit that referenced this issue May 31, 2025
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
0