Re: [SE|PY-macdev] New error at SEPY startup on OS X
Brought to you by:
sephiroth_tmm
|
From: Richard W. <rwa...@ma...> - 2004-07-31 16:51:44
|
For what it's worth, I get the same result when I comment out the UTF8
line as well, but I do get a more verbose error message with a line
number:
File "/usr/local/src/SciTE/Editor.py", line 1517, in OnUpdateInterface
if self.AutoCompActive() or self.CallTipActive():
RuntimeError: maximum recursion depth exceeded
And here's what happens when I open an existing AS document:
Traceback (most recent call last):
File "/usr/local/src/SciTE/SEPY.py", line 2546, in OnOpenDocument
self.LoadFile((os.path.normpath(os.path.join(directory, x))), 0)
File "/usr/local/src/SciTE/SEPY.py", line 2527, in LoadFile
IOreader.Opener(self, filename, arg[0], gotoline = gotoline,
classpaths = classpaths)
File "/usr/local/src/SciTE/file_io.py", line 114, in __init__
self.frame.__createNew__(self.text, self.file_name, self.arg[0],
stat=os.stat(self.file_name)[8],newlines=self.newlines, gotoline =
self.gotoline, classpaths = self.classpaths)
File "/usr/local/src/SciTE/SEPY.py", line 2451, in __createNew__
self.statusBar.SetStatusText("File: %s, %d bytes, %d lines" %
(real_name, os.stat(filename)[6], self.GetTextCtrl().GetLineCount()),
0)
AttributeError: 'NoneType' object has no attribute 'GetLineCount'
Exception exceptions.RuntimeError: 'maximum recursion depth exceeded'
in ignored
Exception exceptions.RuntimeError: 'maximum recursion depth exceeded'
in ignored
RuntimeError: maximum recursion depth exceeded
zsh: segmentation fault pythonw main.pyw
On Jul 31, 2004, at 7:22 AM, valley wrote:
> Ok, now looks better than ever: SEPY opens with an Untitled document.
> But meanwhile I get in the shell the following exception:
>
> Exception exceptions.RuntimeError: 'maximum recursion depth exceeded'
> in
> ignored
> RuntimeError: maximum recursion depth exceeded
>
> And when i type the first letter in this document SEPY crashes with a
> Segmentation fault...
>
> But it looks really good what i see on the desktop :-)))
>
> valley
>
>
> ----- Original Message -----
> From: "Alessandro Crugnola *sephiroth*" <wis...@se...>
> To: <sep...@li...>
> Sent: Saturday, July 31, 2004 1:00 PM
> Subject: RE: [SE|PY-macdev] New error at SEPY startup on OS X
>
>
>> ::So it seems that we have to wait for this feature for the os x mode.
>> ::>> Alessandro: Is it possible to use another CodePage than
>> STC_CP_UTF8
>> ::or is there another possibility to get over this current error ?
>>
>> Damn..
>> Comment that line, and go straight.
>> The problems this can cause will arise later.. At the moment of save
> document and open them, since i've completely based the
>> application for unicode support.
>> But i belive these can be fixed.
>>
>>
>>
>> Alessandro Crugnola - sephiroth
>> ---------------------------------------------
>> Macromedia Flash Team Volunteer
>> http://www.macromedia.com/go/team
>> Flash && PHP developer
>> ale...@se...
>>
>> *relax with SEPY http://www.sf.net/projects/sepy
>> ---------------------------------------------
>>
>>
>> ::-----Original Message-----
>> ::From: sep...@li...
>> ::[mailto:sep...@li...] On Behalf Of valley
>> ::Sent: sabato 31 luglio 2004 11.44
>> ::To: sep...@li...
>> ::Subject: Re: [SE|PY-macdev] New error at SEPY startup on OS X
>> ::
>> ::Hi Richard,
>> ::
>> ::it seems that at the moment using unicode with wxPython isn't
>> ::possible.
>> ::i've just tried to build the newest wxWidget/wxPython from
>> ::the source and with unicode enabled. wxWidget built and
>> ::installed correctly, but when i try to build wxPython then i
>> ::get 'UNICODE mode not currently supported on this WXPORT: mac'
>> ::
>>
>> ::
>> ::Thanks a lot
>> ::valley
>> ::
>> ::
>> ::
>> ::
>> ::-------------------------------------------------------
>> ::This SF.Net email is sponsored by OSTG. Have you noticed the
>> ::changes on Linux.com, ITManagersJournal and NewsForge in the
>> ::past few weeks? Now, one more big change to announce. We are
>> ::now OSTG- Open Source Technology Group. Come see the changes
>> ::on the new OSTG site. www.ostg.com
>> ::_______________________________________________
>> ::sepy-macdev mailing list
>> ::sep...@li...
>> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev
>>
>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email is sponsored by OSTG. Have you noticed the changes
>> on
>> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
>> one more big change to announce. We are now OSTG- Open Source
>> Technology
>> Group. Come see the changes on the new OSTG site. www.ostg.com
>> _______________________________________________
>> sepy-macdev mailing list
>> sep...@li...
>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> one more big change to announce. We are now OSTG- Open Source
> Technology
> Group. Come see the changes on the new OSTG site. www.ostg.com
> _______________________________________________
> sepy-macdev mailing list
> sep...@li...
> https://lists.sourceforge.net/lists/listinfo/sepy-macdev
>
|