+#else
+ %extend {
+ bool Create(int size, const wxByte* data) {
+ wxPyBeginBlockThreads();
+ PyErr_SetString(PyExc_NotImplementedError,
+ "Create from data is not available on this platform.");
+ wxPyEndBlockThreads();
+ return False;
+ }
+ }
+#endif
+