found a bug at install time with the package  PySlide1.1.2.tgz. i also go the 
same error using  pip install.
this error occurs in an AMD 64 bit system running  opensuse linux 12.3 but it 
is highly probable it will occur in any 64bit system.

after the software finishes compiling and linking all the llibraties and gets 
ready to copy them to the proper location;
the package errors out stating that the address in question does not exist.

this address is 
~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib/python2.7/site-packages/
the address does exist  but the installer somehow gets the wrong path value at 
copy time
the problem resides at this level.
~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib
there are two libraries one is 32bit the other one is 64bit 
since i don't know what variable controls the path name  i had to make a 
symbolic link to the 64bit version  an only at that point the installer worked.
mv  ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib 
~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib32
ln -s ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib64 
~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib

only at that point the installer ran correctly.


thanks all
                                          
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to