Search found 4 matches
- Fri Feb 21, 2020 10:31 pm
- Forum: Plugin Development Support
- Topic: zeroc-ice import problems
- Replies: 5
- Views: 15730
Re: zeroc-ice import problems
This is an architecture problem. Since I had trouble getting a 32 bit python 3.6.1 install working on my box I've gone ahead and built the plugin quickly in a 32 bit vm and transferred it over just to see if the error message would change. It imports sort of but obviously since I built it on a diffe...
- Wed Feb 19, 2020 6:37 pm
- Forum: Plugin Development Support
- Topic: zeroc-ice import problems
- Replies: 5
- Views: 15730
Re: zeroc-ice import problems
I can't believe I missed that. PyPi shows the version as compatible with 2.6 through 3.7. Is it possible that thats inaccurate or is this something that might be being installed improperly with pip? I think that may have put me on the right track though thank you very much. That file is a cache fil...
- Tue Feb 18, 2020 5:13 am
- Forum: Plugin Development Support
- Topic: zeroc-ice import problems
- Replies: 5
- Views: 15730
Re: zeroc-ice import problems
however I do see 'IcePy.cpython-35m-x86_64-linux-gnu. That file is for Python 3.5, and Source.Python is running Python 3.6.1. I can't believe I missed that. PyPi shows the version as compatible with 2.6 through 3.7. Is it possible that thats inaccurate or is this something that might be being insta...
- Tue Feb 18, 2020 3:54 am
- Forum: Plugin Development Support
- Topic: zeroc-ice import problems
- Replies: 5
- Views: 15730
zeroc-ice import problems
For right now I'm just trying to use the zeroc-ice package to manage some things in a mumble server. Scripts work fine when everything is run outside the plugin however I can't Ice to import from the plugin. I installed the package to source-python/packages/site-packages/ with the --target option in...