
I've been playing for hours and finally have it so that python setup.py sdist python setup.by bdist_rpm work as expected. I have distributions and RPM's that I need to put somewhere. Thanks, -Travis

"TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I've been playing for hours and finally have it so that TO> python setup.py sdist python setup.by bdist_rpm TO> work as expected. TO> I have distributions and RPM's that I need to put somewhere. So distutils stuff works? And are there any plans for a debian package (more "if not, I'll work at it", than an honest request). best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------- (wednesday/friday is unknown) -------- FHCRC: M-Tu : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX

"TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I've been playing for hours and finally have it so that
TO> python setup.py sdist python setup.by bdist_rpm
TO> work as expected.
TO> I have distributions and RPM's that I need to put somewhere.
So distutils stuff works?
With a lot of help from our own classes, they do. It would be nice to get our changes put into the main Distutils tree.
And are there any plans for a debian package (more "if not, I'll work at it", than an honest request).
I have not heard of anyone who is working on this. It would be nice to add this to the distutils if possible so that python setup.py bdist_deb # or something similar works. Regards, Travis

"TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I have not heard of anyone who is working on this. It would TO> be nice to add this to the distutils if possible so that TO> python setup.py bdist_deb # or something similar I'll update and take a look tommorow or tommorow night. best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------- (wednesday/friday is unknown) -------- FHCRC: M-Tu : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX

Did this debian package ever materialize? As far as I know, there is no bdist_deb, but I have packaged other python packages using "python setup.py build" and dpkg-buildpackage with no trouble. I would be interested in working to get this packaged. Let me know if I can help. - Joe rossini@u.washington.edu (A.J. Rossini) writes:
"TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I've been playing for hours and finally have it so that
TO> python setup.py sdist python setup.by bdist_rpm
TO> work as expected.
TO> I have distributions and RPM's that I need to put somewhere.
So distutils stuff works?
And are there any plans for a debian package (more "if not, I'll work at it", than an honest request).
best, -tony
-- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631

Hey Joe, Debian packages would be good. You can definitely help with this. If you get the package built, send it to me, and we'll stick it on scipy.org. Also, can you supply a short description of you to install the package on Debian? Or, another option is for you to put it on your scipy.org member page. This would make it easier for you to maintain until it becomes a part of an automated build process. We can put a link from the download page to your member page. Also, I haven't used Debian and so am not familiar with its packaging (other than everyone acknowledges that its very slick). Can the dpkg-buildpackage stuff be installed and run a on a RH box, or does it require a Debain machine? If it can be done on a RH box and you can provide the scripts to produce the packages, we'll try and set it up so that it is built automatically on our system for the next release. thanks, eric ----- Original Message ----- From: "Joe Reinhardt" <jmr@engineering.uiowa.edu> To: <scipy-dev@scipy.net>; "A.J. Rossini" <rossini@u.washington.edu> Sent: Tuesday, August 21, 2001 7:19 PM Subject: Re: [SciPy-dev] RPMs and source distribution
Did this debian package ever materialize?
As far as I know, there is no bdist_deb, but I have packaged other python packages using "python setup.py build" and dpkg-buildpackage with no trouble.
I would be interested in working to get this packaged. Let me know if I can help.
- Joe
rossini@u.washington.edu (A.J. Rossini) writes:
> "TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I've been playing for hours and finally have it so that
TO> python setup.py sdist python setup.by bdist_rpm
TO> work as expected.
TO> I have distributions and RPM's that I need to put somewhere.
So distutils stuff works?
And are there any plans for a debian package (more "if not, I'll work at it", than an honest request).
best, -tony
-- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631 _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.net http://www.scipy.net/mailman/listinfo/scipy-dev

We haven't heard anything yet about a working deb package. If anyone were to build one we would certainly like to post it to the SciPy site for all to enjoy :o) Let us know if you are able to come up with something. Thanks, Travis Vaught -----Original Message----- From: scipy-dev-admin@scipy.org [mailto:scipy-dev-admin@scipy.org]On Behalf Of Joe Reinhardt Sent: Tuesday, August 21, 2001 6:20 PM To: scipy-dev@scipy.net; A.J. Rossini Subject: Re: [SciPy-dev] RPMs and source distribution Did this debian package ever materialize? As far as I know, there is no bdist_deb, but I have packaged other python packages using "python setup.py build" and dpkg-buildpackage with no trouble. I would be interested in working to get this packaged. Let me know if I can help. - Joe rossini@u.washington.edu (A.J. Rossini) writes:
"TO" == Travis Oliphant <oliphant@ee.byu.edu> writes:
TO> I've been playing for hours and finally have it so that
TO> python setup.py sdist python setup.by bdist_rpm
TO> work as expected.
TO> I have distributions and RPM's that I need to put somewhere.
So distutils stuff works?
And are there any plans for a debian package (more "if not, I'll work at it", than an honest request).
best, -tony
-- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631 _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.net http://www.scipy.net/mailman/listinfo/scipy-dev

"TNV" == Travis N Vaught <travis@scipy.org> writes:
TNV> We haven't heard anything yet about a working deb package. TNV> If anyone were to build one we would certainly like to post TNV> it to the SciPy site for all to enjoy :o) I'm working on it, but slowly. I should be able to send what I've currently got tonight. But please don't let that stop other approaches (I don't claim to have any claims on this, and I definitely don't claim to be the best debian packager...). best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------- (wednesday/friday is unknown) -------- FHCRC: M-Tu : 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: Th : 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX

