[Cooker] [Bug 4778] [sketch] Sketch does not start due to wrong python version.

2003-09-22 Thread [ronald]
http://qa.mandrakesoft.com/show_bug.cgi?id=4778


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Additional Comments From [EMAIL PROTECTED]  2003-22-09 20:01 ---
Sketch (0.6.16-0.pre2.1mdk) now starts fine with me. 

-- 
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: VERIFIED
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 = 0x, 
/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



[Cooker] [Bug 4778] [sketch] Sketch does not start due to wrong python version.

2003-09-17 Thread [lenny]
http://qa.mandrakesoft.com/show_bug.cgi?id=4778


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2003-17-09 16:18 ---
I'm taking it. Will update to 0.6.16pre2 which support python 2.3 (reported by
the author)

-- 
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: ASSIGNED
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 = 0x, 
/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



[Cooker] [Bug 4778] [sketch] Sketch does not start due to wrong python version.

2003-09-17 Thread [lenny]
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 = 0x, 
/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



[Cooker] [Bug 4778] [sketch] Sketch does not start due to wrong python version.

2003-09-16 Thread [gureghia]
http://qa.mandrakesoft.com/show_bug.cgi?id=4778





--- Additional Comments From [EMAIL PROTECTED]  2003-16-09 14:28 ---
Created an attachment (id=842)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=842action=view)
Same problem without libray clash


-- 
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: NEW
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 = 0x, 
/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