You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guess-discuss
Hi folks,
I am having what I'm guessing is a path problem. If I type python at
the command line and then "import xlrd" I can import this library to
work with Excel spreadsheet files. If I do the same from the GUESS
console, it cannot find the library. Do I need to set an environment
variable?
-david
Eytan Adar
unread,
Oct 24, 2009, 11:54:21 PM10/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guess-...@googlegroups.com
GUESS uses a somewhat old version of python (actually jython) which
does not necessarily have all the newest Python libraries. Some, you
may be able to port in...
-E
David Epstein
unread,
Oct 25, 2009, 9:14:46 AM10/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to guess-discuss
Thanks for your reply Eytan. I expected that GUESS would have access
to any new library I added to python on my system. From what I gather,
GUESS has its own separate libraries that it uses? Is there a place
that I should put the Excel xlrd library? Or do I actually need to
port it over?