summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-December/020908.html
blob: 73d38ff87c3d8e476367fed69f89f570476490bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] [changelog] [RPM] cauldron core/release	calibre-0.9.10-1.mga3
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09calibre-0.9.10-1.mga3&In-Reply-To=%3CCAONrEtYoBUidKYJ6kn%2BB_%2BkPh3JRGBsuyT59hH3Zxk1xkU-iGQ%40mail.gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="020907.html">
   <LINK REL="Next"  HREF="020909.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] [changelog] [RPM] cauldron core/release	calibre-0.9.10-1.mga3</H1>
    <B>Thierry Vignaud</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bchangelog%5D%20%5BRPM%5D%20cauldron%20core/release%0A%09calibre-0.9.10-1.mga3&In-Reply-To=%3CCAONrEtYoBUidKYJ6kn%2BB_%2BkPh3JRGBsuyT59hH3Zxk1xkU-iGQ%40mail.gmail.com%3E"
       TITLE="[Mageia-dev] [changelog] [RPM] cauldron core/release	calibre-0.9.10-1.mga3">thierry.vignaud at gmail.com
       </A><BR>
    <I>Tue Dec 25 10:22:18 CET 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="020907.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	libssh2-1.4.3-1.mga3
</A></li>
        <LI>Next message: <A HREF="020909.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	traceroute-2.0.19-1.mga3
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#20908">[ date ]</a>
              <a href="thread.html#20908">[ thread ]</a>
              <a href="subject.html#20908">[ subject ]</a>
              <a href="author.html#20908">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On 14 December 2012 14:24, dams &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">buildsystem-daemon at mageia.org</A>&gt; wrote:
&gt;<i> dams &lt;dams&gt; 0.9.10-1.mga3:
</I>&gt;<i> + Revision: 330879
</I>&gt;<i> - new version 0.9.10
</I>
It crashes
-------------- next part --------------
$ calibre
Traceback (most recent call last):
  File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 162, in load_store_plugins
    st = self.init_istore(store)
  File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 173, in init_istore
    st = store.load_actual_plugin(self)
  File &quot;/usr/lib64/calibre/calibre/customize/__init__.py&quot;, line 662, in load_actual_plugin
    self.actual_plugin_object  = getattr(importlib.import_module(mod), cls)(gui, self.name)
  File &quot;/usr/lib64/python2.7/importlib/__init__.py&quot;, line 37, in import_module
    __import__(name)
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py&quot;, line 19, in &lt;module&gt;
    from calibre.gui2.store.stores.mobileread.cache_progress_dialog import CacheProgressDialog
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py&quot;, line 11, in &lt;module&gt;
    from calibre.gui2.store.stores.mobileread.cache_progress_dialog_ui import Ui_Dialog
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py&quot;, line 21
    return _(&quot;Dialog&quot;))
                      ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 266, in initialize
    self.initialize_db()
  File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 247, in initialize_db
    self.initialize_db_stage2(db, None)
  File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 223, in initialize_db_stage2
    self.start_gui(db)
  File &quot;/usr/lib64/calibre/calibre/gui2/main.py&quot;, line 171, in start_gui
    main = Main(self.opts, gui_debug=self.gui_debug)
  File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 139, in __init__
    self.load_store_plugins()
  File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 162, in load_store_plugins
    st = self.init_istore(store)
  File &quot;/usr/lib64/calibre/calibre/gui2/ui.py&quot;, line 173, in init_istore
    st = store.load_actual_plugin(self)
  File &quot;/usr/lib64/calibre/calibre/customize/__init__.py&quot;, line 662, in load_actual_plugin
    self.actual_plugin_object  = getattr(importlib.import_module(mod), cls)(gui, self.name)
  File &quot;/usr/lib64/python2.7/importlib/__init__.py&quot;, line 37, in import_module
    __import__(name)
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/mobileread_plugin.py&quot;, line 19, in &lt;module&gt;
    from calibre.gui2.store.stores.mobileread.cache_progress_dialog import CacheProgressDialog
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog.py&quot;, line 11, in &lt;module&gt;
    from calibre.gui2.store.stores.mobileread.cache_progress_dialog_ui import Ui_Dialog
  File &quot;/usr/lib64/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py&quot;, line 21
    return _(&quot;Dialog&quot;))
                      ^
SyntaxError: invalid syntax
</PRE>





<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="020907.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	libssh2-1.4.3-1.mga3
</A></li>
	<LI>Next message: <A HREF="020909.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	traceroute-2.0.19-1.mga3
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#20908">[ date ]</a>
              <a href="thread.html#20908">[ thread ]</a>
              <a href="subject.html#20908">[ subject ]</a>
              <a href="author.html#20908">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>