Skip to content
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

Handle PYTHONPATH and the TimeTagger library #3

Open
HagaiHargil opened this issue Sep 30, 2021 · 0 comments
Open

Handle PYTHONPATH and the TimeTagger library #3

HagaiHargil opened this issue Sep 30, 2021 · 0 comments

Comments

@HagaiHargil
Copy link
Contributor

Since this is a Rust project we're kinda neglecting the Python side of things, and specifically the import of the TimeTagger library, which is obviously crucial. Even if we release the crate in a binary form, the call_timetagger.py file will remain excluded. Its first import part might have to be modified on a per-user basis due to the PATH modification done in it, so it's still unclear how to distribute it.

Perhaps we can embed its code in the Rust source code and ask users to have the TimeTagger library in their path beforehand.

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

1 participant