[IronPython] Import xlrd
Dino Viehland
dinov at exchange.microsoft.com
Wed Feb 13 11:42:14 PST 2008
It seems like the simple answer is no - that version of IronPython is too old and has a bug which prevents xlrd from working. The ASP.NET Futures package may have a recent enough version that it works.
Using ASP.NET futures it should be as simple as doing a sys.path.append('location_of_xlrd') then import xlrd and continue normally from there.
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Praveen Kumar
Sent: Tuesday, February 12, 2008 8:29 PM
To: Users at lists.ironpython.com
Subject: [IronPython] Import xlrd
Ok, now i am too much confused, tried with different way as possible. Now my simple question is--
May i use xlrd module ItonPython for ASP.Net CTP(1.0) if i can then please tell me the brief information about configuration,library,class....etc or i may use ASP.Net futures then how can i make it possible with this.
--
Praveen Kumar
Mahiti Infotech Pvt. Ltd.
# 33-34, Hennur Cross
Hennur Main Road
Bangalore, India - 560043
Mobile: +91 9343297314
Phone: +91 80 4148 5080/1 41150580/1
http://www.mahiti.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080213/af137a99/attachment.html
More information about the Users
mailing list