Previous in Forum: Software For Retaining Deleted Data   Next in Forum: Construction Punch Reporting
Close
Close
Close
2 comments
Rate Comments: Nested
Associate

Join Date: Sep 2011
Posts: 47
Good Answers: 2

Python Run Time Error

03/31/2012 8:50 AM

I started to learn Python programming.when i try to run a sample application .Error occurred.

Error Message

RuntimeError: the PyQt4.QtCore module is version 1 but the PyQt4.Qwt5.Qwt module requires version 0

Any guide me to resolve this issue.Since i don't have much programming knowledge.

Register to Reply
Pathfinder Tags: Pyqwt Python Qt
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Popular Science - Cosmology - New Member Technical Fields - Technical Writing - New Member Engineering Fields - Energy Engineering - New Member Engineering Fields - Electrical Engineering - New Member Engineering Fields - Control Engineering - New Member Engineering Fields - Electromechanical Engineering - Old Member, New Association

Join Date: Apr 2008
Location: Lexington, KY
Posts: 1639
Good Answers: 73
#1

Re: Python Run Time Error

04/04/2012 11:03 AM

Without knowing the specific details of your system, I can still see that operating system and the sample program are not on the same level.

When a system is first developed, the way you interact with it defined by the operating system. That system will have certain functions that your programs can use to perform various actions. When the manuals are finally written, they may have sample programs that your operating system knows nothing about. That is because, the operating system was upgraded and expanded to include new features or commands. I like to blame it on the guys who developed my original system and released it for sale before it was finished.

In any case, you will probably need to investigate how to upgrade your firmware to the latest version. That usually corrects the kind of error you mentioned.

I know that will seem like a major pain in the neck, but by updating the firmware, you will have an operating system that has fewer bugs as well. It is likely to be something you will have to do from time to time.

__________________
A great troubleshooting tip...."When you eliminate the impossible, whatever remains, however improbable, must be the truth." Sir Arthur Conan Doyle
Register to Reply
Associate

Join Date: Sep 2011
Posts: 47
Good Answers: 2
#2
In reply to #1

Re: Python Run Time Error

04/05/2012 2:15 AM

Thanks for the information.

Register to Reply
Register to Reply 2 comments

Previous in Forum: Software For Retaining Deleted Data   Next in Forum: Construction Punch Reporting

Advertisement