[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2013-02-01 Thread Launchpad Bug Tracker
[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.

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2012-12-03 Thread Thomas Hotz
** 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

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2011-03-01 Thread Éric Araujo
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.

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2010-02-21 Thread Adam Collard
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

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2009-08-22 Thread Bernd Siggy Brentrup
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 stdin, line 1, in

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2009-08-22 Thread Bernd Siggy Brentrup
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 foobar foobar

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2009-04-04 Thread Matthias Klose
$ 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 stdin, line 1, in module ImportError: ./foobar.so: file too short for an empty foobar.so

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2007-11-19 Thread Scott James Remnant
** 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 member

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2007-11-19 Thread Scott James Remnant
** 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

[Bug 163736] Re: AttributeError: 'module' object has no attribute 'split'

2007-11-19 Thread Scott James Remnant
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: