Re: very weird python bug..

2009-09-28 Thread Sampsa Riikonen
On Thursday 24 September 2009 02:01:52 pm Christian Heimes wrote: > Sampsa Riikonen wrote: > > => If I start the program in directory "paska2", everythings OK, but if > > the directory name happens to be "python", the importation of the modules >

very weird python bug..

2009-09-24 Thread Sampsa Riikonen
Dear List, Maybe someone could help out with this mysterious bug.. starting a python program in a directory named "python", makes the importation of modules sometimes impossible with cryptic error messages.. sam...@linux-912g:~> mkdir paska2 sam...@linux-912g:~> sam...@linux-912g:~> echo "import

Re: AttributeError: 'module' object has no attribute 'pack'

2009-09-10 Thread Sampsa Riikonen
009 10:40:11 pm Albert Hopkins wrote: > On Thu, 2009-09-10 at 21:07 +0300, Sampsa Riikonen wrote: > > Dear List, > > > > I have a freshly installed opensuse 11.2 and I am experiencing the > > following problem with the module "subprocess": > > > > sam...

AttributeError: 'module' object has no attribute 'pack'

2009-09-10 Thread Sampsa Riikonen
Dear List, I have a freshly installed opensuse 11.2 and I am experiencing the following problem with the module "subprocess": sam...@linux-912g:~> python Python 2.6 (r26:66714, Feb 3 2009, 20:52:03) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "li

xml.dom.minidom bug ?

2008-12-08 Thread Sampsa Riikonen
Dear All, I am experiencing a weird problem with the xml.dom.minidom module: [EMAIL PROTECTED]:~/python> python easyxml.py Traceback (most recent call last): File "easyxml.py", line 1, in import xml.dom.minidom File "/usr/lib64/python2.5/site-pack