-
Notifications
You must be signed in to change notification settings - Fork 18
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
How do i uninstall this package? #23
Comments
Did this solve by itself? |
Thank you for your reply. |
Please paste the error here so I can (potentially) reproduce and fix the problem. |
Is there anything else in the console perhaps? |
Here is the error msg: unloading plugin InsertDate.insert_date
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 63, in unload_plugin
unload_module(m)
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 38, in unload_module
module.plugin_unloaded()
File "insert_date in C:\Users\Jun Liu\AppData\Roaming\Sublime Text 3\Installed Packages\InsertDate.sublime-package", line 285, in plugin_unloaded
ImportError: No module named 'format_date'
reloading Packages/InsertDate/insert_date.sublime-settings
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
error: Package Control
An error occurred while trying to remove the installed package file for InsertDate.
[WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'C:\\Users\\Jun Liu\\AppData\\Roaming\\Sublime Text 3\\Installed Packages\\InsertDate.sublime-package'
ignored packages updated to: ["Markdown", "Vintage"]
reloading plugin InsertDate.insert_date
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 71, in reload_plugin
unload_module(m)
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 38, in unload_module
module.plugin_unloaded()
File "insert_date in C:\Users\Jun Liu\AppData\Roaming\Sublime Text 3\Installed Packages\InsertDate.sublime-package", line 285, in plugin_unloaded
ImportError: No module named 'format_date'
reloading Packages/InsertDate/insert_date.sublime-settings
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings |
Okay, I know where this is coming from. Thanks for the report. Will have a fix up shortly. |
It seems that this package cannot be removed. Everytime when I remove it, it always remind me some error.
So, could you kindly tell me how to remove it, thank you very very much.
The text was updated successfully, but these errors were encountered: