zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

Python mode doesn't work #522

Open lalomartins opened 9 years ago

lalomartins commented 9 years ago

Running 1.1.0. Python mode won't autoload for .py files, and I don't have it on ctrl-. either; it seems it's not loading. I don't know how to get debugging output to figure out why (I vaguely remember there's a way to get a javascript console, but can't find anything about how; maybe that would be a good thing to put in the dev section of the manual?).

domenkozar commented 9 years ago

@lalomartins did you try pressing ctrl-. and activating python mode manually?

lalomartins commented 9 years ago

I said so right on the original issue — the option doesn't show up in ctrl-. at all.

domenkozar commented 9 years ago

Does it appear in Tools:Zpm:Installed Packages?

lalomartins commented 9 years ago

Weird, that gives me an empty buffer.

On that topic, I have two python scripts in this one project, one is a simple test I just wrote, and the other is a real (python3) script. The former loads just fine (without python mode of course), the latter also gives me an empty buffer.

domenkozar commented 9 years ago

That's really strange. I'd try reinstalling Zed

On Mon, May 25, 2015 at 12:50 PM, Lalo Martins notifications@github.com wrote:

Weird, that gives me an empty buffer.

On that topic, I have two python scripts in this one project, one is a simple test I just wrote, and the other is a real (python3) script. The former loads just fine (without python mode of course), the latter also gives me an empty buffer.

— Reply to this email directly or view it on GitHub https://github.com/zedapp/zed/issues/522#issuecomment-105204733.

lalomartins commented 9 years ago

I just did that 3×, that's why I was taking so long to answer here :smile_cat:

lalomartins commented 9 years ago

Also (just) tried nuking my configuration, no change either

domenkozar commented 9 years ago

That's really strange, I'm using Python mode and Zed 1.1.0 and it work flawlessly.

lalomartins commented 9 years ago

Any idea how to get debugging output?

lalomartins commented 9 years ago

Maybe I have a really ancient nw or ace and the makefile failed to update them… I'll try a full git clean and build again

lalomartins commented 9 years ago

Nope, that also changed nothing. WTH…