bugSkencil - Bugs: bug #7682, does not start: undefined symbol:...

 
 

bug #7682: does not start: undefined symbol: PyType_IsSubtype

Submitter:  None
Submitted:  Wed 11 Feb 2004 07:34:15 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  Bug Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  0.6.x
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 11 Feb 2004 08:29:37 PM UTC, comment #1: 

This is due to python names on debian woody, python 2.1 is the default python command, but python 2.2 is linked to the command python2.2 .

As a result, /usr/bin/env/python has to be changed to /usr/bin/env python2.2 at the begining of the scripts if you compiled with python2.2 setup.py...

Jean-Bernard ADDOR <jba>
Wed 11 Feb 2004 07:34:15 PM UTC, original submission:  

debian woody python2.2
Python 2.2.1 (#1, Sep  7 2002, 14:34:30)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

>./skencil.py

Traceback (most recent call last):
  File "./skencil.py", line 30, in ?
    import Sketch
  File "./Sketch/__init__.py", line 53, in ?
    import _sketch
ImportError: ./Sketch/Modules/_sketchmodule.so: undefined symbol: PyType_IsSubtype
Exit 1

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code