Fresh install is looking for /lin32

Issue #13 duplicate
Former user created an issue

Hello formcl

We've done a fresh install in an Ubuntu 64bits - 12.04.3 LTS using PIP and we are getting this error msg:

[Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/savReaderWriter/spssio/lin32'

Although is a 64 bits and lin64 is installed I still try to download and install savReaderWriter-3.2.1.lin32.deb but then gives an error of wrong library - so I deleted and the error is back as above

Do you have any suggestions?

Thanks

Joe Rosa

Comments (3)

  1. Albert-Jan Roskam repo owner

    Hi Joe,

    I made a typo in the directory name. Sorry. Just edit generic.py and look for the line "elif pf.startswith("lin") and is_64bit:" and change the next line to "spssio = self._loadLibs("lin64")". See: https://bitbucket.org/fomcl/savreaderwriter/issue/7/error-loading-libraries-in-64-bit-linux

    This is already corrected in the repository but I did not yet create a next release. Maybe I should, because quite a few users run into this easy to fix, yet catastrophic bug.

    Regards, Albert-Jan

  2. Joe Rosa

    Hello Albert

    Straightforward solution - Thank You

    And I would like to take the time to give my congratulations, for this piece of software - super fast, self-contained, easy to use - great job.

    best,

    Joe Rosa

  3. Log in to comment