I have Python version 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) and Py2app version 0.3<br>I&#39;m not using any packages for this test, but I plan to use pyqt4 in the future.<br><br>I tried py2applet --make-setup hello.py (also tried py2applet hello.py --make-setup) to create a setup.py. It goes through: *** using recipe: sip ***, *** filtering dependencies ***, *** create binaries ***, *** byte compile python files ***, but when it gets to *** creating application bundle: hello ***, at the end I see:<br>
<br>.<br>.<br>.<br>&nbsp; File &quot;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/file_util.py&quot;, line 119, in copy_file<br>DistutilsFileError: can&#39;t copy &#39;/Users/xxx/Documents/epics/Fall08/--make-setup&#39;: doesn&#39;t exist or not a regular file<br>
&gt; /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/distutils/file_util.py(119)copy_file()<br>(Pdb) <br><br>I had just said &quot;py2applet hello.py&quot; and it created a .app, but I guess it was missing this setup.py. Is there another call I can use to make a setup.py?<br>
<br>Thanks!<br><br><br><div class="gmail_quote">
On Thu, Oct 30, 2008 at 1:58 PM, Christopher Barker <span dir="ltr">&lt;<a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>Sarah Ring wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
LSOpenFromURLSpec() failed with error -10810 for the file /Users/***/Documents/epics/Fall08/hello.app<br>
<br>
Does anyone know what this means and how to resolve it?<br>
</blockquote>
<br></div>
I haven&#39;t seen that, but:<br>
<br>
Does it do the same thing when you double-click on it?<br>
<br>
Which version of py2app are you using?<br>
<br>
Which version of Python?<br>
<br>
What packages are you using?<br>
<br>
you might want to post your setup.py<br>
<br>
-Chris<br>
<br>
<br>
<br>
<br>
-- <br>
Christopher Barker, Ph.D.<br>
Oceanographer<br>
<br>
Emergency Response Division<br>
NOAA/NOS/OR&amp;R &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(206) 526-6959 &nbsp; voice<br>
7600 Sand Point Way NE &nbsp; (206) 526-6329 &nbsp; fax<br>
Seattle, WA &nbsp;98115 &nbsp; &nbsp; &nbsp; (206) 526-6317 &nbsp; main reception<br>
<br>
<a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a><br>
_______________________________________________<br>
Pythonmac-SIG maillist &nbsp;- &nbsp;<a href="mailto:Pythonmac-SIG@python.org" target="_blank">Pythonmac-SIG@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonmac-sig" target="_blank">http://mail.python.org/mailman/listinfo/pythonmac-sig</a><br>
</blockquote></div><br>