thegooglecodearchive / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

File doesn't open #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Originally reported by svernis as Issue 70, splitted into a separate issue.

What steps will reproduce the problem?
1. open marave
2. click in disk icon
3. click in open file icon 
3. select file to open.
4. click in open file button

What is the expected output? What do you see instead?

Expected action: Open File

Real action: Files is not opended or loaded in screen.

What version of the product are you using? On what operating system?

Marave 0.6
Windows XP

Original issue reported on code.google.com by roberto.alsina on 24 Feb 2010 at 12:46

GoogleCodeExporter commented 9 years ago
I need some extra information: version of PyQt/Qt?

Could you try using marave from a cmd prompt and post here what it prints? 

Original comment by roberto.alsina on 24 Feb 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Tested SVN trunk in XP, still can't reproduce.

Original comment by roberto.alsina on 24 Feb 2010 at 10:21

GoogleCodeExporter commented 9 years ago
Python version:
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on 
win32

PyQt version:
PyQt-Py2.5-gpl-4.7-1

I don´t test svn trunk yet.

Original comment by sver...@gmail.com on 24 Feb 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Output error message in cmd:

D:\marave-0.6\marave>c:\Python25\python.exe main.py
Using canvas editor
[]
Loaded font: Arial
Loading style: default
Traceback (most recent call last):
  File "D:\marave-0.6\marave\spelltextedit.py", line 188, in open
    if not self.dict and srchiliteqt:
AttributeError: 'FunkyEditor' object has no attribute 'dict'

D:\marave-0.6\marave>

Original comment by sver...@gmail.com on 24 Feb 2010 at 11:50

GoogleCodeExporter commented 9 years ago
OK, this was fixed in svn already, it was first reported as a comment in Issue 
67.

As a workaround, you can still open a file by passing it as argument in the 
command line.

Original comment by roberto.alsina on 24 Feb 2010 at 1:40