brvier / PyGTKEditor

PyGTKEditor is a source code editor specially designed for Maemo devices.
http://khertan.net/softwares/PyGTKEditor/
GNU General Public License v3.0
1 stars 1 forks source link

PyGTKEditor #1

Open sohamflame opened 12 years ago

sohamflame commented 12 years ago

"new" and "settings" button aren't working at all ! I mean they are not responding. Strangely the first time I installed the app, it worked and after that it simply stopped responding. I removed and reinstalled the app multiple times. I rebooted the phone after installation, I even tried opening it with the terminal and that gave me the same result ! But then again it was the same as installing it for the first time. Even when I launched the app for the first time via the terminal, the "settings" and "new" responded just fine and after then, the story repeats. This app will really be very helpful as I wanted a replacement for NOTEPAD++ and I stumbled upon this one... Please I want you to look into the matter. Even more strange that I didn't find any such problem on the internet. Am I the only one ?

brvier commented 12 years ago

Hi,

Which version of PyGTKEditor did you use, on which plateform/device, and on which OS ? I ask because many differents version of PyGTKEditor are packaged for many different devices and os.

Regards

Benoît HERVIER - http://khertan.net

Le 13/05/12 12:02 sohamflame a écrit : "new" and "settings" button aren't working at all ! I mean they are not responding. Strangely the first time I installed the app, it worked and after that it simply stopped responding. I removed and reinstalled the app multiple times. I rebooted the phone after installation, I even tried opening it with the terminal and that gave me the same result ! But then again it was the same as installing it for the first time. Even when I launched the app for the first time via the terminal, the "settings" and "new" responded just fine and after then, the story repeats. This app will really be very helpful as I wanted a replacement for NOTEPAD++ and I stumbled upon this one... Please I want you to look into the matter. Even more strange that I didn't find any such problem on the internet. Am I the only one ?


Reply to this email directly or view it on GitHub: https://github.com/khertan/PyGTKEditor/issues/1

sohamflame commented 12 years ago

I am using your latest version 3.0.19-1 on my nokia N900 running Maemo OS. What do you think could be the problem ?? Many other users who are using it aren't having any problems as such ... or at least I didn't see any thread on the maemo.org forum regarding similar issues. I would be very obliged if you help me sort this out :)

brvier commented 12 years ago

Can you try launching it with the command : 'pygtkeditor' in the terminal and give me the result ? It ll help me understanding what happen here, i ve reinstalled it on a fresh flashed n900, didn't reproduce such problems.

Thanks

sohamflame commented 12 years ago

well like I said ... I did try launching it via the terminal using the command "pygtkeditor". It ran. And it runs everytime, but still the "settings" and "new" buttons do not respond. Do you think any dependencies could be causing the problem ??? But it did not show any such clash in any dependency ! well I am confused too ...

sohamflame commented 12 years ago

Do I need to install any other packages in order to make it run properly ??? I mean am I missing something ?? Strange how no one is facing the problem but me. By the way I don't really think this is a bug though, but this is kind of sad that I cannot enjoy the full capability of this app.

sohamflame commented 12 years ago

More precisely, for more technical analysis, here are the errors that I got.


WHEN "NEW" IS PRESSED:

Error in sys.excepthook: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_report.py", line 23, in my_excepthook formatted_text = "%s Version %s\nTrace : %s\nComments : " (str(APP_NAME), str(APP_VERSION), s) TypeError: 'str' object is not callable

Original exception was: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_main.py", line 128, in menu_button_clicked self._parent.create_window() File "/opt/pygtkeditor/pygtkeditor.py", line 151, in create_window newwin = pge_window.Window(filepath, self, prefs=self.prefs , theme=self.theme) File "/home/opt/pygtkeditor/pge_window.py", line 87, in init self.code_editor=pge_editor.Editor(self._detect_language(self.filepath),font_name=self.prefs.prefs_dict['font_name'],font_size=self.prefs.prefs_dict['font_size'],prefs=self.prefs.prefs_dict,theme=self.theme) File "/home/opt/pygtkeditor/pge_editor.py", line 67, in init lang = SyntaxLoader(language) File "/home/opt/pygtkeditor/pge_buffer.py", line 352, in init raise Exception("No snytax-file for %s found!"%lang_name) Exception: No snytax-file for Html found!


WHEN "SETTINGS" IS PRESSED:

Html Error in sys.excepthook: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_report.py", line 23, in my_excepthook formatted_text = "%s Version %s\nTrace : %s\nComments : " (str(APP_NAME), str(APP_VERSION), s) TypeError: 'str' object is not callable

Original exception was: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_main.py", line 149, in menu_button_clicked prefs.edit(self) File "/home/opt/pygtkeditor/pge_preferences.py", line 84, in edit w_default_language.set_active(languages.index(self.prefs_dict['default_language'])) ValueError: list.index(x): x not in list

sohamflame commented 12 years ago

Hello again, I understand if you are occupied, but I would like to ask you if you got anything figured with the problem !!