<div dir="ltr">hello, I checked out your project from svn.<div>looks like it requires some make commands, before it can be packaged?</div><div>I'm getting tripped up on that.</div><div>also confused in that your src tree is at 1.30, but the tar you mention is 1.35, and then your install dir was 1.31.</div>
<div>maybe get your src tree up to date with where your working copy, and post any make commands that need to be run.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 14, 2014 at 1:32 PM, Ethan Furman <span dir="ltr"><<a href="mailto:ethan@stoneleaf.us" target="_blank">ethan@stoneleaf.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 01/14/2014 01:26 PM, Dan Stromberg wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, Jan 11, 2014 at 2:04 PM, Dan Stromberg <<a href="mailto:drsalists@gmail.com" target="_blank">drsalists@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi folks.<br>
<br>
I have a setup.py problem that's driving me nuts.<br>
</blockquote>
<br>
Anyone?  I've received 0 responses.<br>
</blockquote>
<br>
I have no answer, but forwarding to Distutils (hopefully it's an appropriate topic ;)<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a treap.py file that tries to "import * from pyx_treap.so", and<br>
failing that, it'll "import * from py_treap.py" (sans extensions of<br>
course).  Naturally, all 3 of these should be included - although in<br>
the case of pyx_treap.so, it probably should be a .c that's included.<br>
<br>
It is also intended to include nest.py, which has a simple form.<br>
<br>
Well, treap.py, nest.py and pyx_treap.c are included fine, but I can't<br>
seem to get py_treap.py to be included for some reason.<br>
<br>
I get no errors during "python setup.py sdist upload", but upon<br>
"python $(which pip) install treap", I get:<br>
$ sudo /usr/bin/python $(which pip) install treap<br>
Downloading/unpacking treap<br>
   Running setup.py egg_info for package treap<br>
<br>
     file py_treap.py (for module py_treap) not found<br>
Installing collected packages: treap<br>
   Running setup.py install for treap<br>
     file py_treap.py (for module py_treap) not found<br>
     file py_treap.py (for module py_treap) not found<br>
<br>
     file py_treap.py (for module py_treap) not found<br>
     file py_treap.py (for module py_treap) not found<br>
Successfully installed treap<br>
Cleaning up...<br>
<br>
And it's not successfully installed - py_treap.py is missing.  The pyx<br>
code does its job, so the problem is masked, other than the messages<br>
above, and the absence of py_treap.py from<br>
/usr/local/lib/python2.7/dist-<u></u>packages<br>
<br>
I can clearly see py_treap.py in ./dist/treap-1.35.tar.gz - it's at<br>
least getting packaged up that much.  It's not listed in<br>
/usr/local/lib/python2.7/dist-<u></u>packages/treap-1.31.egg-info/<u></u>SOURCES.txt<br>
, but I can see it in<br>
/usr/local/lib/python2.7/dist-<u></u>packages/treap-1.31.egg-info/<u></u>top_level.txt<br>
.<br>
<br>
My setup.py is at:<br>
<a href="http://stromberg.dnsalias.org/svn/treap/trunk/setup.py" target="_blank">http://stromberg.dnsalias.org/<u></u>svn/treap/trunk/setup.py</a><br>
<br>
I've tried that setup.py and several variations on that theme, but<br>
none seem to include py_treap.py .<br>
<br>
Please make some suggestions?  How can I get py_treap.py included in<br>
the pip install?<br>
<br>
Thanks!<br>
</blockquote></blockquote>
______________________________<u></u>_________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org" target="_blank">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/distutils-sig</a><br>
</blockquote></div><br></div>