Package: python-sqlobject
Version: 0.7.2-1
Severity: important
I am getting the following error in the Python interpreter when trying
to import sqlobject:
>>> import sqlobject
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/sqlobject/__init__.py", line 1, in ?
from main import *
File "/usr/lib/python2.4/site-packages/sqlobject/main.py", line 35, in ?
import threading
File "/usr/lib/python2.4/threading.py", line 11, in ?
from time import time as _time, sleep as _sleep
ImportError: cannot import name time
I can import time, but if I try to execute the second to last line I
get same error:
>>> from time import time as _time, sleep as _sleep
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: cannot import name time
I have another computer with Sid installed and have not seen that error and
have been using sqlobject. I just did an update in Aptitude and all
Python packages are up-to-date with no missing dependencies for
python-sqlobject.
Both computers are up-to-date Sid, and I'm not aware of any customizations
to either Python installation.
- Nate >>
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages python-sqlobject depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-central 0.5.12 register and build utility for Pyt
ii python-formencode 0.6-1 validation and form generation pyt
ii python-setuptools 0.6c5-2 Python Distutils Enhancements
ii python2.4 2.4.4-2 An interactive high-level object-o
python-sqlobject recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]