Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 344)

Ticket Resolution Summary Owner Reporter
#136 wontfix python 2.7.6 loses pipe output. dmik Steven Levine
Description

cvs2svn v2.40 is a python app that can convert cvs repos to a number of formats.

While attempting to use cvs2svn to convert a cvs repo to git, I discovered our python port does not handle pipe output properly.

The visible symptom is that the git repo is structured correctly, but all the files are empty because the piped output of the cvs commands is lost.

cvs2svn is avaiable at ​http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-2.4.0.tar.gz

A simple testcase (testcase.py) is attached to this ticket. The testcase requires a cvs2svn installation, but uses on one cvs2svn function which could be moved into the testcase.

The expected output is the data variable contains the command output. The current behavior is that the data variable remains empty.

#147 wontfix tkinter working? ggamba
Description

Hi all,

I installed python-tools package, and it took tkinter package as dependency. But whenever I try to run something from the \Demo\tkinter directory, I always get an error:

C:\usr\lib\python2.7\Demo\tkinter\matt>python 00-HELLO-WORLD.py Traceback (most recent call last):

File "00-HELLO-WORLD.py", line 1, in <module>

from Tkinter import *

File "C:/usr/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>

import _tkinter # If this fails your Python may not be configured for Tk

ImportError?: No module named _tkinter

Is this expected to work? Any hint?

Thanks a lot Gabriele

#150 wontfix python: deal with reverse /@unixroot replacement dmik
Description

When doing some path absolutization, python causes /@unixroot in paths to be replaced with the actual value of $UNIXROOT (e.g. "C:"). This gives for paths like /@unixroot/usr/bin/python.exe paths like C:/USR/BIN/python.exe. The main problem with these paths is that they are not portable across different installations (i.e. installations using different UNIXROOT settings, e.g. different drive letters or such).

One such problem is shown in r529. But there are surely more of these.

Note: See TracQuery for help on using queries.