我在Mac上安装Python wx时遇到问题。下面是我所做的:
brew install wxpython
它给出了这样的警告:
Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
当我的IronPython程序到达该行时
import wx
我得到了这样的信息:
A first chance exception of type
'IronPython.Runtime.Exceptions.PythonImportErrorException' occurred in IronPython.dll
Additional information: No module named _core_
虽然我有wx\_core_.pyd文件。另外,在尝试导入之前,我有以下几行代码:
sys.path.append('c:\\Python24\\Lib\\si
我正在尝试遵循,以便使用wxPython和wxFormBuilder快速制作简单的GUI。
使用wxFormBuilder,我创建了一个超级简单的框架,其中包含一个垂直布局、一个编辑文本控件和一个按钮,这只会清除文本控件的值。WxFormBuilder生成了Python代码,我只是在单击按钮时添加了几行代码来清除文本控件的值。这是一个愚蠢的简单框架的图像。
当我在Python中运行这个文件时,GUI确实清除了我在文本控件中输入的文本。当我单击框架的“关闭”按钮时,会看到以下内容:
swig/python detected a memory leak of type 'wxPy
我想在我的MacOS10.7 (Lion)电脑上使用wxPython。(我是Tkinter难民。)我从Python2.7.1升级,然后下载并安装了wxPython2.8-osx-unicode-2.8.12.1-universal-py2.7.dmg.下面是我得到的结果:
Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "copyright", "credits" or
这是我第一次在mac上使用python。我从python.org安装了Python2.7.1,然后安装了wxPython2.8-osx-unicode-py2.7
(Mac OS X 10.6.6)
我不知道他们安装在哪里,但不管怎样,这就是我得到的:
Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license&
我有"brew安装“的wxmac早在2012年。最近,我“酿造升级”,然后“清理”。从那时起,我就不能再导入wx:
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
我有这个问题,我找了很多,但找不到任何解决办法。
我想用pyinstaller构建一个可执行文件。我对此从未有过异议。
现在我得到了这个回溯:
9677 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
10200 WARNING: lib not found: MSVCP90.dll dependency of C:\Python27\lib\site-packages\wx-3.0-msw\wx\_controls_.pyd
10246 WARNING: li
我下载并安装了这个版本的,用于我的Python2.6安装:
当我运行Python并尝试导入wx时,我得到以下错误:
C:\Program Files\Console2>python
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import
我有一个64位的windows7操作系统,我在其中安装了带有64位Python2.7的ArcGIS。我还安装了64位脚本编辑器。当我从Python 2.7 IDE中导入wx时,没有isse -我得到了这个:
Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ======
我使用默认存储库安装playonlinux,当我运行命令'playonlinux'时,它会崩溃,并输出此输出
Traceback (most recent call last):
File "mainwindow.py", line 34, in <module>
import wx, wx.aui
File "/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", line 45, in <module>
from