Thanks for the info Bruce,
i have rebuild python 2.4.2 completty new and its looked like that the
problem is mainly with the  swig_py interface ( The error changed to :
core dumped )

So thanks again and sorry for top posting.
Hajo

This email went to the  [EMAIL PROTECTED]  email list 

Its looked like that the main problem is subversion with swig_py.
I have rebuild python 2.4.2 from scratch and afterwords build and
installed swig.
Then build and installed subversion 1.3.0 with swig enable.

The behaviour changed so, that the message from trac during
initialising is now:
Fatal Python Error: Interpreter not initialized ( version mismatch )
IOT/Abort trap ( core dumped )

The problem seems to be the swip-py interface. The following steps will
also lead to this problem:
$ python
>>> from svn import core
Fatal Python Error: Interpreter not initialized ( version mismatch )
IOT/Abort trap ( core dumped )

but an 

$ python
>>> from trac import core 
>>>
does not have this problem.

So should i go to the subversion mailing list or does anybody has an
idea ( especialy for testing the swig_py interface ) ?

thanks for reading and help
Hajo

 

>>> [EMAIL PROTECTED] 05/01/06 17:59:41 >>>
Today's Topics:

   1. trac 0.9.2 on AIX 5.1 (Hans-Joachim Ehlers)
   2. Re: trac 0.9.2 on AIX 5.1 (Bruce Christensen)

----------------------------------------------------------------------

Message: 1
Date: Wed, 04 Jan 2006 19:13:23 +0100
From: "Hans-Joachim Ehlers" <[EMAIL PROTECTED]>
Subject: [Trac] trac 0.9.2 on AIX 5.1
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII

Hi folks,
i am trying to get trac working on AIX 5.1

trac 0.9.2
Python 2.4.2
Subversion 1.3.0
swig  1.3.27
pysqlite 2.0.5
sqlite  3.2.8

During a minimal test : e.a 
$ trac-admin /$HOME/TRAC-TEST initenv
i get the following error message:
....
/usr/local/share/trac/wiki-default/WikiStart => WikiStart
 Indexing repository
Failed to initialize environment. No such file or directory
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/scripts/admin.py",
line 616, in do_initenv
    repos = self.__env.get_repository()
  File "/usr/local/lib/python2.4/site-packages/trac/env.py", line 155,
in get_repository
    from trac.versioncontrol.svn_fs import SubversionRepository
  File
"/usr/local/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py",
line 25, in ?
    from svn import fs, repos, core, delta
  File "/usr/local/lib/python2.4/site-packages/svn/fs.py", line 19, in
?
    from libsvn.fs import *
  File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 5,
in ?
    import _fs
ImportError: No such file or directory

I found a few message regarding this error on the net but they did not
solved the issue.
So could anybody tell where this < _fs > - i assume the real name is: 
< _fs.py > - should come from ?


------------------------------

Message: 2
Date: Wed, 4 Jan 2006 10:47:41 -0800
From: Bruce Christensen <[EMAIL PROTECTED]>
Subject: Re: [Trac] trac 0.9.2 on AIX 5.1
To: [email protected] 
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

You're actually looking for _fs.so (or whatever extension AIX uses for
shared objects). _fs.so is one of the complied C Python modules that
comes with the Python Subversion bindings. On my Mac box, it's
installed in /sw/lib/python2.3/site-packages/libsvn/_fs.so.

--Bruce

On 1/4/06, Hans-Joachim Ehlers <[EMAIL PROTECTED]>
wrote:
> i am trying to get trac working on AIX 5.1
--snip--
> During a minimal test : e.a
> $ trac-admin /$HOME/TRAC-TEST initenv
> i get the following error message:
--snip--
>   File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line
5,
> in ?
>     import _fs
> ImportError: No such file or directory
>
> I found a few message regarding this error on the net but they did
not
> solved the issue.
> So could anybody tell where this < _fs > - i assume the real name
is:
> < _fs.py > - should come from ?


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to