[Expired for python2.6 (Ubuntu) because there has been no activity for
60 days.]
** Changed in: python2.6 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/16
** Changed in: python2.5 (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/163736
Title:
AttributeError: 'module' object has no attribute 'split'
To manage notifi
I believe the bug is that the Live CD has an invalid shlex.py file.
An empty file is a legal module in Python, thus the attribute error for
the function not found is legit.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.
What is believed to be the bug here? Python allowing imports of empty
files?
** Changed in: python2.6 (Ubuntu)
Status: New => Incomplete
--
AttributeError: 'module' object has no attribute 'split'
https://bugs.launchpad.net/bugs/163736
You received this bug notification because you are a
IMHO this is no Python error, it has always been legal to
import an empty module.
puntila% rm foobar* && touch foobar.py
puntila% python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import fo
This doesn't tell too much.
puntila% touch foobar.so
puntila% python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import foobar
import foobar
Traceback (most recent call last):
File "", lin
$ python2.5
Python 2.5.4 (r254:67916, Mar 18 2009, 20:03:49)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import foobar
Traceback (most recent call last):
File "", line 1, in
ImportError: ./foobar.so: file too short
>>>
for an empty foobar.s
Looks like the Live CD is fuxx0red, opening shlex.py returns EIO.
Reassigning to Python because this should be an import error!
** Changed in: python-defaults (Ubuntu)
Sourcepackagename: apport => python-defaults
Status: New => Invalid
** Changed in: python2.5 (Ubuntu)
Sourcepackagename:
** Attachment added: "_usr_lib_ubiquity_bin_ubiquity.0.crash"
http://launchpadlibrarian.net/10465167/_usr_lib_ubiquity_bin_ubiquity.0.crash
--
AttributeError: 'module' object has no attribute 'split'
https://bugs.launchpad.net/bugs/163736
You received this bug notification because you are a m
** Attachment added: "_usr_share_apport_apport-gtk.0.crash"
http://launchpadlibrarian.net/10465127/_usr_share_apport_apport-gtk.0.crash
--
AttributeError: 'module' object has no attribute 'split'
https://bugs.launchpad.net/bugs/163736
You received this bug notification because you are a membe
10 matches
Mail list logo