I have installed pida succesfully using the command
python setup.py install
Installation was successful i.e. no errors but when i launch pida, it says
some module is missing. wat could be the problem??? i am posting the result
of installation and of launching the program.


maggi:~/Desktop/PIDA-0.5.1#python setup.py install
.
.
.
.
running install_scripts
copying build/scripts-2.4/pida -> /usr/bin
copying build/scripts-2.4/pida-remote -> /usr/bin
changing mode of /usr/bin/pida to 755
changing mode of /usr/bin/pida-remote to 755
maggi:~/Desktop/PIDA-0.5.1# pida
Traceback (most recent call last):
  File "/usr/bin/pida", line 28, in ?
    from pida.core.application import main
  File "/usr/lib/python2.4/site-packages/pida/core/__init__.py", line 3, in
?
    import pida.core.environment
  File "/usr/lib/python2.4/site-packages/pida/core/environment.py", line 4,
in ?    from kiwi.environ import Library, environ
ImportError: No module named kiwi.environ


I need an IDE badly.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to