Bug 33035 - Ошибка - 'module' object has no attribute 'SPLASH_...'
Summary: Ошибка - 'module' object has no attribute 'SPLASH_...'
Status: CLOSED FIXED
Alias: None
Product: Branch p8
Classification: Distributions
Component: python-module-wx3.0 (show other bugs)
Version: не указана
Hardware: all Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: qa-p8@altlinux.org
URL:
Keywords:
Depends on:
Blocks: 33033
  Show dependency tree
 
Reported: 2017-01-24 11:41 MSK by Evgeniy Korneechev
Modified: 2017-10-27 17:20 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeniy Korneechev 2017-01-24 11:41:54 MSK
$ rpm -q python-module-wx3.0
python-module-wx3.0-3.0.3.0-alt5.git20150311

$ python
Python 2.7.11 (default, Apr 15 2016, 13:09:43) 
[GCC 5.3.1 20151207 (ALT Linux 5.3.1-alt3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> test = wx.SPLASH_CENTRE_ON_SCREEN
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'SPLASH_CENTRE_ON_SCREEN'

Также с wx.SPLASH_TIMEOUT.

C сизифной версией все норм:
# rpm -q python-module-wx3.0 
python-module-wx3.0-3.0.2.0-alt1
Comment 1 Evgeniy Korneechev 2017-10-27 17:20:03 MSK
$ rpm -q  python-module-wx3.0
python-module-wx3.0-3.0.2.0-alt0.M80P.1

В данной версии все ОК.