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

python site-packages dist-packages problem #2

Closed
youlizhao opened this issue Feb 8, 2012 · 1 comment
Closed

python site-packages dist-packages problem #2

youlizhao opened this issue Feb 8, 2012 · 1 comment

Comments

@youlizhao
Copy link
Owner

When I install ftw_80211_ofdm_tx files, the modules are always installed in pythonX*Y/site-packages. To avoid adding new PYTHONPATH, I want to install them into dist-packages. The reason why I want to do that is because when I write from gnuradio import ftw. The program is not so smart to recogize it should use dist-packages/ or site-packages. In other words, the system only recognize one folder.

To tackle this problem, I change site-packages to dist-packages in ftw_80211_ofdm_tx installation files, e.g., configure. I can use find . | xargs grep "site-packages" to find all files. However, it does not work. After configuration, site-packages appear again. It is weired.

Any hints?

@youlizhao
Copy link
Owner Author

Fixed. Modify config/gr_python.m4 (e.g., you can get this file from latest gnuradio tar gz).

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