Have anyone on the list seen this traceback? We have verified that
os.open returns an integer, but we still get this:

(process:11266): Gtk-WARNING **: Locale not supported by C library.
   Using the fallback 'C' locale.
Traceback (most recent call last):
 File "/usr/bin/solfege", line 74, in <module>
   src.mainwin.start_app(os.path.join(prefix, "share", "solfege"))
 File "/usr/share/solfege/src/mainwin.py", line 886, in start_app
   w = MainWin(options, datadir, lessonfile_manager)
 File "/usr/share/solfege/src/mainwin.py", line 233, in __init__
   self.m_app = app.SolfegeApp(options, self, lessonfile_manager)
 File "/usr/share/solfege/src/app.py", line 140, in __init__
   self.setup_sound()
 File "/usr/share/solfege/src/app.py", line 182, in setup_sound
   verbose_init=self.m_options.verbose_sound_init)
 File "/usr/share/solfege/soundcard/__init__.py", line 106, in
initialise_devicefile
   verbose_init)
 File "/usr/share/solfege/soundcard/oss_sequencer2.py", line 24, in __init__
   oss_common.AbstractSynth.__init__(self, device, devnum, verbose_init)
 File "/usr/share/solfege/soundcard/oss_common.py", line 27, in __init__
   self.open_device()
 File "/usr/share/solfege/soundcard/oss_common.py", line 32, in open_device
   solfege_c_midi.cvar.seqfd = os.open(self.m_device, os.O_WRONLY, 0)
TypeError: in variable 'seqfd' of type 'int'


-- 
Tom Cato Amundsen <[email protected]>                 http://www.solfege.org/
GNU Solfege - free ear training    http://www.gnu.org/software/solfege/

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Reply via email to