bonjour,

j'essaye d'accéder au presse papier en python en utilisant wx
import wx
wx.Clipboard.Open()
l'erreur suivante se produite
>>> wx.Clipboard.Open()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: unbound method Open() must be called with Clipboard instance as first
argument (got nothing instead)
>>> 
comment comprendre cet erreur?
merci.

Répondre à