Public bug reported:

The version of python-2.5.2 available on intrepid has a big problem, it
does not allow importing * with a relative import:

from .module import *

SyntaxError: 'import *' not allowed with 'from .'

This is issue 2400 in the python bugtracker:
http://bugs.python.org/issue2400 , it was resolved back in May of 2008.
Its a complete blocker for development on my physical quantities package
(https://launchpad.net/python-quantities). Please, (please, please)
could we get an update to python-2.5.4 or could someone please apply the
patch mentioned at http://bugs.python.org/issue2400 to the currently
available version in ubuntu?

Thank you,
Darren

$ lsb_release -rd
Description:    Ubuntu 8.10
Release:        8.10

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
allow from .module import * in python
https://bugs.launchpad.net/bugs/319028
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

Reply via email to