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

Ubuntu issue #3

Open
p4ul opened this issue May 30, 2013 · 1 comment
Open

Ubuntu issue #3

p4ul opened this issue May 30, 2013 · 1 comment

Comments

@p4ul
Copy link

p4ul commented May 30, 2013

Hi,

I'm getting this issue on Ubuntu when I try and run the command.

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./SublimeHostsEdit.py", line 7, in run
Boost.Python.ArgumentError: Python argument types in
    Window.open_file(Window, NoneType)
did not match C++ signature:
    open_file(SP<edit_window::reference>, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, unsigned int)
    open_file(SP<edit_window::reference>, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >)
@robwala
Copy link

robwala commented Jun 6, 2013

Running on Windows, Sublime Text 3 - works after installing but after sublime is restarted, attempting to run generates:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 549, in run_
return self.run(edit)
File "C:\Users\bob.walasek\AppData\Roaming\Sublime Text 3\Installed Packages\HostsEdit.sublime-package\SublimeHostsEdit.py", line 7, in run
File "C:\Program Files\Sublime Text 3\sublime.py", line 217, in open_file
return View(sublime_api.window_open_file(self.window_id, fname, flags))
TypeError: String required

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