e.g. before submitting a MS, or hand manipulating some formatting because Word does things (like cross-references) so half-assed [from here ] Select all the text (CTRL-A) Press Ctrl+Shift+F9 Editing to remove anonymous comments that only contain thanks. I really appreciate the thanks, but it makes it harder to find comments that carry pertinent information. I'm also going to try and paste informative comments in the body of the post to make them easier to find.
I've moved to kaushikghose.wordpress.com
hi,
ReplyDeletei try to do do this, but *#$@*
how to install the software PyAppleSMS?
i`ve this problem
Traceback (most recent call last):
File "example.py", line 3, in
import applesms
ImportError: dlopen(/Library/Python/2.7/site-packages/applesms.so, 2): Symbol not found: _IOConnectMethodStructureIStructureO
Referenced from: /Library/Python/2.7/site-packages/applesms.so
Expected in: flat namespace
in /Library/Python/2.7/site-packages/applesms.so
Which platform are you on? Try
ReplyDeletehttp://code.activestate.com/pypm/pyapplesms/
to see if they have a version for your OS.
In general, you should state the OS, the python version and the library version as a minimum to help people with your question.
Best
Note, with newer versions of OS X, you'll need to edit the file applesms.c, as follows:
ReplyDelete// result = IOConnectMethodStructureIStructureO(dataPort, kernFunc, structureInputSize,
// &structureOutputSize, &inputStructure, outputStructure);
result = IOConnectCallStructMethod(dataPort, kernFunc,
&inputStructure, structureInputSize,
outputStructure, &structureOutputSize);