Giter Club home page Giter Club logo

Comments (9)

FichteFoll avatar FichteFoll commented on August 23, 2024

Does it work for other files? If so, could you please paste the offending file somewhere?

from packagedev.

DeadlyFugu avatar DeadlyFugu commented on August 23, 2024

Oddly enough I just tested and it works fine on ST3. On ST2 it does not work on any .tmLanguage files (also doesn't work on the one .tmSnippet file I tried). Possibly just some weird issue with my ST2 setup, I'll take this as a reason to finally make the switch :P

from packagedev.

FichteFoll avatar FichteFoll commented on August 23, 2024

Hm. I am still curious on why there was no error message though. Did you check the console?

from packagedev.

DeadlyFugu avatar DeadlyFugu commented on August 23, 2024

There was no output in the system console, apart from the occasional GTK warning (which appear regardless of if I'm using your plugin). It works fine in ST2 on my other computer, so it's possible I have a conflicting package installed or something.

from packagedev.

DeadlyFugu avatar DeadlyFugu commented on August 23, 2024

Well, turns out I don't know how to use sublime. I was checking stdout, I forgot about the ctrl-` thing.

[AAAPackageDev] Using plist_parser
Traceback (most recent call last):
File "/home/matt/.config/sublime-text-2/Packages/AAAPackageDev/Lib/sublime_lib/init.py", line 62, in run_
self.typ.run_(self, *args)
File "./sublime_plugin.py", line 356, in run_
File "./file_conversion.py", line 213, in run
File "./fileconv/loaders.py", line 278, in load
File "./fileconv/loaders.py", line 358, in parse
File "/home/matt/.config/sublime-text-2/Packages/AAAPackageDev/Lib/plist_parser.py", line 303, in parse_string
return XmlPropertyListParser().parse(io_or_string)
File "/home/matt/.config/sublime-text-2/Packages/AAAPackageDev/Lib/plist_parser.py", line 297, in parse
return self.parse_using_sax_parser(xml_input)
File "/home/matt/.config/sublime-text-2/Packages/AAAPackageDev/Lib/plist_parser.py", line 274, in parse_using_sax_parser
reader = make_parser()
File ".\xml\sax__init
.py", line 93, in make_parser
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found

from packagedev.

FichteFoll avatar FichteFoll commented on August 23, 2024

Okay, I see. That's something I can work with but I'm not sure if it's something I can or want to fix because it appears there are no compatible XML parsers on your machine.

Reopening so I can check this some time later.

from packagedev.

FichteFoll avatar FichteFoll commented on August 23, 2024

What OS are you on and which (if any) Python version do you have installed?

from packagedev.

DeadlyFugu avatar DeadlyFugu commented on August 23, 2024

Ubuntu 14.04. I have Python 2.7.6 and 3.4.0 installed, although ST2 is running version 2.6.6. ST3 is running 3.3.3. ST2 on my MacBook Air is running 2.6.8. The plugin works on both ST3 on my main computer and ST2 on my Air.

from packagedev.

FichteFoll avatar FichteFoll commented on August 23, 2024

I'll declare this as an issue with your machine setup, notably involving:

  • ST2 (because that refers to the system Python on UNIX, ST3 does not)
  • Ubuntu with an incomplete Python setup

In fact, this seems to be an exact duplicate of #34 and reinstalling Python 2.6 seems to be able to solve this. But ST3 works anyway and everyone should be using it.

from packagedev.

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.