+ Reply to Thread
Results 1 to 3 of 3

Thread: Python XLRD Importing Issue

  1. #1

    Python XLRD Importing Issue

    Greetings Everyone,
    I am having trouble installing excel utilities into python. I have found this guide for installing the libraries:

    http://www.lexicon.net/sjmachin/xlrd.htm

    I currently have the xlrd0.7.7 xlutilis-1.5.2 and xlwt-0.7.4 files extracted on my C:\ drive. When I open a command prompt and type the following I get an invalid path message:

    cd c:\xlrd-.0.7.7
    c:\Program Files\Rhinoceros 5.0 Beta (64-bit)\Plug-ins\IronPython\python setup.py install

    What is the proper path I should cd to so I can "import xlrd" in Rhino's Python editor?
    Thanks in advance,
    5chmidt

  2. #2
    You can check/add available paths by opening the Rhino Python Editor (command: EditPythonScript) and then going "Tool -> Options -> Files"

  3. #3
    AHD,
    I added a new file path and it works fine now.
    Thanks for the quick reply,
    5chmidt

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts