I tried to send photos via email. [/url][/img]
In console I saw
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript compileAndReturnError:{
NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
NSAppleScriptErrorNumber = -2741;
NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxx@gmail.com"
set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
set unixPath to unixPath1 & unixPath2 & unixPath3
set a0File to (POSIX file unixPath) as alias
set attachmentsVar to {a0File}
tell application "Eudora"
set subjectVar to «data utf870686F746F» as Unicode text
set contentVar to ""
set newMessage to make new message at end of mailbox 2
set body of newMessage to contentVar
set field "subject" of newMessage to subjectVar
set field "to" of newMessage to toVar
attach to newMessage documents attachmentsVar
queue newMessage
end tell
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript executeAndReturnError:{
NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
NSAppleScriptErrorNumber = -2741;
NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxxxx@gmail.com"
set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
set unixPath to unixPath1 & unixPath2 & unixPath3
set a0File to (POSIX file unixPath) as alias
set attachmentsVar to {a0File}
tell application "Eudora"
set subjectVar to «data utf870686F746F» as Unicode text
set contentVar to ""
set newMessage to make new message at end of mailbox 2
set body of newMessage to contentVar
set field "subject" of newMessage to subjectVar
set field "to" of newMessage to toVar
attach to newMessage documents attachmentsVar
queue newMessage
end tell
How can I solve this problem ?
At the moment, I don't know. What version of Photo Mechanic, Eudora, and Mac OS X are you using?
-Kirk