1) FYI:
I have trac runing on AIX 5.1 - If i have time i will post all related
stuff howto get trac on AIX 5.1 runing.

2) A:    2. problem with installing trac 0.9.4 - setuptools related    
 (Alexander Neundorf)

Hi Alex,
copying stuff around is IMHO not a good way to administrate a system.
But to give you an answer to your problem
Your original problem is caused by the point that trac needed the
python distutils which are in the Suse package: 
python-devel

Since you " solved " the problem by copying some stuff here is a hint
for the next time:
Find a file that is missing on your production server by comparing the
output of an find. In your example /usr/lib/python2.3
Then on your development machine issue:
$ rpm -q --whatprovides FileNotOnProduction

Normal rpm will show you the related rpm package which is missing.

hth
Hajo

_______________________________________________
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to