A programming error has been detected.

Bug #950504 reported by Choi JeongWon
This bug report is a duplicate of:  Bug #880452: can't start on my Windows 7 64bit. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DreamPie
New
Undecided
Unassigned

Bug Description

DreamPie click

A programming error has been detected.
Please report it by copying the information that appears when you click the "Details" button and submitting a bug report by choosing Help->Report a Problem. Thanks!

"Details" button click

Variables:
  File "dreampie.py", line 4, <module>()
  File "dreampielib\gui\__init__.pyc", line 1146, main()
  File "dreampielib\gui\__init__.pyc", line 160, __init__(self=DreamPie(path..."window_main"), pyexec='C:\\Python27\\python.exe')
  File "dreampielib\gui\__init__.pyc", line 995, configure(self=DreamPie(path..."window_main"))
  File "dreampielib\gui\tags.pyc", line 296, apply_theme_source(sourcebuffer=<gtksour...25c3170)>, theme={('bracket-match', 'bg', 'color'): 'darkblue', ('bracket-match', 'bg', 'isset'): True, ('bracket-match', 'fg', 'color'): 'white', ('bracket-match', 'fg', 'isset'): False, ...})

Traceback (most recent call last):
  File "dreampie.py", line 4, in <module>
  File "dreampielib\gui\__init__.pyc", line 1146, in main
  File "dreampielib\gui\__init__.pyc", line 160, in __init__
  File "dreampielib\gui\__init__.pyc", line 995, in configure
  File "dreampielib\gui\tags.pyc", line 296, in apply_theme_source
TypeError: GtkSourceBuffer.set_style_scheme() argument 1 must be gtksourceview2.StyleScheme, not None

What's the problem??????

Revision history for this message
Noam Yorav-Raphael (noamraph) wrote :

Thanks for the report!

This is probably a duplicate of bug #880452.

Can you please:

* Download pygtk all in one installer from http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/
* Download bazaar from http://bazaar.canonical.com/en/
* Check out the repository at lp:dreampie
* change the line in dreampielib/gui/tags.py
    ssm.set_search_path([dir])
to:
    ssm.set_search_path([dir.encode('utf8')])
and see if it now works?

Thanks a lot,
Noam

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.