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

Missing file IronPython_to_CPython.py on install #26

Closed
millen1m opened this issue Jul 22, 2019 · 3 comments
Closed

Missing file IronPython_to_CPython.py on install #26

millen1m opened this issue Jul 22, 2019 · 3 comments

Comments

@millen1m
Copy link

I think 'IronPython_to_CPython.py' is missing in setup.py in 'package_data'.

@pilcru
Copy link
Owner

pilcru commented Jul 22, 2019

Thanks for reporting this! I hadn't really planned on distributing this file with the package, its only use being to test an IronPython to CPython connection without launching Rhino. Did you have a different use case, or do you see an error message about it somewhere?

Of course, I could also label it as a test file more clearly, if that helps.

@millen1m
Copy link
Author

Actually, the install of the package did work, but the instructions on this page: https://www.food4rhino.com/app/gh-python-remote say to then run ghpythonremote._configure_ironpython_installation, and in that step it tries to read the IronPython_to_CPython.py file but it cannot find it and fails.

@pilcru
Copy link
Owner

pilcru commented Jul 24, 2019

Fixed in 8d46e84

@pilcru pilcru closed this as completed Jul 24, 2019
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