LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices

Reply
 
Thread Tools
Old 06-22-2009, 03:22 AM   #1
linuxian
LQ Newbie
 
Registered: Sep 2003
Posts: 24
Thanked: 0
Mandriva and Scribus 1.3.3.13


[Log in to get rid of this advertisement]
Has anyone been able to successfully install Scribus 1.3.3.13 on Mandriva 2009 Spring AFTER having installed the default version (1.3.5svn) that comes with the Mandriva repository? 1.3.5svn is not the stable version.
After removing it and then installing 1.3.3.13 (stable version), the menus will not show. I want to use 1.3.3.13 but can't seen to get it installed properly.

Thanks,]
Wayne
linuxian is offline     Reply With Quote
Old 06-25-2009, 06:25 PM   #2
NirvanaII
Member
 
Registered: Jun 2005
Posts: 58
Thanked: 0
Had you installed a Mandriva specific 1.3.3.13 RPM, or downloaded the tarball available at the Scribus website? You are sure it hasn't installed, but just not showing in the menus? (if an RPM)

Try:

Code:
whereis scribus
What did you do?
NirvanaII is offline     Reply With Quote
Old 06-26-2009, 05:47 AM   #3
linuxian
LQ Newbie
 
Registered: Sep 2003
Posts: 24
Thanked: 0

Original Poster
Mandriva and Scribus 1.3.3.13

Quote:
Originally Posted by NirvanaII View Post
Had you installed a Mandriva specific 1.3.3.13 RPM, or downloaded the tarball available at the Scribus website? You are sure it hasn't installed, but just not showing in the menus? (if an RPM)

Try:

Code:
whereis scribus
What did you do?
Scribus 1.3.3.13 actually installs but it requires libpython2.5. Scribus 1.3.5svn requires libpython2.6 and it was installed when I first installed 1.3.5svn. Now that I removed 1.3.5svn and tried to install 1.3.3.13, it asks for libpython2.5, which I can download from rpmfind and install. However, once I install both libpython2.5 (without first removing libpython2.6) and Scribus 1.3.3.13, none of the icons below the main menu are visible. A script error message also appears before Scribus starts up: "Setting up the python plugin failed. Error details were printed to stderr." Scribus does work but one has to maneuver without icons. The + and - zoom buttons at the bottom of the window are not visible either.

/usr/share/scribus does not exist, nor does any of the icons that are supposed to be in /usr/share/scribus/icons. When I run Scribus from the command line, I get a whole bunch of errors stating that my icons are missing. Also this error message: "Failed to import warnings module. Something is probably broken with your Python. Traceback (most recent call last):
File "<string>", line 2, in <module> ImportError: No module named warnings."


I tried to remove libpython2.6 but the number of programs that I would have to remove along with it makes it impractical to do so; almost everything that I have currently installed would have to be removed. I won't do that. It would be the equivalent of reinstalling Mandriva and starting all over. I may have to do that one day but not now.

Wayne
linuxian is offline     Reply With Quote
Old 06-26-2009, 07:56 AM   #4
NirvanaII
Member
 
Registered: Jun 2005
Posts: 58
Thanked: 0
When you installed libpython2.5 did it ask for any deps? Python2.5.x, or anything else? Python 2.5.4 (if this is the matching version)is available to compile if you don't have it on your system already:

http://www.python.org/download/

I still don't know how and where you installed Scribus 1.3.3.13 from?

(I compiled an earlier version of Python so I could run a program (Elltube), with a later version already installed.)
NirvanaII is offline     Reply With Quote
Old 06-26-2009, 09:52 PM   #5
linuxian
LQ Newbie
 
Registered: Sep 2003
Posts: 24
Thanked: 0

Original Poster
Quote:
Originally Posted by NirvanaII View Post
When you installed libpython2.5 did it ask for any deps? Python2.5.x, or anything else? Python 2.5.4 (if this is the matching version)is available to compile if you don't have it on your system already:

http://www.python.org/download/

I still don't know how and where you installed Scribus 1.3.3.13 from?

(I compiled an earlier version of Python so I could run a program (Elltube), with a later version already installed.)
Mandriva won't allow me to install python2.5x without first removing 2.6x so I'm back to where I started from. To install 1.3.3.13, I first have to uninstall both 1.3.5svn and libpython 2.6x which means I'll have to pretty much reinstall Mandriva 2009.1 again because to uninstall 2.6x, I'll first have to remove almost every piece of software I currently use.

Come to think of it, perhaps ALL of the software that I currently use depend on python2.6x. In which case, 1.3.3.13 would not install properly at all no matter what.

BTW, I got 1.3.3.13 from the link that you supplied earlier.

Wayne
linuxian is offline     Reply With Quote
Old 06-28-2009, 09:16 AM   #6
NirvanaII
Member
 
Registered: Jun 2005
Posts: 58
Thanked: 0
There's only a 2009.0 scribus RPM and source tarball available for download at that site, and from what I imagine you have installed the 2009.0 scribus-1.3.3.13 and libpython2.5-2 RPMs on your 2009.1 system, along with their dependencies?

Not that this is necessarily a big deal as I have had to do this where KDE3.5 RPMs are no longer maintained in the 2009.1 repos.

Hmm, well removing libpython2.6 isn't really a viable option.

I'm not expert enough to know whether your "Something is probably broken with your Python. Traceback (most recent call last)" error pertains to the installed 2009.0 libpython2.5 RPM, or your 2009.1 version of Python.

You could go the tarball route...

downloading the tarball:

http://sourceforge.net/project/showf...roup_id=125235

and follwing the instructions here:

http://docs.scribus.net/index.php?lang=en&page=install4

Changing the 'S' of Scribus...

Code:
/usr/bin/cmake ../Scribus -DCMAKE_INSTALL_PREFIX:PATH=/home/username/scribusinstall/
to lowercase:

Code:
/usr/bin/cmake ../scribus -DCMAKE_INSTALL_PREFIX:PATH=/home/username/scribusinstall/
Similar story?
NirvanaII is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scribus help mifan Linux - Software 1 08-26-2005 09:03 PM
getting started in Scribus blotch Linux - Software 7 08-22-2005 12:18 PM
O.O. and Scribus Interceptor Linux - Software 1 12-31-2004 06:03 PM
Scribus and Fedora 1 cspos Linux - Software 4 07-14-2004 07:12 PM
Scribus help trihai44100 Linux - Software 0 03-12-2004 11:23 PM


All times are GMT -5. The time now is 05:58 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration