Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
I have the same problem on osx

Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'2.9.5.0 osx-cocoa (classic)'
>>> import gui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "gui/__init__.py", line 22, in <module>
    from .controls import Label, Button, TextBox, CheckBox, ListBox, ComboBox, \
  File "gui/controls/__init__.py", line 17, in <module>
    from .textbox import TextBox
  File "gui/controls/textbox.py", line 318, in <module>
    import wx.adv
ImportError: No module named adv

Original comment by [email protected] on 5 Dec 2013 at 5:21

from gui2py.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
Command executed: python sample.pyw

######## Error:
Traceback (most recent call last):
  File "sample.pyw", line 17, in <module>
    import gui          # import gui2py package (shortcuts)
  File "E:\Softs\python-gui\google\gui2py-0.9.3\gui\__init__.py", line 22, in <module>
    from .controls import Label, Button, TextBox, CheckBox, ListBox, ComboBox, \
  File "E:\Softs\python-gui\google\gui2py-0.9.3\gui\controls\__init__.py", line 17, in <module>
    from .textbox import TextBox
  File "E:\Softs\python-gui\google\gui2py-0.9.3\gui\controls\textbox.py", line 318, in <module>
    import wx.adv
ImportError: No module named adv
##############################################

Details about environment:
OS: Win7-x64
Python: version-2.7.1 (64-bit)
wxPython: version-2.9.5.0 (64-bit)
gui2py: version-0.9.3 (64-bit)

Original comment by [email protected] on 16 Dec 2013 at 6:34

from gui2py.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
Same on 64-bit Win7 with the current wxPython release:
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on 
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'3.0.0.0 msw (classic)'
>>> import gui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\gui\__init__.py", line 22, in <module>
    from .controls import Label, Button, TextBox, CheckBox, ListBox, ComboBox, \
  File "C:\Python27\lib\site-packages\gui\controls\__init__.py", line 17, in <module>
    from .textbox import TextBox
  File "C:\Python27\lib\site-packages\gui\controls\textbox.py", line 318, in <module>
    import wx.adv
ImportError: No module named adv
>>>

Original comment by [email protected] on 12 Feb 2014 at 11:33

from gui2py.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
Python 2.7.5 |Anaconda 1.9.1 (32-bit)| (default, Jul  1 2013, 12:41:55) [MSC 
v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.version()
'3.0.0.0 msw (classic)'
>>> import gui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Anaconda\lib\site-packages\gui\__init__.py", line 22, in <module>
    from .controls import Label, Button, TextBox, CheckBox, ListBox, ComboBox, \
  File "C:\Anaconda\lib\site-packages\gui\controls\__init__.py", line 17, in <module>
    from .textbox import TextBox
  File "C:\Anaconda\lib\site-packages\gui\controls\textbox.py", line 318, in <module>
    import wx.adv
ImportError: No module named adv

Original comment by [email protected] on 25 Feb 2014 at 5:13

from gui2py.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
Same on Win XP:
D:\temp\gui2py-0.9.3>python
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win
32

>>> import wx
>>> wx.version()
'3.0.1.1 msw (classic)'

>>> import gui
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "gui\__init__.py", line 22, in <module>
    from .controls import Label, Button, TextBox, CheckBox, ListBox, ComboBox, \

  File "gui\controls\__init__.py", line 17, in <module>
    from .textbox import TextBox
  File "gui\controls\textbox.py", line 318, in <module>
    import wx.adv
ImportError: No module named adv

Original comment by [email protected] on 2 Nov 2014 at 12:14

from gui2py.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 21, 2024
Here are a few useful links to the people that are having this issue:
http://wxpython.org/Phoenix/docs/html/classic_vs_phoenix.html
http://wiki.wxpython.org/ProjectPhoenix

TL;DR: Basically, I believe you will need Phoenix, not classic.

Original comment by [email protected] on 27 Jan 2015 at 9:01

from gui2py.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.