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

Mac OS10.11 Missing Dependency #1

Closed
zenlc2000 opened this issue May 16, 2016 · 7 comments
Closed

Mac OS10.11 Missing Dependency #1

zenlc2000 opened this issue May 16, 2016 · 7 comments

Comments

@zenlc2000
Copy link

Just tried running under Anaconda Python 3.5.1 on OS 10.11 El Capitan. Running main.py gives:

Traceback (most recent call last):
File "main.py", line 71, in
import forms
File "/Users/zen/Code/git/ExCo/forms.py", line 91, in
import PyQt4.Qsci
ImportError: No module named 'PyQt4.Qsci'

I tried pip installing qscintilla, which installed PyQt 5, but I still receive the same error.

@zenlc2000
Copy link
Author

I was able to use Anaconda's package manager to find a qscintilla2 and install it. Editor starts up after that.

@matkuki
Copy link
Owner

matkuki commented May 16, 2016

That's great! Thanks for trying it out on a Mac!
I have no experience with Mac OS, sorry.
Does it work as expected?

@matkuki
Copy link
Owner

matkuki commented May 16, 2016

FYI, if you ever get a message like 'missing QsciLexerCoffeScript', it means
that QScintilla2 library version is too old.
Will put this into the readme.

@zenlc2000
Copy link
Author

I didn't do a ton of testing but from what I could tell it worked fine. I like the "Command Wheel" concept 👍.

@matkuki
Copy link
Owner

matkuki commented May 16, 2016

That's great, thanks!

@matkuki matkuki closed this as completed May 16, 2016
@matkuki
Copy link
Owner

matkuki commented May 16, 2016

I like to give credit where credit is due, so I referenced you here:
https://github.com/matkuki/ExCo#supported-platforms
and this issue in the readme.
If you do not wish to be named, please tell me.

@zenlc2000
Copy link
Author

Thanks! I appreciate it.

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