This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John.Cary
Recipients John.Cary, cgohlke, koen, loewis, mhammond, tarek, techtonik
Date 2011-03-06.23:49:07
SpamBayes Score 1.1191582e-09
Marked as misclassified No
Message-id <1299455351.97.0.547557721321.issue7833@psf.upfronthosting.co.za>
In-reply-to
Content
Just to follow up.  My case is an application that is almost
all statically linked, but it loads in the python library, and
at runtime it needs to load the tables module, and as distributed
by Python, I get the load-time error on Windows.

Using Christoph Gohlke's exe's works great for me, but I cannot
redistribute due to the linking in of szip for tables and
MKL for numpy.  So I build my own version of tables without
szip and numpy without MKL, but that failed until I applied 
Christoph's patch on Python.  (I also have to patch tables'
setup.py not to include szip.dll and zlib1.dll in dll_files.)

So the result is that with Christoph's patch, all is working
for me.  I hope it (or something similar) makes it into 2.7.

John Cary
History
Date User Action Args
2011-03-06 23:49:12John.Carysetrecipients: + John.Cary, loewis, mhammond, techtonik, koen, tarek, cgohlke
2011-03-06 23:49:11John.Carysetmessageid: <1299455351.97.0.547557721321.issue7833@psf.upfronthosting.co.za>
2011-03-06 23:49:08John.Carylinkissue7833 messages
2011-03-06 23:49:07John.Carycreate