View Single Post
Old 01-16-2008, 01:32 PM   #20
astrodad
Guru
astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.
 
astrodad's Avatar
 
Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
Quote:
Originally Posted by kovidgoyal View Post
You have defined a python interpreter in the pydev preferences haven't you?
Yes I do. When I try to run from within pydev, this is what I get.

Traceback (most recent call last):
Quote:
Traceback (most recent call last):
File "C:\Source\workspace\python\libpr500\src\libprs500 \gui2\main.py", line 40, in <module>
from libprs500.gui2.main_window import MainWindow
File "C:\Source\workspace\python\libpr500\src\libprs500 \gui2\main_window.py", line 19, in <module>
from libprs500.gui2.dialogs.conversion_error import ConversionErrorDialog
File "C:\Source\workspace\python\libpr500\src\libprs500 \gui2\dialogs\conversion_error.py", line 17, in <module>
from libprs500.gui2.dialogs.conversion_error_ui import Ui_ConversionErrorDialog
ImportError: No module named conversion_error_ui

Last edited by astrodad; 01-16-2008 at 01:34 PM.
astrodad is offline   Reply With Quote