ViniciusDamiati / ntv

Automatically exported from code.google.com/p/ntv
0 stars 0 forks source link

will not install properly #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The README says: "To run the program you can launch it with ntv from the 
command line." This implies that there is an executable ntv file in usr/bin, 
however there is only an "ntviewer." If I try to run ntviewer in the command 
line I get the following:

Traceback (most recent call last):
  File "/usr/bin/ntviewer", line 10, in <module>
    plot = NTV(file=filez)
  File "/usr/lib/python2.5/site-packages/NTV/NTV.py", line 395, in __init__
    self.setupUi(self)
  File "/usr/lib/python2.5/site-packages/NTV/NTV_UI.py", line 40, in setupUi
    NTV.setDocumentMode(False)
AttributeError: setDocumentMode

I have all of the required modules and I followed the README step-by-step. Do 
you know what the problem is?

Original issue reported on code.google.com by E.S.Bac...@gmail.com on 7 Jul 2010 at 2:36

GoogleCodeExporter commented 9 years ago
Sorry for the delay in getting back to you on this, for some reason I didnt get 
a bug notification, and thus didnt check the issues. I have looked into this 
and some distros have this issue and some dont for and unknown reason. I am 
going to be posting an updated version of the code soon

Original comment by Geek....@gmail.com on 24 Aug 2010 at 6:31