Install does not work for Windows.

33 views
Skip to first unread message

David Neill

unread,
Apr 20, 2013, 12:45:07 PM4/20/13
to ibm...@googlegroups.com
Attempting to install on Windows working environment fails.  Checking setup.py of package shows several examples of hardcoded path separators.  Ooops.
 
For example:
    ibm_db_lib = ibm_db_dir + '/lib'
should be like:
    ibm_db_lib = os.path.join(ibm_db_dir, 'lib')
 
After correcting setup.py I get a new error but suspect problem is related to above oversight.

 

Rahul

unread,
Apr 22, 2013, 1:41:35 AM4/22/13
to ibm_db
Hi David,
Both the above path setting are correct, and tested on window
environment. Please post the error message you are getting while
installation.

Thanks,
Rahul
Reply all
Reply to author
Forward
0 new messages