[Bug 268447] Re: MOTD should not point to https://landscape.canonical.com if you are not a customer

2009-09-09 Thread Bernd Siggy Brentrup
I installed landscape-common after reading it's long description from the main
distribution on my 9.04, still having it on my TODO list for checking 
usefulness.
Only after posting to u-users about a new quality of SPAM in my /etc/motd I 
learned that this package was the culprit.

Comparing the bunch of files this package installs to the limited usefulness
if you are not a landscape customer, it definitely is not worth installing.
I doubt the values diplayed in motd are of any use to anyone when login
in, they might be if current at the time of login but afaict they are generated
by a cron job, a python script generating this stuff on the fly would be 100 
LOC.

Please change the wording in the long description to clarify the limited 
usefulness,
to non customers.  If it can go into main with this restriction is another 
story, contrib
comes to mind in Debian terms

Thanks
  Siggy (ex-dd)

-- 
MOTD should not point to https://landscape.canonical.com if you are not a 
customer
https://bugs.launchpad.net/bugs/268447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 module
ImportError: ./foobar.so: file too short
 
puntila%

-- 
AttributeError: 'module' object has no attribute 'split'
https://bugs.launchpad.net/bugs/163736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
module 'foobar' from 'foobar.py'
 dir(foobar)
dir(foobar)
['__builtins__', '__doc__', '__file__', '__name__', '__package__']
 
puntila% python2.5
Python 2.5.4 (r254:67916, Apr  4 2009, 17:55:16) 
[GCC 4.3.3] on linux2
Type help, copyright, credits or license for more information.
 import foobar
 dir(foobar)
['__builtins__', '__doc__', '__file__', '__name__']
 
puntila%

-- 
AttributeError: 'module' object has no attribute 'split'
https://bugs.launchpad.net/bugs/163736
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs