Comment 13 for bug 503143

Revision history for this message
juanito (jferiago) wrote :

feria@influenza:~$ dpkg -S /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py
dpkg: /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py not found.
feria@influenza:~$ dpkg -S /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py
dpkg: /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py not found.
feria@influenza:~$

feria@influenza:~$ find /usr/local/lib -name schema.py
/usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py
feria@influenza:~$ find /usr/local/lib -name query.py
/usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py
feria@influenza:~$

feria@influenza:~$ ls -l /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py
-rwxr-xr-x 1 root staff 82254 2009-09-05 20:27 /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py
feria@influenza:~$ ls -l /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py
-rwxr-xr-x 1 root staff 83494 2009-09-05 20:27 /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py
feria@influenza:~$

With

mv /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/schema.py /tmp
mv /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.5.2-py2.6.egg/sqlalchemy/orm/query.py /tmp

The main window apperared, but still with errors... so, a command

mv /usr/local/lib/python2.6/ /tmp

Do the trick, witthon is running! :)

I down know what installed that python 2.6 files, but witthon is a priority :)...

Carlo, Ricardo Thanks a lot, I really appreciate your help..