rossini@blindglobe.net (A.J. Rossini) writes:
"TNV" == Travis N Vaught <travis@scipy.org> writes:
TNV> We haven't heard anything yet about a working deb package. TNV> If anyone were to build one we would certainly like to post TNV> it to the SciPy site for all to enjoy :o)
I'm working on it, but slowly. I should be able to send what I've currently got tonight. But please don't let that stop other approaches (I don't claim to have any claims on this, and I definitely don't claim to be the best debian packager...).
I would be happy to help - send me a note if you want me to take a look at the package when it is ready. - JMR -- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631

Hi - I haven't heard much from this list recently. Hope things are still progressing. I packaged the latest SciPy for debian. You can get it from people.debian.org/~jmr. Hopefully, it will make it into the distribution soon. I found a small error in quadrature.py, line 351: if scipy.isinf(a) or scipy.isinf(b): raise ValueError: "Romberg integration only available for finite limits." The colon should be comma. I really like the plot tool - I now use it all the time for my image processing work. One thing that would be very useful for me is to see what the pixel value is below the cursor -- any plans to add that? Thanks. -- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631

Thanks, cool! I've been much but much too occupied, but should be checking it out soon. best, -tony -- A.J. Rossini Rsrch. Asst. Prof. of Biostatistics U. of Washington Biostatistics rossini@u.washington.edu FHCRC/SCHARP/HIV Vaccine Trials Net rossini@scharp.org -------------- http://software.biostat.washington.edu/ -------------- FHCRC: M-W: 206-667-7025 (fax=4812)|Voicemail is pretty sketchy/use Email UW: T-Th: 206-543-1044 (fax=3286)|Change last 4 digits of phone to FAX Rosen: (Mullins' Lab) Fridays, and I'm unreachable except by email.

Hi Joseph,
Hi - I haven't heard much from this list recently. Hope things are still progressing.
It has been sorta slow. Development should accelerate mid-January when several other things here are out of the way.
I packaged the latest SciPy for debian. You can get it from people.debian.org/~jmr. Hopefully, it will make it into the distribution soon.
Thanks. I've added the link to the SciPy website and posted a news item about it. Did you build these from the latest CVS or are they from the same source base as 0.1? I noticed the packages had a 0.2.0 name on them.
I found a small error in quadrature.py, line 351:
if scipy.isinf(a) or scipy.isinf(b): raise ValueError: "Romberg integration only available for finite
limits."
The colon should be comma.
I'll check this.
I really like the plot tool - I now use it all the time for my image processing work. One thing that would be very useful for me is to see what the pixel value is below the cursor -- any plans to add that?
That would be nice. I'll put it on the list. eric

"eric" <eric@enthought.com> writes:
Thanks. I've added the link to the SciPy website and posted a news item about it. Did you build these from the latest CVS or are they from the same source base as 0.1? I noticed the packages had a 0.2.0 name on them.
I built from the CVS distribution from Monday or Tuesday evening.
I really like the plot tool - I now use it all the time for my image processing work. One thing that would be very useful for me is to see what the pixel value is below the cursor -- any plans to add that?
That would be nice. I'll put it on the list.
I have a patch that does this. I will try to clean it up and send it on. - Joe -- Joseph M. Reinhardt, Ph.D. Department of Biomedical Engineering joe-reinhardt@uiowa.edu University of Iowa, Iowa City, IA 52242 Telephone: 319-335-5634 FAX: 319-335-5631

"eric" <eric@enthought.com> writes:
Thanks. I've added the link to the SciPy website and posted a news item about it. Did you build these from the latest CVS or are they from the
same
source base as 0.1? I noticed the packages had a 0.2.0 name on them.
I built from the CVS distribution from Monday or Tuesday evening.
Ok. I'll make a note of this.
I really like the plot tool - I now use it all the time for my image processing work. One thing that would be very useful for me is to see what the pixel value is below the cursor -- any plans to add that?
That would be nice. I'll put it on the list.
I have a patch that does this. I will try to clean it up and send it on.
Cool. I still need to stick Jochen's zoom patch in and will add this at the same time. eric

I ran the scipy.test() unit tests for my debian package. I got four errors (see below). Is this normal, or did I do something wrong? Thanks - Joe ====================================================================== ERROR: check_basic (test_basic.test_trapz) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic.py", line 400, in check_basic NameError: global name 'trapz' is not defined ====================================================================== ERROR: check_nd (test_basic.test_trapz) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic.py", line 407, in check_nd NameError: global name 'trapz' is not defined ====================================================================== ERROR: check_basic (test_basic1a.test_roots) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic1a.py", line 19, in check_basic File "debian/scipy/usr/lib/python2.1/site-packages/scipy/basic1a.py", line 52, in roots NameError: global name 'argsort' is not defined ====================================================================== ERROR: check_inverse (test_basic1a.test_roots) ---------------------------------------------------------------------- Traceback (most recent call last): File "debian/scipy/usr/lib/python2.1/site-packages/scipy/tests/test_basic1a.py", line 25, in check_inverse File "debian/scipy/usr/lib/python2.1/site-packages/scipy/basic1a.py", line 52, in roots NameError: global name 'argsort' is not defined ---------------------------------------------------------------------- Ran 176 tests in 0.882s FAILED (errors=4) <unittest.TextTestRunner instance at 0x834a74c>
participants (6)
-
eric
-
eric jones
-
jmr@engineering.uiowa.edu
-
rossini@blindglobe.net
-
Travis N. Vaught
-
Travis Oliphant