Mantis - cswclassutils
Viewing Issue Advanced Details
4035 regular use block have not tried 2009-11-13 15:36 2009-11-14 10:06
dam  
bonivart  
urgent  
closed  
fixed  
none    
none  
0004035: pycompile broken on package CSWcvs2svn
When I try to install cvs2svn from testing/ I get

/opt/csw/lib/python/site-packages/cvs2svn_rcsparse/default.py
/opt/csw/lib/python/site-packages/cvs2svn_rcsparse/parse_rcs_file.py
/opt/csw/lib/python/site-packages/cvs2svn_rcsparse/run-tests.py
/opt/csw/lib/python/site-packages/cvs2svn_rcsparse/texttools.py
Compiling py files to normal bytecode ...
Traceback (most recent call last):
  File "/var/opt/csw/cswclassutils/pycomp.26154.20091113153350.py", line 83, in <module>
    except PyCompileError:
NameError: name 'PyCompileError' is not defined
Compiling py files to optimized bytecode ...
Traceback (most recent call last):
  File "/var/opt/csw/cswclassutils/pycomp.26154.20091113153350.py", line 83, in <module>
    except PyCompileError:
NameError: name 'PyCompileError' is not defined
[ verifying class <cswpycompile> ]

Installation of <CSWcvs2svn> was successful.

Issue History
2009-11-13 15:36 dam New Issue
2009-11-13 16:00 dam Project python => cswclassutils
2009-11-14 01:32 bonivart Status new => assigned
2009-11-14 01:32 bonivart Assigned To => bonivart
2009-11-14 10:06 bonivart Note Added: 0006985
2009-11-14 10:06 bonivart Status assigned => closed
2009-11-14 10:06 bonivart Resolution open => fixed

Notes
(0006985)
bonivart   
2009-11-14 10:06   
1.29 released to current with fixed i.cswpycompile.