Sublime Forum

sublime_plugin.py ... no such file or directory

#1

Hello -

I’m a new user of Sublime Text 2, version 2.0.1 build 2217, and I’m learning plugin development.

If I go to tools / new plugin, I get the example / stub plugin. Saving it and executing it works as expected.

If I go to save it again, after making changes or not, I receive the following error:

Writing file /Users/cboebel/Documents/Development Projects/SublimeTableHelper/TableHelper.py with encoding UTF-8
Reloading plugin /Users/cboebel/Library/Application Support/Sublime Text 2/Packages/TableHelper/TableHelper.py
Traceback (most recent call last):
File “./sublime_plugin.py”, line 54, in reload_plugin
OSError: [Errno 2] No such file or directory

Some might notice that the save directory and the load directory are different. The folder in application support is a symbolic link to the folder in my dev path. I feared that that might be the case, so I removed the symbolic link (then the save a load paths are the same) and received the same error.

This is a very powerful system, and I’m excited by the possibilities. I’m sure I’m going something wrong… but what?

Thanks

0 Likes