Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux System Tutorial: Fix ImportError: No module named wxversion error     - Linux basis: a comprehensive study pwd command (Linux)

- git checkout generated in the use of temporary br (Linux)

- Linux initialization init system - UpStart (Linux)

- X security settings in Ubuntu (Linux)

- How to install MySQL on Linux Dock (Database)

- Oracle 11g RAC root.sh execution error second node failure example (Database)

- RMAN backup file is much larger than the size of the database Cause Analysis (Database)

- MySQL Slave synchronization problem solving (Database)

- GRUB how to load Linux kernel (Linux)

- VMware Workstation + Ubuntu 10.04 Download the Android 2.2 source code (Linux)

- Nginx logging client ip (Server)

- Setting Linux desktop environment, achieve HiDPI display support (Linux)

- Linux operation and maintenance of the actual file system, file links (Linux)

- MySQL service failed to start thinking of settlement under CentOS7 (Database)

- How to install with JSON support in Ubuntu 15.04 SQLite 3.9.1 (Database)

- 64 Ubuntu 15.04 Linux kernel upgrade to Linux 4.1.0 (Linux)

- Linux, security encryption to transfer files between machines (Linux)

- Computer security protection remove local and remote system log files (Linux)

- Management Linux Container with Docker in Ubuntu (Linux)

- Hive handle count distinct inclination to produce data processing (Database)

 
         
  Linux System Tutorial: Fix ImportError: No module named wxversion error
     
  Add Date : 2016-05-23      
         
         
         
  Problem I try to run a Python application in [certain Linux distributions] on, but I got this error "ImportError:. No module named wxversion". How can I fix Python program this mistake?

Lookingfor python ... 2.7.9-Traceback (most recent call last):
File "/home/dev/playonlinux/python/check_python.py", line 1, in
import os, wxversion
ImportError: Nomodule named wxversion
failed tests
This error indicates that your Python application is GUI-based, rely on a lack of named wxPython modules. wxPython is a Python extension module for wxWidgets GUI library, C ++ programmers are commonly used to design the GUI application. The wxPython extensions allow Python developers to easily design and integrate any Python GUI applications.

Import shake resolve this error, you need to install wxPython on your Linux, as follows:

WxPython to install Debian, Ubuntu or Linux Mint

$ Sudo apt-get install python-wxgtk2.8
 

Install wxPython to Fedora

$ Sudo yum install wxPython
 

WxPython to install CentOS / RHEL

wxPython are available on the CentOS / RHEL to the EPEL repository, and there is no basic warehouse. Therefore, you must first enable the EPEL repository in your system, and then install it using yum command.

$ Sudo yum install wxPython
 

Arch Linux to install wxPython

$ Sudo pacman -S wxpython
 

WxPython to install Gentoo

$ Emerge wxPython
     
         
         
         
  More:      
 
- Linux permissions Detailed (Linux)
- Define and modify strings principle in Python (Programming)
- How Glances monitoring system on Ubuntu (Linux)
- ElasticSearch - Basic Concepts (Server)
- Oracle database online redo logs are several methods of recovery of deleted (Database)
- How to install Linux Kernel 4.0 On CentOS 7 system (Linux)
- How to recover deleted files in Linux systems (Linux)
- Memcached and Redis (Linux)
- Laravel cache paged results (Server)
- Linux system started to learn: how to view the contents of the seed on the Linux file (Linux)
- Create and modify Oracle temporary table space (Database)
- Ubuntu resolve sudo: source: command not found error (Linux)
- Nginx installation configuration Zabbix (Server)
- Ruby and Python simple comparison (Programming)
- Linux environment installation of rvm and ruby (Linux)
- RHEL7.0 environment Linux kernel upgrade (Linux)
- Linux SU command security Suggestions (Linux)
- Use Visual Studio Code Development TypeScript (Linux)
- How to upgrade the kernel to 3.13.7 on Ubuntu / Linux Mint (Linux)
- How to configure Ceph stored on CentOS 7.0 (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.