<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 28, 2009, at 6:07 PM, Brian Deacon wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">I have. &nbsp;But 'says here:<br><a href="http://wiki.freeswitch.org/wiki/Mod_python#Can_I_test_scripts_using_python_shell.3F">http://wiki.freeswitch.org/wiki/Mod_python#Can_I_test_scripts_using_python_shell.3F</a><br><br>That the "import _freeswitch" in freeswitch.py breaks except when the<br>script is run by mod_python. &nbsp;(At which point there is some python<br>voodoo going on here that is beyond me. &nbsp;Is _freeswitch a<br>runtime-generated SWIGism?)</span></blockquote><div><br></div><div>Correct you can't do that unless its running in mod_python inside FreeSWITCH.</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><br><br>So I was thinking I could dump a _freeswitch.py onto the PYTHONPATH when<br>trying to debug code outside of mod_python. &nbsp;But probably easier for<br>trivial things would be to just get the python error output to spit to<br>the log, but it seems to be getting swallowed.<br><br>Or was there something else in python_example.py that I've been too<br>dense to notice?</span></blockquote><div><br></div><div>I think the key is to know you can only run it inside FreeSWITCH.</div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><br><br>Brian</span></blockquote></div><br></body></html>