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

select on of the matches doesn't work #5

Open
surfncode opened this issue Sep 16, 2016 · 3 comments
Open

select on of the matches doesn't work #5

surfncode opened this issue Sep 16, 2016 · 3 comments

Comments

@surfncode
Copy link

I've got this error in the console

 Traceback (most recent call last):
  File "./sublime_plugin.py", line 356, in run_
  File "./Compline.py", line 44, in run
Boost.Python.ArgumentError: Python argument types in
    Region.__init__(Region, float, long)
did not match C++ signature:
    __init__(_object*, long long)
    __init__(_object*, long long, long long, double)
    __init__(_object*, long long, long long)
@astropanic
Copy link
Owner

You didn't wrote which environment You're using, which Python version, which editor version.
I wrote this plugin 4 years ago.

I'm not using Sublime anymore, nor I'm using this plugin.

Either fix it Yourself as a python exercise, or find another plugin / editor that does the job for You.

@surfncode
Copy link
Author

Sorry, my environement is:
Mac os 10.11.5 (el capitan)
This is on Sublime text 2 so the python version should be 2.6.

Would you consider accepting a pull request if I find the time to look into it ?

@astropanic
Copy link
Owner

Sure, will do.

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