[Bug 30344] Re: Gaphor doesn't start

2008-03-11 Thread Daniel Botelho
I'm also receiving: $ gaphor Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources I'm using Gutsy and have installed it using synaptic -- Gaphor doesn't start https://bugs.launchpad.net

[Bug 30344] Re: Gaphor doesn't start

2008-02-02 Thread dinka
I fixed this problem by installing gaphor with easy_install (http://gaphor.devjavu.com/wiki/Download) [EMAIL PROTECTED]:~$ gaphor Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources Wor

[Bug 30344] Re: Gaphor doesn't start

2008-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gaphor - 0.12.4-2ubuntu1 --- gaphor (0.12.4-2ubuntu1) hardy; urgency=low * Merge from Debian unstable. Remaining changes: - Updated Maintainer Field - Added Build-Depends-Indep to fix FTBFS * Force use of python2.4 to match zope3 (LP: #30

[Bug 30344] Re: Gaphor doesn't start

2008-01-16 Thread Bug Watch Updater
** Changed in: gaphor (Debian) Status: New => Fix Released -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 30344] Re: Gaphor doesn't start

2008-01-13 Thread jonny
Summarizing the above, I can confirm that the workaround for 7.10 AMD64 is as follows: 1. Manually install the missing dependency python-setuptools 2. Edit /usr/bin/gaphor and change the first line to #!/usr/bin/python2.4 Gaphor then appears to run properly, although I haven't yet used it in ange

[Bug 30344] Re: Gaphor doesn't start

2008-01-03 Thread Tim Caswell
Although installing python-setuptools as noted above did help, still in Hardy and using python 2.4, python 2.5 still complains about zope dependencies. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 30344] Re: Gaphor doesn't start

2008-01-03 Thread Tim Caswell
Changing the python version doesn't work for me, I'm in Hardy updated to 2008-01-03 -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 30344] Re: Gaphor doesn't start

2007-12-16 Thread ajkain
gaphor 0.10.4 works with python 2.4. I patch /usr/bin/gaphor file. I change the first line #!/usr/bin/python to #!/usr/bin/python2.4 It work for me. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 30344] Re: Gaphor doesn't start

2007-12-16 Thread Elie De Brauwer
I just did a plain apt-get install gaphor on gutsy as well with the following result: [EMAIL PROTECTED]:~$ gaphor Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources -- Gaphor doesn't

[Bug 30344] Re: Gaphor doesn't start

2007-12-13 Thread SqUe
In gutsy I installed with synaptic and I cant start with this error: Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources after installing python-setuptools something like that (can't reme

[Bug 30344] Re: Gaphor doesn't start

2007-12-05 Thread Marco Matijevic
@CyberK: Try this: cd /usr/lib/python2.5/site-packages sudo mv zope zope.bak sudo ln -s /usr/lib/python2.4/site-packages/zope ./zope -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscri

[Bug 30344] Re: Gaphor doesn't start

2007-12-05 Thread Marco Matijevic
I confirm Tantrik's error message for Ubuntu 7.10. I think that's a missing dependency in gaphor's installation file. After installing python-setuptools 0.6c6-1 modules /usr/lib/python-packages/pkg_resources.py and /usr/lib/python-packages/pkg_resources.pyc appeared and Tantriks's error messa

[Bug 30344] Re: Gaphor doesn't start

2007-11-19 Thread Emmet Hikory
** Changed in: gaphor (Ubuntu) Assignee: Emmet Hikory (persia) => (unassigned) Status: New => Triaged -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bug

[Bug 30344] Re: Gaphor doesn't start

2007-10-31 Thread Ali Sabil
The error message says it all, gaphor depends on zope3, and zope3 installs its packages/modules for python 2.4, and not python 2.5, while gaphor is installed with python 2.5 ** Changed in: gaphor (Ubuntu) Status: Incomplete => New -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30

[Bug 30344] Re: Gaphor doesn't start

2007-10-28 Thread CyberK
Traceback (most recent call last): File "/usr/bin/gaphor", line 8, in load_entry_point('gaphor==0.10.4', 'console_scripts', 'gaphor')() File "/var/lib/python-support/python2.5/gaphor/__init__.py", line 75, in main import ui File "/var/lib/python-support/python2.5/gaphor/ui/__init__.p

[Bug 30344] Re: Gaphor doesn't start

2007-10-23 Thread Tantrik
I confirm that not work in Ubuntu 7.10 x86. Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notif

[Bug 30344] Re: Gaphor doesn't start

2007-10-02 Thread Jan Claeys
I can confirm the traceback posted by Piotr when using python 2.5, wile Gaphor works when run as: python2.4 `which gaphor` I suspect the zope (sub)module that it uses is part of zope2 then? -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because

Re: [Bug 30344] Re: Gaphor doesn't start

2007-09-10 Thread Matthias Klose
John Shaffer schrieb: > Zope does not support Python 2.5. Gaphor works when run with Python 2.4. which is wrong. zope2.x doesn't support python2.5, zope3.x does. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bu

[Bug 30344] Re: Gaphor doesn't start

2007-09-10 Thread John Shaffer
Zope does not support Python 2.5. Gaphor works when run with Python 2.4. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 30344] Re: Gaphor doesn't start

