No python2 bindings for QtOpenGL anymore?

Hi guys,
Since a couple days, I don't seem to have the PyQt4 module "QtOpenGL" anymore.
I'm trying to run the program "openlp" from the AUR. Up to a couple days ago I had no problems. But now it suddenly fails to start with the error message:
File "/usr/lib/python2.7/site-packages/openlp/core/ui/maindisplay.py", line 36, in <module>
from PyQt4 import QtCore, QtGui, QtWebKit, QtOpenGL
ImportError: cannot import name QtOpenGL
Yes, I do have python2-opengl and pyqt installed. But if I go to /usr/share/sip/PyQt4, I see a number of different modules for Qt, but strangely the OpenGL module is simply not there. I tried reinstalling pyqt, sip, python2-sip, ... , but nothing has solved the issue yet.
I'd really appreciate any help!!
Best regards
keineeile

Mesa was missing as makedeps, I'm rebuilding it.

Similar Messages

  • Re: Why doesn't WL7.0 support get/post bindings for web services ...

    hi!!!
    Could you pls point to any code example.
    thanks
    Pushpa
    "Richard Berger" <[email protected]> wrote:
    >
    Manoj: Thanks for the answer - do you have or can you point me at any
    code samples
    that accomplish this? (Yes, .NET is limited to strings/ints in their
    get/post
    bindings).
    Thanks so much!
    RB
    PS - Also, can you explain any apparent discrepancy between your answer
    and what
    the WL documentation stated (again, it may be my misunderstanding).
    "manoj cheenath" <[email protected]> wrote:
    WL 7.0 does allow you to access the web service through
    the browser. It even allows you to invoke service methods
    with complex type arguments (.Net only supports primitive
    types) and also to view the request and response soap
    message for the invocation.
    regards,
    -manoj
    "Richard Berger" <[email protected]> wrote in message
    news:[email protected]...
    This might be a naive question, but according to the documentation,WL 7.0
    does
    not support http post/get bindings for web services. Thus, for meto
    access a
    web service, I need to write a "middle tier" of some sort (I used
    the
    automatically
    generated Java proxy code and JSP). All works fine, but it seems
    like
    it
    would
    sure be nice to have HTML forms access web services without havingto
    write a
    middle tier.
    NET does this and it is extremely useful - is there a reason that
    BEA
    chose not
    to provide this feature? (e.g. is it architecturally unsound in anyway?
    or is
    there an easy way to simulate it?). Given some of the Web Workshoppositioning
    re: ease of use and .NET comparison, this seems like an omission.
    Any insights are greatly appreciated.
    Enjoy,
    RB
    PS - Here's the info from the documentation
    Web Services Description Language (WSDL) 1.1 Specification
    WSDL is an XML-based language that describes Web services. WSDL definesWeb services
    as a set of endpoints operating on messages; these message containeither
    message-style
    or RPC-style information. The operations and messages are describedabstractly
    in WSDL, and then bound to a concrete network protocol and messageformat
    to define
    an endpoint. Related concrete endpoints are combined into abstractendpoints (services).
    WSDL is extensible to allow the description of endpoints and theirassociated
    messages regardless of what message formats or network protocols areused
    to communicate,
    however, the only bindings described in the specification describehow to
    use
    WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME.
    Note: WebLogic Server supports only SOAP 1.1 bindings.
    The WSDL 1.1 Specification is available at http://www.w3.org/TR/wsdl.

    This isn't a straight FORM Post as in the http binding support in WSDL. It posts
    a soap message.
    It's apparent that Workshop supports form-post and form-get.
    But I dont see how it is done with straight WebLogic webservices. Does WebLogic
    server read the web-services.xml or the WSDL file? I dont see a way to put in
    http-post binding in the former and in the latter it seems to be ignored.
    Can someone clarify.
    Thanks.
    Chu-chi
    "manoj cheenath" <[email protected]> wrote:
    Here is a live example:
    http://65.193.192.35:7001/base/SoapInteropBaseService
    Here is an example that you can download:
    http://manojc.com/?sample2
    This is how you run it:
    http://manojc.com/?tutorial/doc/howtorun.html
    More info can be found from the edocs:
    7.0:
    http://edocs.bea.com/wls/docs70/webserv/index.html
    8.1:
    http://edocs.bea.com/wls/docs81/webserv/index.html
    Regards,
    -manoj
    http://manojc.com
    "pushpa krishna" <[email protected]> wrote in message
    news:[email protected]...
    hi!!!
    Could you pls point to any code example.
    thanks
    Pushpa
    "Richard Berger" <[email protected]> wrote:
    Manoj: Thanks for the answer - do you have or can you point me at
    any
    code samples
    that accomplish this? (Yes, .NET is limited to strings/ints in their
    get/post
    bindings).
    Thanks so much!
    RB
    PS - Also, can you explain any apparent discrepancy between your answer
    and what
    the WL documentation stated (again, it may be my misunderstanding).
    "manoj cheenath" <[email protected]> wrote:
    WL 7.0 does allow you to access the web service through
    the browser. It even allows you to invoke service methods
    with complex type arguments (.Net only supports primitive
    types) and also to view the request and response soap
    message for the invocation.
    regards,
    -manoj
    "Richard Berger" <[email protected]> wrote in message
    news:[email protected]...
    This might be a naive question, but according to the documentation,WL 7.0
    does
    not support http post/get bindings for web services. Thus, for
    me
    to
    access a
    web service, I need to write a "middle tier" of some sort (I used
    the
    automatically
    generated Java proxy code and JSP). All works fine, but it seems
    like
    it
    would
    sure be nice to have HTML forms access web services without havingto
    write a
    middle tier.
    NET does this and it is extremely useful - is there a reason that
    BEA
    chose not
    to provide this feature? (e.g. is it architecturally unsound in
    any
    way?
    or is
    there an easy way to simulate it?). Given some of the Web Workshoppositioning
    re: ease of use and .NET comparison, this seems like an omission.
    Any insights are greatly appreciated.
    Enjoy,
    RB
    PS - Here's the info from the documentation
    Web Services Description Language (WSDL) 1.1 Specification
    WSDL is an XML-based language that describes Web services. WSDL
    defines
    Web services
    as a set of endpoints operating on messages; these message containeither
    message-style
    or RPC-style information. The operations and messages are describedabstractly
    in WSDL, and then bound to a concrete network protocol and messageformat
    to define
    an endpoint. Related concrete endpoints are combined into abstractendpoints (services).
    WSDL is extensible to allow the description of endpoints and theirassociated
    messages regardless of what message formats or network protocols
    are
    used
    to communicate,
    however, the only bindings described in the specification describehow to
    use
    WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME.
    Note: WebLogic Server supports only SOAP 1.1 bindings.
    The WSDL 1.1 Specification is available at http://www.w3.org/TR/wsdl.

  • Why doesn't WL7.0 support get/post bindings for web services ...

    This might be a naive question, but according to the documentation, WL 7.0 does
    not support http post/get bindings for web services. Thus, for me to access a
    web service, I need to write a "middle tier" of some sort (I used the automatically
    generated Java proxy code and JSP). All works fine, but it seems like it would
    sure be nice to have HTML forms access web services without having to write a
    middle tier.
    .NET does this and it is extremely useful - is there a reason that BEA chose not
    to provide this feature? (e.g. is it architecturally unsound in any way? or is
    there an easy way to simulate it?). Given some of the Web Workshop positioning
    re: ease of use and .NET comparison, this seems like an omission.
    Any insights are greatly appreciated.
    Enjoy,
    RB
    PS - Here's the info from the documentation
    Web Services Description Language (WSDL) 1.1 Specification
    WSDL is an XML-based language that describes Web services. WSDL defines Web services
    as a set of endpoints operating on messages; these message contain either message-style
    or RPC-style information. The operations and messages are described abstractly
    in WSDL, and then bound to a concrete network protocol and message format to define
    an endpoint. Related concrete endpoints are combined into abstract endpoints (services).
    WSDL is extensible to allow the description of endpoints and their associated
    messages regardless of what message formats or network protocols are used to communicate,
    however, the only bindings described in the specification describe how to use
    WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME.
    Note: WebLogic Server supports only SOAP 1.1 bindings.
    The WSDL 1.1 Specification is available at http://www.w3.org/TR/wsdl.

    Manoj: Thanks for the answer - do you have or can you point me at any code samples
    that accomplish this? (Yes, .NET is limited to strings/ints in their get/post
    bindings).
    Thanks so much!
    RB
    PS - Also, can you explain any apparent discrepancy between your answer and what
    the WL documentation stated (again, it may be my misunderstanding).
    "manoj cheenath" <[email protected]> wrote:
    WL 7.0 does allow you to access the web service through
    the browser. It even allows you to invoke service methods
    with complex type arguments (.Net only supports primitive
    types) and also to view the request and response soap
    message for the invocation.
    regards,
    -manoj
    "Richard Berger" <[email protected]> wrote in message
    news:[email protected]...
    This might be a naive question, but according to the documentation,WL 7.0
    does
    not support http post/get bindings for web services. Thus, for meto
    access a
    web service, I need to write a "middle tier" of some sort (I used theautomatically
    generated Java proxy code and JSP). All works fine, but it seems likeit
    would
    sure be nice to have HTML forms access web services without havingto
    write a
    middle tier.
    NET does this and it is extremely useful - is there a reason that BEAchose not
    to provide this feature? (e.g. is it architecturally unsound in anyway?
    or is
    there an easy way to simulate it?). Given some of the Web Workshoppositioning
    re: ease of use and .NET comparison, this seems like an omission.
    Any insights are greatly appreciated.
    Enjoy,
    RB
    PS - Here's the info from the documentation
    Web Services Description Language (WSDL) 1.1 Specification
    WSDL is an XML-based language that describes Web services. WSDL definesWeb services
    as a set of endpoints operating on messages; these message containeither
    message-style
    or RPC-style information. The operations and messages are describedabstractly
    in WSDL, and then bound to a concrete network protocol and messageformat
    to define
    an endpoint. Related concrete endpoints are combined into abstractendpoints (services).
    WSDL is extensible to allow the description of endpoints and theirassociated
    messages regardless of what message formats or network protocols areused
    to communicate,
    however, the only bindings described in the specification describehow to
    use
    WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME.
    Note: WebLogic Server supports only SOAP 1.1 bindings.
    The WSDL 1.1 Specification is available at http://www.w3.org/TR/wsdl.

  • Custom headers are not exported correctly in the bindings for the WCF-WebHttp adapter

    I have an annoying issue with the bindings for the WCF-WebHttp adapter.
    As you know, the "Messages" tab of the WCF-WebHttp transport properties enables a developer to configure a number of static outbound HTTP headers. When I've entered two or more headers in the textbox, the CRLF between individual headers will be
    stripped after a bindings import. This means I cannot call RESTful services that require more than one custom HTTP header in a messaging-only scenario, because BizTalk goofs up the configuration.
    For example, when I enter the following headers in the textbox:
    Then export the bindings, and immediately import the bindings again (untouched), the textbox now shows:
    I did some brief analysis, and within the binding file's XML, the HttpHeaders property (contained in the TransportTypeData element) is not encoded/escaped in any way, so therefore the significant whitespace (in this case CRLF) that needs to be preserved
    is lost in the import process.
    Can anyone reproduce this and can anyone think of a workaround (without resorting to an orchestration)?

    I did some brief analysis, and within the binding file's XML, the HttpHeaders property (contained in the TransportTypeData element) is not encoded/escaped in any way, so therefore the significant whitespace (in this case CRLF) that needs to be preserved
    is lost in the import process.
    +1

  • Can't search for words anymore after saving PDFs in Preview

    Hi everyone,
    I would love to use Preview for my day-to-day use of previewing PDFs + highlighting + setting annotations. However, once I have saved the pdf with Preview I can not search for words anymore. If I search for one letter only, I would get cryptic hits like "7;%! 2%8%P%8!".
    I am not sure, but I guess when preview saves the pdf using a Quartz PDF context, something happens with the index, or the underlying the font structuring.
    Does anyone have had experience with these kinds of troubles?
    Thanks in advance,
    Heinrich

    Hi, thanks for answering quickly, and the heads up on that other thread.
    It undoubtedly has to do with the annotations or mark ups (the last, in my case).
    In the linked-to thread they end by suggesting that it's because it's has "commenting not allowed" when you see it
    using Adobe Reader, File > Properties > Security says Commenting: Not Allowed.
    However, some documents with "commenting not allowed set in Adobe Reader I can highlight or annotate fine, without it messing up after saving.
    Besides, any document I save as pdf even from Word, will say commenting not allowed in Adobe Reader. So if even my own documents are not highlight- or annotate-able without garbling the text, what documents would these functions be for, then?
    I think what somebody mentioned in the other thread about character encodings hold some truth, I see it in documents in Danish with æ ø and å (however, not all!), but not in English-only docs (yet. Have any of you?).
    Thanks in advance,
    - Alexander

  • OAM-Files do not run in the Content Viewer for Desktop anymore

    After updating DPS today animations made with Edge Animate (OAM-Files) do not run in the Content Viewer for Desktop anymore!
    What happened there? Any ideas?
    Thanks for help!
    I'm using mac OS 10.8.2 and InDesign CS6 CC

    I have updated Edge Animate today also with all files working & previewing perfectly within Edge. Upon publishing as OAM files for use in inDesign, the Poster loads as per usual, mark Play on Load interactivity on highlighted content holder as usual BUT when testing in Content Viewer file remains as a static poster image - unable to load animated atributes! I thought perhaps it may be a new viewing option so also uploaded page to DPS Acrobat Workspace & tested & the OAM file has not been assigned as inDesign. This is a massive issue! Our Magazine front cover needs its usual animation. Also tested previous files already live and they too do not view correctly in Content Viewer since update, as well are just a poster image!  Adobe need to fix this fast!

  • Firefox does not remember our usernames for hotmail anymore

    Since our update to Firefox 4.0, Firefox does not remember our usernames for Hotmail anymore. Only the last used username is remembered.
    We don't have problems with other websites regarding this.
    So why is it only with Hotmail?
    I cleared all cookies, but no change....
    Can you help us out?

    You can't save the name and password from Hotmail via the Password Manager in current Firefox versions. Hotmail (live.com) uses JavaScript to create the login form.<br />
    You should be able to use save form data to save user names and other form data like I posted above.
    Don't you get a drop down list that shows previously entered names?
    Make sure that you do not run Firefox in permanent Private Browsing mode.
    * https://support.mozilla.com/kb/Private+Browsing
    * You enter Private Browsing mode if you select: Firefox > Preferences > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Firefox > Preferences > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"

  • My legally licensed CS6 has stopped working and reverted to trial mode.  I paid a bundle for this and don't care to pay more to keep the software I legally own.  There seems to be no customer support for this anymore, what do I do?

    My legally licensed CS6 has stopped working and reverted to trial mode.  I paid a bundle for this and don't care to pay more to keep the software I legally own.  There seems to be no customer support for this anymore, what do I do?
    The only answers I found were things like:
    Upgrade to CC or You're out of luck.
    This is not okay.
    Please Help!

    "Similar" problem here. I have bought a new PC, and want to install my precious CS5.5 to the new system.
    All I get is an "illegal serial number" message. Even though I deactivated on the old pc and even though I copy the serial (for the pc version) from my official products page (or whatever that page is called)...
    That's when the ordeal started to get someone at Adobe to figure out what is wrong.
    No voice support for my "old" version. 2011? Old? Come on?!
    The chat support is a Turin test, with no solution whatsoever.
    The websites linked to in the final "chat" lines which should answer my questions are utterly useless.
    So last attempt: I try overhere... and add my questions to you, OP...
    Note that the only way in which I can get a fast human reply is by calling the number for buying the new CC! Shame on you Adobe!

  • [SOLVED] Terminator, "you need to install python bindings for libvte"

    Upgrade terminator to 0.96-3, with new dependency to vte3.
    It suggested to remove vte, which is not needed any more. So I followed the suggestion.
    Then I can't open terminator! Got a error dialog "You need to install python bindings for libvte".
    Finally, I installed the vte package to fix it.

    Indeed, vte is still required.

  • Gsmartcontrol polkit problem: Not asking for password anymore [solved]

    polkit 0.112-2
    polkit-gnome 0.105-2
    gsmartcontrol 0.8.7-4
    DE: LXDE
    When trying to use gsmartcontrol as normal user it does not ask for permission anymore but starts and the drives are shown as 'unknown model' now.
    The polkit-gnome-authentication is autostarted at boot and works fine with gparted e.g.
    But with gsmartcontrol I get:
    polkitd[356]: Operator of unix-session:c1 FAILED to authenticate to gain authorization for action org.archlinux.pkexec.gparted for unix-process:1126:101937 [/bin/bash /usr/bin/gparted_polkit] (owned by unix-user:user)
    How can I get gsmartcontrol working again as normal user?
    SOLUTION:
    Use '/usr/bin/gsmartcontrol_polkit' instead of (de)fault '/usr/bin/gsmartcontrol' in your starter.
    Last edited by renegat (2014-11-28 15:44:38)

    Hello,
    I sometimes have the same problem, but there's a secure way to overcome this behaviour : when you have finished your purchases, simply go to "configuration" and "store" folder where you'll simply deactivate your account. It's the safest way, sure.
    When you wish to access appstore again, go to this folder back and activate. ID & Password will be required then to download.
    Hope this will help.
    Cheers.

  • Unrestricted keystroke bindings for spaces?

    i can't seem to find my previous post on this ...
    i have long anticipated the possibility that apple may not be so restrictive on keystroke bindings for switching spaces in leopard. but now, of course, through the GUI they are quite restrictive.
    i have been using Virtue for some time now, and i am so accustomed to using my own bindings, alt-Z and alt-X to switch left and right, respectively. it's so efficient, simple and minimal.these are nice because you can switch with the left hand and the right hand can use the mouse.
    ANYWAY, i know i can wait for a 3rd party app to make it happen, but does anyone know how this might be accomplished now?
    i would continue to use virtue but (a) some features aren't working so well now in leopard and (b) maintenance of virtue has stopped because spaces is supposed to be "all that."
    an answer to this would seriously make my day ... anyone?

    Which L&F you're using? Is the combo editable or not?
    Looks silly the question, but the implementations are just so different...
    Kurta

  • InputMap/ActionMap key bindings for arrow keys, alt key

    I'm having trouble defining InputMap/ActionMap key bindings for the arrow keys and the Alt key. My bound actions never run. I believe the problem is that the arrows are used in focus navigation, and the Alt key is used for opening the menu. How can I get these key bindings to work? Is there any other way that I can get events from these keys? I'd even be happy with simple AWT KeyListener events at this point. Thanks.

    I've been having this same problem. I built a demo application that demonstrates the problem. It all works fine until I add the JTree. The JTree seems to be consuming the arrow key strokes. Here is the code:
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.KeyEvent;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.KeyStroke;
    public class ArrowKeyDemo extends JFrame implements ActionListener {
        private javax.swing.JTree tree;
        private javax.swing.JPanel panel;
        public ArrowKeyDemo() {
            initComponents();
            panel.registerKeyboardAction(this, "A",
                    KeyStroke.getKeyStroke(KeyEvent.VK_A, 0, false),
                    JComponent.WHEN_IN_FOCUSED_WINDOW);
            panel.registerKeyboardAction(this, "left",
                    KeyStroke.getKeyStroke(KeyEvent.VK_LEFT, 0, false),
                    JComponent.WHEN_IN_FOCUSED_WINDOW);
        private void initComponents() {
            panel = new javax.swing.JPanel();
            tree = new javax.swing.JTree();
            addWindowListener(new java.awt.event.WindowAdapter() {
                public void windowClosing(java.awt.event.WindowEvent evt) {
                    exitForm(evt);
            panel.add(tree);
            getContentPane().add(panel, java.awt.BorderLayout.CENTER);
            pack();
        private void exitForm(java.awt.event.WindowEvent evt) {
            System.exit(0);
        public static void main(String args[]) {
            new ArrowKeyDemo().show();
        public void actionPerformed(ActionEvent actionEvent) {
            System.out.println(actionEvent);
    }Having the JTree in there kills the ability to trap key strokes for any other purpose. This seems to be true of other Swing components as well. You can stop the JTree from consuming key strokes by adding the line:
    tree.setActionMap(null);
    But you will probably need to set the ActionMap to null for every Swing component that is trapping key strokes. I'm not 100% sure, but I think that includes scroll panes as well.
    I'd love to hear a more elegant solution.
    --Timothy Rogers

  • Exchange server damages Word files - cannot be opened on Word for iPad anymore

    Dear all,
    I posted the following problem in the Office for iPad forum and was asked to address this topic here as well. Probably you can help?
    In my office we are using Word 2007 to create ordinary .docx files. When I email such a file to my iPad I cannot open it neither in the Mail.app preview nor in Word for iPad.
    Mail.app tells me its an "Office Open XML word processing document" and Word just tells me the file is damaged. However the files opens just fine in various versions of Word for PC and Mac.
    Does anyone know what is happening here? I bought Office for iPad especially to being able to open the word files I create in my office... :-(
    Additional info:
    I ran the following test:
    I took a .docx file I created on my office PC which was stored on our server and saved it locally to my PC harddrive. I then saved a copy as .doc as well. Then I emailed both files to my office Outlook account AND my iCloud account (with one email).
    BOTH files did NOT open in Word for iPad from my Outlook account (Exchange Server) but BOTH files just opened fine from my iCloud account.
    I then forwarded the email from my Outlook account to my iCloud account and now BOTH files did NOT open on the iPad anymore.
    So it seems that my Outlook account (Exchange server) corrupts the files so they cannot be opened on the iPad anymore, while they can still be opened on a PC or Mac. 
    Do you have any ideas to solve that issue?
    It cannot be that Office for iPad doesnt work in combination with an Exchange Server Outlook Account, can it?
    best regards
    Wolfgang

    Hi,
    I suggest doing following test and returning the results to me.
    1. Please using OWA to open the .docx file on both PC and iPad via your Exchange account.
    If the file can be opened in OWA. I suggest asking ActiveSync Forum for help so that we can get more professional suggestions.
    For your convenience:
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrmobility
    2. Please verify whether this issue occur on only one user (your Exchange account). If only you have this issue, it should be an issue on your Exchange account or your iPad.
    3. Please try to use other's iPad for test. If the file can be opened on other's iPad, it seems an issue on your iPad.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Apex 4.0 comments section not just for comments anymore?

    Had a developer find a new 'feature' in Apex4 yesterday. Is this a bug? or is something else amiss?
    Here are his comments:
    Apex Developers,
    I found a really weird problem and wanted to share it with you. First, some background. At the bottom of nearly every page, as you edit a region for instance, there is a place for comments.
    I have always used this as a temporary place-holder for changes as I edit. For example, today I was editing a region that is a simple SQL Report with a query. I wanted to make significant changes to the query so I copied and pasted my query from the Source box into the Comments box at the bottom of the page. My assumption has always been that the Comments box was for comments...not actual code or anything that displays on-screen. That may be partially true but it does affect the way your pages run!!
    I changed the query and it worked fine. OK. So far so good. However, when I went to change one of my columns to use an existing LOV it died with a "no data found" error. I chased my tail for a while and finally ended up creating a new region with identical SQL. That new one worked while the original one continued to fail with identical code. I compared the regions and the only diff was the comments. On a lark I deleted the comments out of there and the damned thing worked!!!!!!! Arrrrrrggggghhhhh!!!!!

    Hi,
    I think the "no-data-found" error behavior was not related to the value in the comment, instead I think you have hit bug# 9879227 on our known issues list at http://www.oracle.com/technology/products/database/application_express/html/4.0_known_issues.html
    The "Apply Changes" actually fixed your tabular form/report meta data problem after you removed the comment. I'm pretty sure if you add the comment back into your region the error will not occur anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Hotmail doesn't work for me anymore

    For some reason I can't open Hotmail anymore.

    After almost one week without being able to view my hotmail, I figured out the problem.
    I noticed the date of the first unread message I couldn't open and saw that it was the same day I installed the latest vDownloader... I uninstalled it and now everything is back to normal.
    If you are having problems check whether you installed any new software recently.
    Hope I have helped,
    Good luck ;)

Maybe you are looking for