Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21362 - [flumotion] fails to run, gives python errors
Attached to Project:
Community Packages
Opened by Michael Wigren (wigren) - Wednesday, 20 October 2010, 11:37 GMT
Last edited by Jakob Gruber (schuay) - Sunday, 31 October 2010, 21:42 GMT
Opened by Michael Wigren (wigren) - Wednesday, 20 October 2010, 11:37 GMT
Last edited by Jakob Gruber (schuay) - Sunday, 31 October 2010, 21:42 GMT
|
DetailsDescription:
When starting flumotion with "flumotion-manager -d 3 /etc/flumotion/managers/default/planet.xml" the program fails to run and gives these errors: Traceback (most recent call last): File "/usr/bin/flumotion-manager", line 46, in <module> boot.boot(PROGRAM_PATH, gst=False, gtk=False, installReactor=False) File "/usr/lib/flumotion/python/flumotion/common/boot.py", line 269, in boot main = reflect.namedAny(path) File "/usr/lib/flumotion/python/flumotion/twisted/reflect.py", line 54, in namedAny topLevelPackage = __import__(trialname) File "/usr/lib/flumotion/python/flumotion/common/package.py", line 58, in import_module locals, fromlist) File "/usr/lib/python2.7/ihooks.py", line 408, in import_module m = self.load_tail(q, tail) File "/usr/lib/python2.7/ihooks.py", line 490, in load_tail raise ImportError, "No module named '%s'" % mname ImportError: No module named 'flumotion.manager.main.main' I believe this is due to the recent python update as the program started without errors with version 0.8.0-1 Additional info: package version is 0.8.0-2 /etc/flumotion/managers/default/planet.xml contains: <planet> <manager name="sparoid"> <!-- <host></host> <port></port> <transport></transport> <certificate></certificate> --> <!-- FIXME: would be nice if we find a way to have this be overridden by either env var or cmd line option <debug>5</debug> --> <component name="manager-bouncer" type="htpasswdcrypt-bouncer"> <property name="data"><![CDATA[ user:ZRQG7rv8uOLAo ]]></property> </component> </manager> </planet> flumotion's log since yesterday is attached Steps to reproduce: 1) Configure flumotion following instructions from http://wiki.archlinux.org/index.php/Flumotion 2) run flumotion-manager -d 3 /etc/flumotion/managers/default/planet.xml |
This task depends upon
Closed by Jakob Gruber (schuay)
Sunday, 31 October 2010, 21:42 GMT
Reason for closing: Fixed
Additional comments about closing: flumotion-0.8.0-4
Sunday, 31 October 2010, 21:42 GMT
Reason for closing: Fixed
Additional comments about closing: flumotion-0.8.0-4
flumotionlog.txt
Here's a bugreport that might be related: https://bugzilla.redhat.com/show_bug.cgi?id=635390
Traceback (most recent call last):
File "/usr/bin/flumotion-manager", line 46, in <module>
boot.boot(PROGRAM_PATH, gst=False, gtk=False, installReactor=False)
File "/usr/lib/flumotion/python/flumotion/common/boot.py", line 275, in boot
sys.exit(wrapped(sys.argv))
TypeError: 'module' object is not callable