2007-09-08 Thread Stéphane Démurget
I've got the same problem as DoomHammer, but to get to this point I had to install python-setupttools, which seems to be a missing dependency. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direc

[Bug 30344] Re: Gaphor doesn't start

2007-09-07 Thread DoomHammer
$ gaphor Traceback (most recent call last): File "/usr/bin/gaphor", line 8, in load_entry_point('gaphor==0.10.4', 'console_scripts', 'gaphor')() File "/var/lib/python-support/python2.5/gaphor/__init__.py", line 75, in main import ui File "/var/lib/python-support/python2.5/gaphor/ui/

Re: [Bug 30344] Re: Gaphor doesn't start

2007-08-18 Thread Scott Kitterman
or rather I'm not because someone else already did it. See Bug #133356. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

Re: [Bug 30344] Re: Gaphor doesn't start

2007-08-18 Thread Scott Kitterman
Thanks for the update. I'm requesting python-gaphas be synced from Debian now. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

Re: [Bug 30344] Re: Gaphor doesn't start

2007-08-18 Thread Ilmari Vacklin
On Sat, Aug 18, 2007 at 03:14:46PM -, Barry deFreese wrote: > Gaphor 0.10.4-1 is now in Gutsy. Does this version resolve this issue? > Obviously that doesn't help the Feisty users but it would be nice to > know that the issue is at least resolved. $ sudo apt-get install gaphor Reading package

[Bug 30344] Re: Gaphor doesn't start

2007-08-18 Thread Barry deFreese
Gaphor 0.10.4-1 is now in Gutsy. Does this version resolve this issue? Obviously that doesn't help the Feisty users but it would be nice to know that the issue is at least resolved. ** Changed in: gaphor (Ubuntu) Status: In Progress => Incomplete -- Gaphor doesn't start https://bugs.laun

[Bug 30344] Re: Gaphor doesn't start

2007-08-03 Thread Martin Kaffanke
But it's interesting that a sudo easy_install gaphor works. So we have a working gaphor. The only thing is, that the files are not registerd in apt. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 30344] Re: Gaphor doesn't start

2007-06-22 Thread Alessio Treglia
I confirm the bug ** (gaphor:7039): WARNING **: couldn't make the type `CanvasGroup' ready TypeError: Cannot create a consistent method resolution order (MRO) for bases GObject, CanvasGroupableIface, CanvasGroupable Segmentation fault (core dumped) Ubuntu 7.04 Feisty Fawn (amd64) kernel version

[Bug 30344] Re: Gaphor doesn't start

2007-06-16 Thread Rogelio Castillo A.
** (gaphor:9363): WARNING **: couldn't make the type `CanvasGroup' ready TypeError: Cannot create a consistent method resolution order (MRO) for bases GObject, CanvasGroupableIface, CanvasGroupable Fallo de segmentación (core dumped) Linux musica 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 20

[Bug 30344] Re: Gaphor doesn't start

2007-06-01 Thread saepia
Error in feisty: [EMAIL PROTECTED]:~$ gaphor ** (gaphor:9411): WARNING **: couldn't make the type `CanvasGroup' ready TypeError: Cannot create a consistent method resolution order (MRO) for bases GObject, CanvasGroupableIface, CanvasGroupable Segmentation fault (core dumped) -- Gaphor doesn't s

Re: [Bug 30344] Re: Gaphor doesn't start

