[Bug 48308] Re: [Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Dennis Kaarsemaker
 status Rejected

You can remove /usr/local/bin from your $PATH (or move it to
after /usr/bin). 


** Changed in: gedit (Ubuntu)
   Status: Needs Info = Rejected

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Sebastien Bacher
why do you need to install python to /usr/local? You should stick the
packages of the distribution

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: [Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Bruce Sherwood
I have a very technical reason for doing this, having to do with 
building a package for Python (the Visual module) that depends on a 
library not part of the Ubuntu distribution, and not wanting to disturb 
the regular Python installation.

Bruce

Sebastien Bacher wrote:

why do you need to install python to /usr/local? You should stick the
packages of the distribution

  


-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Sebastien Bacher
python-visual - VPython 3D scientific visualization library

why not installing that package?

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: [Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Bruce Sherwood
I have the Ubuntu package installed, with the Ubuntu Python package. I'm 
working on a new beta version of Visual and want to leave in place the 
existing package for comparison.

Bruce

Sebastien Bacher wrote:

python-visual - VPython 3D scientific visualization library

why not installing that package?

  


-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-29 Thread Sebastien Bacher
ok, anyway not a packaging bug so good luck with that

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-28 Thread Sebastien Bacher
Thanks for your bug. do you use a local session with xorg? does python
-c import gtk work fine? do other pygtk applications are working too?
do you run it with your user?

** Changed in: gedit (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-28 Thread Bruce Sherwood
That must be the problem. I built /usr/local/bin/python from source, and
that's the python displayed with which python. I find that
/usr/local/bin/python -c import gtk yields an import error, whereas
/usr/bin/python -c import gtk is fine. Clearly the problem is with my
nonstandard install of python (done for good reasons), not with Ubuntu.

How would I get gedit to use /usr/bin/python rather than
/usr/local/bin/python?

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-08 Thread Steven Harms
Has this behavior been fixed, or have you tried it from a fresh dapper
install?

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-07-08 Thread Bruce Sherwood
Not sure exactly what is meant by fresh dapper install. I can't
imagine wiping my dual-boot machine and installing dapper from scratch.
I did however run the software update and nothing changed with gedit.
The update process did however say it couldn't download
gtk+2.0/libgtk2.0 (and dev and common), nor gtk+2.0/gtk2-engines-pixbuf.

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 48308] Re: Many errors in gedit after upgrading from breezy to dapper

2006-06-04 Thread Bruce Sherwood
Here is the requested output. The first time I ran this it said none
for both python-gtk and python-gtk-1.2, so I installed python-gtk-1.2
(but the package manager didn't list python-gtk). After installing, no
change in the behavior of gedit. Where is the module gedit supposed to
be that modelines.py is trying to import?

[EMAIL PROTECTED]:~$ dpkg -l 'py*gtk*' | cat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   Version Description
+++-==-===-
un  python-gtk none  (no description available)
ii  python-gtk-1.2 0.6.12-4ubuntu1 GTK support module for Python
ii  python-gtk22.8.6-0ubuntu1  Python bindings for the GTK+ widget set
ii  python2.4-gtk2 2.8.6-0ubuntu1  Python bindings for the GTK+ widget set

-- 
Many errors in gedit after upgrading from breezy to dapper
https://launchpad.net/bugs/48308

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs