Bugs item #3431298, was opened at 2011-10-31 18:05 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=835077&aid=3431298&group_id=165310
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Building / Install Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot install python bindings in non-root install Initial Comment: I cannot install avogado with python bindings as a non-root user $ cmake -DCMAKE_INSTALL_PREFIX=/path/to/local/dir/ .. $ make -j2 [....] $ make install [...] -- Installing: /usr/lib/python2.6/dist-packages/Avogadro.so CMake Error at libavogadro/src/python/cmake_install.cmake:42 (FILE): file INSTALL cannot copy file "/home/user/avogadro-1.0.3/build/lib/Avogadro.so" to "/usr/lib/python2.6/dist-packages/Avogadro.so". Call Stack (most recent call first): libavogadro/src/cmake_install.cmake:170 (INCLUDE) libavogadro/cmake_install.cmake:37 (INCLUDE) cmake_install.cmake:75 (INCLUDE) Is there anyway to install the python library to an arbitrary location (where it can be accessed by extended the PYTHONPATH environment variable)? I could not find a workaround except to disable the python interface. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=835077&aid=3431298&group_id=165310 ------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev _______________________________________________ Avogadro-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avogadro-devel
