Quantcast

xlrd 0.7.4 released!

classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

xlrd 0.7.4 released!

Chris Withers
Hi All,

I'm pleased to announce the release of xlrd 0.7.4.

This release features the following changes:

- Fixed a bug where xlrd was silently truncating long text formula results

- Avoid parsing STYLE records when formatting_info=False

- More tolerance of out-of-spec files.

- Minor performance improvements.

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.4 released!

Lukas Graf
Hey Chris,

On Tuesday, April 3, 2012 9:04:43 AM UTC+2, Chris Withers wrote:
Hi All,

I'm pleased to announce the release of xlrd 0.7.4.


There seems to have been a mistake during release of 0.7.4: version.txt referenced in setup.py:24 is missing (forgot MANIFEST?) and therefore the package can't be installed.

Getting distribution for 'xlrd'.
error: /var/folders/_l/m3y541vx5m1dzgjm6rjljf5w0000gn/T/easy_install-KeGyEg/xlrd-0.7.4/xlrd/version.txt: No such file or directory
An error occured when trying to install xlrd 0.7.4. Look above this message for any errors that were output by easy_install.

Regards,

Lukas

--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [pyxl] xlrd 0.7.4 released!

Chris Withers
In reply to this post by Chris Withers
On 03/04/2012 08:04, Chris Withers wrote:
> Hi All,
>
> I'm pleased to announce the release of xlrd 0.7.4.

*sigh*

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

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [pyxl] xlrd 0.7.4 released!

Lukas Graf


On Tuesday, April 3, 2012 9:34:27 AM UTC+2, Chris Withers wrote:
 

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.

Works! Thanks for the quick reaction!

Regards,

Lukas
 

--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.4 released!

Josh English
In reply to this post by Chris Withers
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?

Josh English
Confused Data Geek


--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [pyxl] Re: xlrd 0.7.4 released!

Adrian Klaver-2
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
[hidden email]
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [pyxl] Re: xlrd 0.7.4 released!

Chris Withers-2
In reply to this post by Josh English
On 03/04/2012 21:46, Josh English wrote:
> 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'

*sigh* I hate python packaging, I'll get a 0.7.6 release out this
morning which will hopefully finally fix this...

> I didn't think EGG files could be folders. Is there a change in the way
> the EGG file was meant to be distributed?

Eggs have always been installed as folders.

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

xlrd 0.7.6 released!

Chris Withers
In reply to this post by Chris Withers
And the goat sacrifice continues...

On 03/04/2012 08:34, Chris Withers wrote:
> On 03/04/2012 08:04, Chris Withers wrote:
>> I'm pleased to announce the release of xlrd 0.7.4.
> I've just release a 0.7.5 that fixes this.

Except it didn't, I've just released 0.7.6, which will hopefully bring
an end to the brown-bagging.

Any more problems, please let the [hidden email] mailing
list know...

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.6 released!

Karim
Le 04/04/2012 09:24, Chris Withers a écrit :

> And the goat sacrifice continues...
>
> On 03/04/2012 08:34, Chris Withers wrote:
>> On 03/04/2012 08:04, Chris Withers wrote:
>>> I'm pleased to announce the release of xlrd 0.7.4.
>> I've just release a 0.7.5 that fixes this.
>
> Except it didn't, I've just released 0.7.6, which will hopefully bring
> an end to the brown-bagging.
>
> Any more problems, please let the [hidden email]
> mailing list know...
>
> cheers,
>
> Chris
>
Hello,

This release manage the '.xlsx' format?

Thanks
Karim
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.6 released!

Chris Withers-2
On 04/04/2012 09:57, Karim wrote:
> Hello,
>
> This release manage the '.xlsx' format?

No, that is planned for the 0.8 release.

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.6 released!

Chris Withers-2
On 04/04/2012 20:26, Karim wrote:
> By the way, I reported an issue to you in this mailing list some time
> ago about unicode data.

I have no recollection of this.

If you experience any bugs, the correct place to report them is:

https://github.com/python-excel/xlrd/issues

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk
--
http://mail.python.org/mailman/listinfo/python-list
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.6 released!

Keith Medcalf
In reply to this post by Chris Withers
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: xlrd 0.7.6 released!

Karim
Le 07/04/2012 04:07, Keith Medcalf a écrit :
> Karim<[hidden email]>  wrote in
> news:[hidden email]:
>
>> This release manage the '.xlsx' format?
> http://packages.python.org/openpyxl/
>

Ah Keith,

I just check this is only for xlsx format so I will make 2 code branches
so I don't have to modify the xlrd one for xls binary file.
I will use both in the same program.
Many thanks

Cheers
Karim
--
http://mail.python.org/mailman/listinfo/python-list
Loading...