luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

Cannot run tintwizard #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have tried 0.2.8 and 0.2.9 and get:

Traceback (most recent call last):
  File "./tintwizard.py", line 2299, in <module>
    tw = TintWizardGUI()
  File "./tintwizard.py", line 313, in __init__
    self.uiManager.insert_action_group(self.ag)
TypeError: GtkUIManager.insert_action_group() takes exactly 2 arguments (1
given)

I am running Hardy with 
Boost.Python Library
Boost.Python Library development files
the python in python interpreter, C backend translation
the python in python interpreter, interpreted version
standard python library for pypy
Python Version 2.5
Header files and a static library for Python (v2.5)
Examples for the Python language (v2.5) 
Package depending on all supported Python runtime versions
Package depending on all supported Python development packages
Python bindings for the Cairo vector graphics library
Python cairo bindings: development files
Open GL based interactive canvas library - Python bindings
A Set of facilities to extend Python with C++
Python bindings for the GTK+ widget set (This package contains the bindings
for the version 2.0 of that toolkit.)
GTK+ bindings: devel files 
This archive contains files that allow you to build wrappers for addon
that interoperate python-gtk2 (pygtk).
Python Imaging Library
and many others. I see references all over the net about python-gtk2 being
the same as pygtk2 that you reference. I try to get to the site that is
supposed to have the pygtk2 package, and it is not up!

Any help would be appreciated :)

Original issue reported on code.google.com by thebalsh...@gmail.com on 9 Nov 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Thanks for such a detailed bug report. I think I've located the problem so I'll 
fix it 
as soon as I get the opportunity.

Original comment by eua...@gmail.com on 9 Nov 2009 at 8:08

GoogleCodeExporter commented 9 years ago
Hi, I've the same error u.U"

Original comment by dani.ig...@gmail.com on 10 Nov 2009 at 10:36

GoogleCodeExporter commented 9 years ago
It's possible that you are running an older version of pygtk which doesn't have 
the 
default value, causing the error in question.

I've tried a fix in revision 168 which you can download from 
http://tintwizard.googlecode.com/svn/trunk/tintwizard.py . Just replace the 
existing 
tintwizard.py file with this new file, and I'd appreciate if you could let me 
know if 
it works. Thanks.

Original comment by eua...@gmail.com on 10 Nov 2009 at 10:50

GoogleCodeExporter commented 9 years ago
That Works! Thanks so much!

Original comment by thebalsh...@gmail.com on 11 Nov 2009 at 9:08