[Bug 335538] Re: gedit-latex-plugin will not load

2010-11-18 Thread karsibali
None of these worked for me either. I have maverick (10.10) installed here. I installed it from the repository. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 335538] Re: gedit-latex-plugin will not load

2010-08-17 Thread Florian Demmer
as Marc reported back in May, the plugin is still not working with Lucid. I too get the popup and traceback he reported. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 335538] Re: gedit-latex-plugin will not load

2010-05-21 Thread Marc Nieper-Wißkirchen
I am not sure whether the bug was really fixed. I am using the version 0.2rc3 under Lucid. Whenever I want to toggle the embedded preview, it results in an error 'NoneType' object has no attribute 'editor' as in post #5, which is displayed in a popup window. The traceback here reads: ** Traceback

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Andrea Gasparini
I think I solved the problem, but I need some feedback. Please do the following: 1) change /usr/lib/gedit-2/plugins/GeditLateXPlugin.gedit-plugin as said by hannibal: from Module=GeditLaTeXPlugin/src to Module=GeditLaTeXPlugin 2) add a __init__.py file in

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Tobias Wolf
Yes, it works. Don’t know if this is the right way to fix it, but it certainly does the trick. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Doyen Philippe
I confirm it is working. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Tobias Wolf
Could you also take care of the related compatibility problem in bug #338285 ? -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Andrea Gasparini
@Tobias: the right way to fix is rework completely the plugin. As said, python2.6 doesn't support calling __import__ with a directory name. (and it was somehow accidental that it worked until now). Anyway: thanks for the feedback, I'll upload a new revision as soon as possible. :) --

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Jordan Mantha
Well, Andrea's method but I still can't activate the Latex Plugin. It just becomes grey'ed out. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Andrea Gasparini
Jordan, if you have a bunch of time, please launch gedit from a terminal, and paste the output somewhere. thanks! -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Alex Valavanis
Fix works for me. Thanks! On Wed, Mar 25, 2009 at 3:46 PM, Andrea Gasparini ga...@yattaweb.it wrote: Jordan, if you have a bunch of time, please launch gedit from a terminal, and paste the output somewhere. thanks! -- gedit-latex-plugin will not load

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Andrea Gasparini
The diff should fix this, #328479, and some bug reported in debian. ** Attachment added: gedit-latex-plugin_0.2rc1-1ubuntu1.debdiff http://launchpadlibrarian.net/24344807/gedit-latex-plugin_0.2rc1-1ubuntu1.debdiff -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Andrea Gasparini
updated patch: ** Attachment added: gedit-latex-plugin_0.2rc1-1ubuntu1.debdiff http://launchpadlibrarian.net/24346342/gedit-latex-plugin_0.2rc1-1ubuntu1.debdiff -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package gedit-latex-plugin - 0.2rc1-1ubuntu1 --- gedit-latex-plugin (0.2rc1-1ubuntu1) jaunty; urgency=low * debian/rules: fixed calls to pysupport * debian/control: - added python-enchant as Recommends (LP: #328479) *

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-18 Thread Tobias Wolf
That would be much appreciated. -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-16 Thread Andrea Gasparini
The problem is due to python2.6 transitions. Code of g-l-p isn't tested with it. I'll fix asap, or you'll have to wait upstream releasing a new revision. ** Changed in: gedit-latex-plugin (Ubuntu) Assignee: (unassigned) = Andrea Gasparini (gaspa) -- gedit-latex-plugin will not load

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-16 Thread Tobias Wolf
Yes, that avoids the ImportError. But it gives this traceback: DEBUG:LaTeXOutlineView:init Traceback (most recent call last): File /home/towolf/.gnome2/gedit/plugins/GeditLaTeXPlugin/__init__.py, line 89, in activate self._window_decorators[window] = GeditWindowDecorator(window) File

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-13 Thread hannibal
gedit doesn't accept a path like GeditLaTeXPlugin/src in Module-line of the gedit-plugin-file, so maybe this is the bug (it worked in intrepid-version of gedit) a workaround for the gedit-latex-plugin could be to cut the files and folders from /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src and

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-03 Thread Alessandro Scarozza
same bug in 64bit jaunty all updates -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-03 Thread Adam Schreiber
Reported upstream. https://sourceforge.net/tracker/index.php?func=detailaid=2658747group_id=204144atid=988428 -- gedit-latex-plugin will not load https://bugs.launchpad.net/bugs/335538 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 335538] Re: gedit-latex-plugin will not load

2009-03-01 Thread Rafael Sachetto
I have the same bug here using jaunty with all updates applied. I have the problem either installing from the source or installing using apt. ImportError: Import by filename is not supported. ** (gedit:11778): WARNING **: Error loading plugin 'Gedit LaTeX Plugin 0.2 rc1' ** Changed in: