Changes between Initial Version and Version 2 of Ticket #769


Ignore:
Timestamp:
Oct 19, 2006, 9:35:00 AM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #769 – Description

    initial v2  
    11Hi,
    22
    3   I installed PyPerforce so that I could use Trac with the p4 backend.
    4   However after following the instructions to build and install the
    5   plugin, when i open a python shell and do 'import perforce',
    6   i get the following error:
    7 
     3I installed !PyPerforce so that I could use Trac with the p4 backend.
     4However after following the instructions to build and install the
     5plugin, when i open a python shell and do `import perforce`,
     6i get the following error:
     7{{{
    88   $ python
    99Python 2.4.2 (#2, Feb 24 2006, 18:16:05)
     
    1717  File "build/bdist.linux-i686/egg/perforce/api.py", line 6, in __bootstrap__
    1818ImportError: /remote/vtghome6/vikasbn/.python-eggs/PyPerforce-0.3a1-py2.4-linux-i686.egg-tmp/perforce/api.so: undefined symbol: _ZN10ClientUser16SetOutputCharsetEi
     19}}}
    1920
    20    Have I missed anythig during the build process?
     21Have I missed anythig during the build process?
    2122
    22    Also note that the PyPerforce, Trac and related plug-ins are installed on
    23    non-standard installation path (in my home-dir) as I don't have root access
    24    on those machines.
     23Also note that the !PyPerforce, Trac and related plug-ins are installed on
     24non-standard installation path (in my home-dir) as I don't have root access
     25on those machines.
    2526
    2627-vikas