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
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
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
** 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
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
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
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
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
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
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
@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
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
** 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
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
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
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
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
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
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
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
$ 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/
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
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.
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
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
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
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
** (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
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
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
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
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
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
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
** 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 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
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
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
** 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
> 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
> 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
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
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:
** 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
44 matches
Mail list logo