Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 223673
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Marcus D. Hanwell <cryos@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: urcindalo <urcindalo@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 223673 depends on: Show dependency tree
Bug 223673 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-05-26 11:16 0000
Unless qtiplot is launched from inside the /usr/local/qtiplot
directory, qtiUtil.py is NOT correctly loaded. You get this error in qtiplot's
console: "Failed to import qtiUtil file!". But, if the command "qtiplot" is
invoked from within /usr/local/qtiplot, then the file is loaded: "qtiUtil file
successfully imported!"

In my path /usr/local/bin is searched before /usr/bin, so I had to create this
script:
===
#!/bin/bash
cd /usr/local/qtiplot && qtiplot
===

to be able to correctly launch qtiplot. I had to change my KDE menu entries so
that they launch my script instead of /usr/bin/qtiplot

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From urcindalo 2008-05-26 11:30:33 0000 -------
I forgot to mention that the location of config files is correctly configured
to /usr/local/qtiplot, so that's not the problem.

------- Comment #2 From Andrey Grozin 2008-05-27 21:15:49 0000 -------
I've just committed an improved ebuild to cvs. It installs python files to
/usr/lib/python<version>/site-packages and compiles them. This should fix the
bug. Please check. Please rm -rf ~/.config/ProIndependent before starting
qtiplot for the first time after updating to this new version. If it works,
please, close the bug.

------- Comment #3 From urcindalo 2008-05-28 07:46:03 0000 -------
Yes, the bug is gone. Thanks very, very much.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug