View Single Post
Posts: 19 | Thanked: 2 times | Joined on Jun 2010
#145
Originally Posted by MohammadAG View Post
Portrait mode support, I didn't post about it though

https://bugs.maemo.org/enter_bug.cgi?product=Noor

Type noorgtk.pyw in terminal and post the output.
Thanks for the quick post Mohammad. And thanks for the great app. Here is the output (sorry for the formatting. I'm posting from the N900)

Code:
~ $ noorgtk.pyw
Importing random
Importing sys
Importing gtk
Importing pango
Importing osso
Importing hildon
Importing os
Beginning noor.gtkhelper imports
Importing ask
Importing bookmark
Importing history
Importing keys
Importing mark
Importing menu
Importing minibuffer
Importing note
Importing player
Importing search
Importing shadow
Importing status
Importing suras
Importing task
Importing tool
Importing writer
Importing noor.i18n
Importing uihelpers, quran
Traceback (most recent call last):
  File "/usr/bin/noorgtk.pyw", line 624, in <module>
    show(sura, aya)
  File "/usr/bin/noorgtk.pyw", line 598, in show
    window = NoorWindow(config, quran, sura)
  File "/usr/bin/noorgtk.pyw", line 74, in __init__
    self.osso_c = osso.Context("com.qwerty12.noor", noor.VERSION, False) #I was tempted to put in the usual of "666" for the version param. but looking at the nature of this program...
AttributeError: 'module' object has no attribute 'VERSION'
~ $
 

The Following User Says Thank You to mssusa For This Useful Post: