Source doesn't work on xubuntu
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
ubuntu@ubuntu:~$ python /home/ubuntu/Desktop/eptidy.py
Traceback (most recent call last):
File "/home/ubuntu/Desktop/eptidy.py", line 602, in handleAbout
info = wx.AboutDialogInfo()
AttributeError: 'module' object has no attribute 'AboutDialogInfo'
Traceback (most recent call last):
File "/home/ubuntu/Desktop/eptidy.py", line 602, in handleAbout
info = wx.AboutDialogInfo()
AttributeError: 'module' object has no attribute 'AboutDialogInfo'
ubuntu@ubuntu:~$ python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.__version__
'2.6.3.2'
What is the expected output? What do you see instead?
it working....
```
Original issue reported on code.google.com by `hardbyte` on 20 Dec 2008 at 5:44
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.