0

Possible Duplicate:
“no matching architecture in universal wrapper” problem in wxPython?

I am using OS X Snow Leopard and

I just start to learn python and

I am getting error to use wxpython.

What I did so far is...

First , I installed pydev for my eclipse

Second, I installed wxpython "wxPython2.8-osx-unicode-py2.7"

I simply wanna run

to make sure it is working or not

however, i am getting error message

http://cfile4.uf.tistory.com/original/2010E9374F4A101A2FD80C

I was trying to follow what

WxPython Incompatible With Snow Leopard?

but I am not really sure the ways that they did.(I kind of tried to it but it didn't work..)

Does anybody know the way to fix this problems ?

plus, there are two ver of wxpython on the web page

what's difference between wxPython2.8-osx-unicode-py2.7 and wxPython2.8-osx-ansi-py2.7?

thanks

Community
  • 1
  • 1
Dc Redwing
  • 1,681
  • 11
  • 32
  • 42
  • Your question isn't exactly readable. If a question is not-so-well written, chances are more people will give up reading it before they understand it, and have a chance to answer. – Helgi Feb 26 '12 at 23:12

1 Answers1

0

Have you installed wxwidgets first?

The difference between wxPython2.8-osx-unicode-py2.7 and wxPython2.8-osx-ansi-py2.7 is the encoding. I suggest the unicode.

Valentin Lorentz
  • 9,556
  • 6
  • 47
  • 69