2007-05-28 Thread Scott Kitterman
Once the package is worked out for Gutsy (and it's still a work in progress), there will be a backport request for earlier releases. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscri

[Bug 30344] Re: Gaphor doesn't start

2007-05-28 Thread kleinerdrache
Why can't we have 0.10 right now in ubuntu feisty (or any getdeb.net release) for all the people which cannot work with gaphor in the current state? -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a

[Bug 30344] Re: Gaphor doesn't start

2007-05-26 Thread Emmet Hikory
There is now effort under way to release a gaphor 0.10 (with gaphas) in Debian, so the upload of 0.9.2 is being deferred in hopes that a 0.10 release will be included in the next Ubuntu release. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification becau

[Bug 30344] Re: Gaphor doesn't start

2007-05-21 Thread Emmet Hikory
Yes. I have it working locally, but the package isn't finished yet. Should be done by the end of the month. -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mai

[Bug 30344] Re: Gaphor doesn't start

2007-05-21 Thread Jean Jordaan
Any progress? On Linux klippie 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux, Ubuntu 7.04: [EMAIL PROTECTED]:~$ gaphor ** (gaphor:19603): WARNING **: couldn't make the type `CanvasGroup' ready TypeError: Cannot create a consistent method resolution order (MRO) for bases GOb

[Bug 30344] Re: Gaphor doesn't start

2007-05-20 Thread Bug Watch Updater
** Changed in: gaphor (Debian) Status: Unknown => Unconfirmed -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 30344] Re: Gaphor doesn't start

2007-05-19 Thread Emmet Hikory
** Bug watch added: Debian Bug tracker #423515 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423515 ** Also affects: gaphor (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423515 Importance: Unknown Status: Unknown -- Gaphor doesn't start https://bugs.launchpad.n

[Bug 30344] Re: Gaphor doesn't start

2007-05-06 Thread Emmet Hikory
Working on an updated package ** Changed in: gaphor (Ubuntu) Assignee: (unassigned) => Emmet Hikory Status: Confirmed => In Progress -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notification because you are a member of Ubuntu Bugs, which is a di

[Bug 30344] Re: Gaphor doesn't start

2007-04-21 Thread Pedro Sousa
In Ubuntu version 7.04 the bug continues, as the "0.8.1-5.1ubuntu1" version is still provided. Is there any repository with a 0.9.0 compiled version package for Fiest Fawn. And for the new version, 0.10? -- Gaphor doesn't start https://bugs.launchpad.net/bugs/30344 You received this bug notifica

[Bug 30344] Re: Gaphor doesn't start

2007-03-23 Thread William Grant
** Changed in: gaphor (Ubuntu) Assignee: MOTU => (unassigned) Status: Needs Info => Confirmed -- Gaphor doesn't start https://launchpad.net/bugs/30344 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 30344] Re: Gaphor doesn't start

2007-02-21 Thread Kudryashov
> That is more than Gaphor has been able to do in the last two Ubuntu > releases for me. > I'm agree, thank you, I have seen. Andrew -- Gaphor doesn't start https://launchpad.net/bugs/30344 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

Re: [Bug 30344] Re: Gaphor doesn't start

2007-02-21 Thread Kudryashov
> please consider an update to gaphor 0.9.0, which doesn't use diacanvas > anymore. This version works well, I am much obliged to you! Andrew -- Gaphor doesn't start https://launchpad.net/bugs/30344 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listi

[Bug 30344] Re: Gaphor doesn't start

2007-02-20 Thread Mike Gratton
Just downloaded 0.9.1 and it ran fine on an Edgy machine using the included run-gaphor.sh script. There was an error loading the one diagram file I tried, but creating a new diagram seems to work fine. That is more than Gaphor has been able to do in the last two Ubuntu releases for me. -- Gaphor

[Bug 30344] Re: Gaphor doesn't start

2007-02-20 Thread Matthias Klose
please consider an update to gaphor 0.9.0, which doesn't use diacanvas anymore. release announcement: http://sourceforge.net/mailarchive/forum.php?thread_id=31477795&forum_id=7261 ** Changed in: gaphor (Ubuntu) Status: Confirmed => Needs Info ** Changed in: gaphor (Ubuntu) Importance:

[Bug 30344] Re: Gaphor doesn't start

2007-01-14 Thread Emmet Hikory
** Summary changed: - Gaphor 0.7.1-1 doesn't start + Gaphor doesn't start -- Gaphor doesn't start https://launchpad.net/bugs/30344 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs