On Sunday 26 of June 2005 01:03, Mikhail Ramendik wrote: > I have Python 2.2.2 and this seems to be the problem.
this is problem. You need 2.3 at least. > I am now thinking of a way to install python 2.3.x without breaking the > syste utilitues which rely on 2.2.2 . Perhaps there is a way to tell > Scribus to look for a different Python path or executable name (i.e. > python23) ? there is 2 way how to solve it 1) compile Scribus without Python support: ./configure --without-python You cannot use scripting then of course 2) install python 2.4 (or 2.3) and you will leave 2.2 as is. Install Scribus with: ./configure --with-pythondir=/way/to/python/2.4 You cannot use python modules installed in your 2.2 tree (of course) But maybe somebody did packaging for your distro... did you checked new versions of Scribus or Python? -- Petr Vanek -------------- petr [at] yarpen [dot] cz www.yarpen.cz ---------------- Kuolema Kaikille (Paitsi Meille) ------------------------------- Today is good day to end it all -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20050626/87d163e6/attachment.pgp
