Share

Venster

Tracker: Support Requests

5 test_tree fails for python 2.4 - ID: 1115699
Last Update: Tracker Item Submitted ( perryf )

This test has a reference to the python.dll and checks
the version number to get the dll:

if 2.2: cdll.python22
elif 2.3: cdll.python23

and either needs to be extended for 2.4, etc., or use
something version independent, such as:

"cdll.python%d" % version

Thanks guys!


Perry Faulkner ( perryf ) - 2005-02-03 20:19

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.