Quand mon programme IronPython arrive à la ligneEst-il possible d'utiliser wxPython dans IronPython?
import wx
Je reçois ce message:
A first chance exception of type
'IronPython.Runtime.Exceptions.PythonImportErrorException' occurred in IronPython.dll
Additional information: No module named _core_
bien que j'ai le fichier WX \ _core_.pyd. En outre, avant de tenter l'importation, j'ai les lignes:
sys.path.append('c:\\Python24\\Lib\\site-packages')
sys.path.append('c:\\Python24\\Lib\\site-packages\\wx-2.6-msw-unicode')
sys.path.append('c:\\Python24\\Lib\\site-packages\\wx-2.6-msw-unicode\\wx')
sys.path.append('c:\\Python24\\Lib\\site-packages\\wx-2.6-msw-unicode\\wx\\lib')
sys.path.append('c:\\Python24\\Lib\\site-packages\\wx-2.6-msw-unicode\\wxpython\\lib')
sys.path.append('c:\\Python24\\Lib\\site-packages\\wxaddons')
que je l'espérais laisser IronPython trouver tout ce dont il avait besoin.
Merci, je pensais que cela allait être la réponse –
Je pense que si vous voulez obtenir l'interface utilisateur multiplateforme avec IronPython, vous êtes limité à 1. Windows Forms, 2. GTK # –
(aussi) 3. wx.NET –