Actually, I arranged to have them on my Yahoo Group. He seemed to ignore that, so I gave him very specific instructions, including a snaphot with an arrow pointing to one of the files, to download. It's the one that seems to be troublesome Numpy. So instead he downloads another one. There's only so much I can do. I don't plan to dwell  on this problem very long. I may not offer any other help on this subject. Although, if the 40 or 50 years of the sponsor's app we all use want to use my programs, I dread the thought of this non-Python savvy sites dealing with issues like this. All have at least gotten the sponsors app working except one. I finally called him and guided him through the process. He barely understood Window, let alone how to install  the app. He's  now working with it.

On 8/6/2010 8:14 PM, j ram wrote:


My intent though is really not to produce a commercial product. My question relates to difficulty my partner and I have to exchanging py programs w/o him stumbling. I send him a py program written using Windows Python 2.5. He has the same. I've executed it IDLE and it works fine. He executes, and it squawks per my post here on finding a version #, showing his output. We need to make sure we are on the same playing ground with numpy and scipy.


Why not try bundling your .py modules in a zip file and then importing the run modules from this zip file? In that way, the package integrity is ensured. You'd just have to ship your collaborator the zip archive and also make sure that both of you are running the same versions of numpy, scipy, python and other packages.

http://docs.python.org/library/zipimport.html

http://www.doughellmann.com/PyMOTW/zipimport/

Regards,
Iyer 
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

-- 
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
              Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet 

            "An experiment is a question which science poses to 
             Nature, and a measurement is the recording of 
             Nature’s answer." -- Max Planck
 
           
                    Web Page: <www.speckledwithstars.net/>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to