Re: eric not working on ubuntu 9.04

2009-05-03 Thread Peter Otten
bvidinli wrote: > any idea ? It works on my Kubuntu 9.04, but I can provoke a similar error with $ export PYTHONPATH=`pwd` $ touch email.py $ eric As a first step I recommend that you make sure that eric doesn't accidentally import modules written by you. Peter -- http://mail.python.org/mai

Re: eric not working on ubuntu 9.04

2009-05-03 Thread CTO
>   File "/usr/lib/python2.6/email/message.py", line 790, in Message >     from email.Iterators import walk Well, the module is called email.iterators (rather than email.Iterators), for starters. It looks like __all__ exports both names (which seems a little dodgy to me, but hey, y'all are the exp

Re: eric not working on ubuntu 9.04

2009-05-02 Thread Stefan Behnel
bvidinli wrote: > An unhandled exception occurred. Please report the problem > using the error reporting dialog or via email to > . > A log has been written to "/home/bvidinli/.eric4/eric4_error.log". Did you try that? Stefan -- http://mail.python.org/mailman/listinfo/python-list

eric not working on ubuntu 9.04

2009-05-02 Thread bvidinli
any idea ? here is output: bvidi...@bvidinli-yenihdd:~$ eric Warning: translation file 'qt_tr_TR'could not be loaded. Using default. Warning: translation file 'qscintilla_tr_TR'could not be loaded. Using default. Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python obje