http://qa.mandrakesoft.com/show_bug.cgi?id=4778
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-17-09 16:44 -------
Fixed in the last package. At least works for me, launch, draw a box...
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
When I start Sketch, I get the following errors:
---
/usr/lib/sketch-0.6.15/Sketch/__init__.py:33: RuntimeWarning: Python C API version
mismatch
for module intl: This Python has API version 1012, module intl has version 1011.
from intl import gettext, dgettext, bindtextdomain
/usr/lib/sketch-0.6.15/Sketch/__init__.py:53: RuntimeWarning: Python C API version
mismatch
for module _sketch: This Python has API version 1012, module _sketch has version 1011.
import _sketch
/usr/lib/sketch-0.6.15/Sketch/__init__.py:53: RuntimeWarning: Python C API version
mismatch
for module pax: This Python has API version 1012, module pax has version 1011.
import _sketch
/usr/lib/sketch-0.6.15/Sketch/Graphics/graphics.py:1245: FutureWarning: hex/oct
constants >
sys.maxint will return positive values in Python 2.4 and up
self.gc = widget.CreateGC(foreground = 0xFFFFFFFF,
/usr/lib/sketch-0.6.15/Sketch/Graphics/font.py:26: RuntimeWarning: Python C API
version
mismatch for module streamfilter: This Python has API version 1012, module
streamfilter has
version 1011.
import streamfilter
/usr/lib/sketch-0.6.15/Sketch/Lib/type1.py:31: RuntimeWarning: Python C API version
mismatch for module _type1: This Python has API version 1012, module _type1 has
version
1011.
from Sketch._type1 import decode, hexdecode
/usr/lib/sketch-0.6.15/Sketch/Lib/type1.py:32: RuntimeWarning: Python C API version
mismatch for module pstokenize: This Python has API version 1012, module pstokenize
has
version 1011.
from Sketch.pstokenize import PSTokenizer, OPERATOR, NAME, INT, END
/usr/lib/sketch-0.6.15/Sketch/__init__.py:180: RuntimeWarning: Python C API version
mismatch for module paxtkinter: This Python has API version 1012, module paxtkinter
has
version 1011.
import paxtkinter
Traceback (most recent call last):
File "/usr/bin/sketch", line 34, in ?
Sketch.main.main()
File "/usr/lib/sketch-0.6.15/Sketch/Base/main.py", line 148, in main
run_script = options.run_script)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 181, in __init__
geometry = geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 100, in __init__
self.init_tk(screen_name, geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 210, in init_tk
geometry = geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 105, in init_tk
className = self.tk_class_name)
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1565, in __init__
self.tk.wantobjects(wantobjects)
AttributeError: wan