Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22637
| Date | 2012-04-03 13:58 -0700 |
|---|---|
| From | Adrian Klaver <adrian.klaver@gmail.com> |
| Subject | Re: [pyxl] Re: xlrd 0.7.4 released! |
| References | <4F7AA10B.6020907@simplistix.co.uk> <15454045.1017.1333485973850.JavaMail.geo-discussion-forums@pbon5> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1299.1333486699.3037.python-list@python.org> (permalink) |
On 04/03/2012 01:46 PM, Josh English wrote: > Maybe it's just me, but I tried to upgrade my previous versions of xlrd, > xlwt, an xlutils and now some of the modules aren't loading properly. > > I am currently using Portable Python 2.7 at this workstation. > > I ran "easy_install --upgrade xlrd" and the result said it had updated. > If I try to update again, it says it's already there. > > When I try to import xlrd, I get an error > > IOError: [Errno 2] No such file or directory: > 'C:\\Users\\josh\\Desktop\\Portable > Python\\App\\lib\\site-packages\\xlrd-0.7.5-py2.7.egg\\xlrd\\version.txt' > > I also noticed that in my Site Packages folder, I have > xlrd-0.7.1-py2.7-win32.egg as an egg file, but xlrd-0.7.5-py2.7.egg as a > folder. > > This in on a Windows 7 machine. > > I didn't think EGG files could be folders. Is there a change in the way > the EGG file was meant to be distributed? Interesting the below seemed to have got lost on way to Google Groups: From Chris: " As pointed out, I stuffed up the release by not including a new file in the MANIFEST. My bad. I've just release a 0.7.5 that fixes this. cheers, Chris " > > Josh English > Confused Data Geek -- Adrian Klaver adrian.klaver@gmail.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [pyxl] Re: xlrd 0.7.4 released! Adrian Klaver <adrian.klaver@gmail.com> - 2012-04-03 13:58 -0700
csiph-web