Giter Club home page Giter Club logo

Comments (3)

drewda avatar drewda commented on May 30, 2024

I don't have that problem with ST3 on Mac.

I haven't yet had a chance to test on Linux. I'll leave this ticket open
for now. Perhaps another regular user will be able to make some time to
test before I'm free.

On Thu, Dec 5, 2013 at 5:35 PM, Felix Laurie von Massenbach <
[email protected]> wrote:

ST3 on Linux.

reloading plugin Cucumber.table_cleaner
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/opt/sublime_text/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "table_cleaner in /home/felix/.config/sublime-text-3/Installed Packages/Cucumber.sublime-package", line 3, in
ImportError: No module named 'table_commons'
reloading plugin Cucumber.table_commons
reloading plugin Cucumber.table_import
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "", line 1577, in _gcd_import
File "", line 1558, in _find_and_load
File "", line 1525, in _find_and_load_unlocked
File "/opt/sublime_text/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.dict)
File "table_import in /home/felix/.config/sublime-text-3/Installed Packages/Cucumber.sublime-package", line 3, in
ImportError: No module named 'table_commons'


Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

from cucumber-sublime-bundle.

erbridge avatar erbridge commented on May 30, 2024

So it looks like the issue is that the Installed Packages directory isn't in sys.path. I've submitted a pull request which fixes this for me.

from cucumber-sublime-bundle.

erbridge avatar erbridge commented on May 30, 2024

A nicer fix might be to add a .no-sublime-package file to force sublime to unpack the zipped package.

from cucumber-sublime-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.