Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision
Brought to you by:
sephiroth_tmm
From: Andrew B. <an...@ri...> - 2005-01-31 14:45:58
|
Hey Alessandro, Sure, here's the result: Python 2.3.3 (#2, Dec 23 2003, 22:56:29) [GCC 3.1 20020420 (prerelease)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import wx >>> wx.VERSION (2, 5, 2, 8, '') >>> wx.PlatformInfo ('__WXMAC__', 'wxMac', 'ascii', 'wx-assertions-on') Cheers, Andrew On 1/29/05 4:47 AM, "Alessandro Crugnola *sephiroth*" <sep...@us...> wrote: > Ok, can you do for me last test. > On a python console write this: >=20 >>>> import wx >>>> wx.VERSION >>>> wx.PlatformInfo >=20 > Can you tell me the results? > tnks >=20 > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... >=20 > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- >=20 >=20 > ::-----Original Message----- > ::From: sep...@li... > ::[mailto:sep...@li...] On Behalf Of > ::Andrew Blair > ::Sent: sabato 29 gennaio 2005 0.51 > ::To: sep...@li... > ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision > :: > ::Hey Alessandro, > :: > ::I think 2.5, this is the exact file I have that I downloaded > ::to install > ::from: > ::wxPython2.5-osx-unicode-2.5.3.1-panther-py2.3.dmg > :: > ::Cheers, > :: > ::Andrew > :: > ::On 1/28/05 4:01 AM, "Alessandro Crugnola *sephiroth*" > ::<ale...@se...> wrote: > :: > ::> I forgot to ask you wich version of wxpython are you using. > ::> thanks > ::>=20 > ::>=20 > ::> Andrew Blair said: > ::>> Here's the error I get from the latest cvs: > ::>>=20 > ::>> Traceback (most recent call last): > ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line > ::146, in Notify > ::>> frame =3D main_window(parent=3DNone, id=3Dwx.NewId(), > ::>> title=3DAbout_title, dialog =3D self.dialog) > ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line > ::274, in __init__ > ::>> self.left_win =3D self._createLeftPanel() > ::>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 540, in > ::>> _createLeftPanel > ::>> self.notebook_l =3D wx.Choicebook(win, -1, style=3Dn_style) > ::>> AttributeError: 'module' object has no attribute 'Choicebook' > ::>>=20 > ::>> Hope it helps, > ::>>=20 > ::>> Andrew > ::>>=20 > ::>> On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" > ::>> <ale...@se...> wrote: > ::>>=20 > ::>>> ah ok, but you're using a very old sepy version. > ::>>> I would prefer to use the most recent one and try to fix cross > ::>>> platforms errors rather than fix them on a old buggy version. > ::>>>=20 > ::>>>=20 > ::>>> Andrew Blair said: > ::>>>> OK, I did it, and here are the error messages I got (and no app > ::>>>> launched): > ::>>>>=20 > ::>>>> Traceback (most recent call last): > ::>>>> File "main.pyw", line 19, in ? > ::>>>> from SEPY import main > ::>>>> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 4055 > ::>>>> if wx.MessageDialog(self, "%s %s\n\n%s" % > ::>>>> (self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT"), > ::>>>> doc.lastSearchedWord, > ::>>>> self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT_QUESTION")), > ::>>>> About_title, wx.YES_NO | wx.ICON_EXCLAMATION ).ShowModal() > ::>>>>=20 > ::>>>> ^ > ::>>>> SyntaxError: invalid syntax > ::>>>>=20 > ::>>>>=20 > ::>>>> On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" > ::>>>> <ale...@se...> wrote: > ::>>>>=20 > ::>>>>> please do this. > ::>>>>> in SEPY.py comment the line at the bottom of the file: > ::>>>>>=20 > ::>>>>> sys.excepthook =3D exc_hook > ::>>>>>=20 > ::>>>>> into > ::>>>>>=20 > ::>>>>> # sys.excepthook =3D exc_hook > ::>>>>>=20 > ::>>>>> and run again sepy. > ::>>>>> this should display the error chain more detailed, > ::because i can't > ::>>>>> find where this could happen. > ::>>>>>=20 > ::>>>>> thanks > ::>>>>>=20 > ::>>>>>=20 > ::>>>>> Andrew Blair said: > ::>>>>>> I tried to run sepy after following all of the > ::instructions and I > ::>>>>>> got this error at the Sepy startup screen: > ::>>>>>>=20 > ::>>>>>> Main Error > ::>>>>>>=20 > ::>>>>>> Exceptions.AttributeError, keyBoardReader instance has no > ::>>>>>> attribute 'base_path' > ::>>>>>> Exception logged in Error.log file > ::>>>>>>=20 > ::>>>>>> I installed/compiled > ::>>>>>> PyXML-0.8.4 > ::>>>>>> Python-2.4 > ::>>>>>> 4Suite > ::>>>>>> pyRXP-1.05-20050124 > ::>>>>>> wxPython2.5-osx-unicode-2.5.3.1-panther-py2.3.dmg > ::>>>>>>=20 > ::>>>>>> Did it in the order of the tutorial. Any thoughts? > ::>>>>>>=20 > ::>>>>>> On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: > ::>>>>>>=20 > ::>>>>>>> Ok, I've checked the date of my 1.0.4.6 version. You > ::should try=20 > ::>>>>>>> the following command to get the correct version: > ::>>>>>>> cvs -z3 > ::-d:pserver:ano...@cv...:/cvsroot/sepy > ::>>>>>>> co -D "2004-10-02" SciTE > ::>>>>>>>=20 > ::>>>>>>> valley > ::>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>> Andrew Blair wrote: > ::>>>>>>>=20 > ::>>>>>>>> I understand from this mail forum that the latest doesn't > ::>>>>>>>> necessarily work, but that 1.0.4.6 definitely does, > ::so that's=20 > ::>>>>>>>> what I'm currently after. I have indeed run those > ::two commands=20 > ::>>>>>>>> but since I don't see any apparent version > ::specified, I assume > ::>>>>>>>> it will fetch a more recent one. > ::>>>>>>>>=20 > ::>>>>>>>> Please clarify > ::>>>>>>>>=20 > ::>>>>>>>> Cheers, > ::>>>>>>>>=20 > ::>>>>>>>> Andrew > ::>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>> On 1/24/05 10:09 AM, "Treu, Valentin" > ::>>>>>>>> <Val...@in...> > ::>>>>>>>> wrote: > ::>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>>> Go here: > ::>>>>>>>>>=20 > ::http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20l > ::>>>>>>>>> ibrary%2 > ::>>>>>>>>> 0i > ::>>>>>>>>> ns > ::>>>>>>>>> ta > ::>>>>>>>>> llation > ::>>>>>>>>>=20 > ::>>>>>>>>> At the bottom of this page you'll find the two console > ::>>>>>>>>> commands to get the newest version out of cvs. > ::>>>>>>>>>=20 > ::>>>>>>>>> valley > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>> -----Ursprungliche Nachricht----- > ::>>>>>>>>> Von: sep...@li... > ::>>>>>>>>> [mailto:sep...@li...]Im > ::Auftrag von=20 > ::>>>>>>>>> Andrew Blair > ::>>>>>>>>> Gesendet: Montag, 24. Januar 2005 16:00 > ::>>>>>>>>> An: sep...@li... > ::>>>>>>>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest > ::>>>>>>>>> revision > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>> How do I get that 1.0.4.6 version from cvs? (cvs > ::newbie here=20 > ::>>>>>>>>> but I do have command line cvs) > ::>>>>>>>>>=20 > ::>>>>>>>>> Andrew > ::>>>>>>>>>=20 > ::>>>>>>>>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>>=20 > ::>>>>>>>>>> Hi Ale, > ::>>>>>>>>>>=20 > ::>>>>>>>>>> ok, let's get SEPY work again on OS X. > ::>>>>>>>>>> With the latest revision I get the following error > ::on startup=20 > ::>>>>>>>>>> (even the ide doesn't open): > ::>>>>>>>>>>=20 > ::>>>>>>>>>> exceptions.AttributeError, 'module' object has no > ::attribute=20 > ::>>>>>>>>>> 'Choicebook'. > ::>>>>>>>>>> happened in SEPY.py > ::>>>>>>>>>>=20 > ::>>>>>>>>>> do you label versions the surely work on os x > ::(like the one i > ::>>>>>>>>>> still have: 1.0.4.6) ? so everyone who is also > ::interested to=20 > ::>>>>>>>>>> work with it on OS X knows which labeled version to get. > ::>>>>>>>>>>=20 > ::>>>>>>>>>> regards > ::>>>>>>>>>> valley > ::>>>>>>>>>>=20 > ::>>>>>>>>>>=20 > ::>>>>>>>>>>=20 > ::>>>>>>>>>>=20 > ::>>>>>>>>>> ------------------------------------------------------- > ::>>>>>>>>>> This SF.Net email is sponsored by: IntelliVIEW -- > ::Interactive=20 > ::>>>>>>>>>> Reporting Tool for open source databases. Create > ::drag-&-drop=20 > ::>>>>>>>>>> reports. Save time by over 75%! Publish reports on the web. > ::>>>>>>>>>> Export to DOC, XLS, RTF, etc. Download a FREE copy at > ::>>>>>>>>>> http://www.intelliview.com/go/osdn_nl > ::>>>>>>>>>> _______________________________________________ > ::>>>>>>>>>> sepy-macdev mailing list > ::>>>>>>>>>> sep...@li... > ::>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>>>>>>>>=20 > ::>>>>>>>>>>=20 > ::>>>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>>=20 > ::>>>>>>> ------------------------------------------------------- > ::>>>>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>>>>>>> Reporting Tool for open source databases. Create drag-&-drop > ::>>>>>>> reports. Save time by over 75%! Publish reports on the web. > ::>>>>>>> Export to DOC, XLS, RTF, etc. Download a FREE copy at > ::>>>>>>> http://www.intelliview.com/go/osdn_nl > ::>>>>>>> _______________________________________________ > ::>>>>>>> sepy-macdev mailing list > ::>>>>>>> sep...@li... > ::>>>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>>>>>=20 > ::>>>>>>=20 > ::>>>>>> -- > ::>>>>>> Andrew Blair > ::>>>>>> Interactive Director > ::>>>>>> 905.339.0750 x32 > ::>>>>>> http://riordondesign.com > ::>>>>>> ( inform ) inspire ( > ::>>>>>>=20 > ::>>>>>>=20 > ::>>>>>>=20 > ::>>>>>>=20 > ::>>>>>> ------------------------------------------------------- > ::>>>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>>>>>> Reporting Tool for open source databases. Create > ::drag-&-drop reports. > ::>>>>>> Save time by over 75%! Publish reports on the web. > ::Export to DOC,=20 > ::>>>>>> XLS, RTF, etc. Download a FREE copy at > ::>>>>>> http://www.intelliview.com/go/osdn_nl > ::>>>>>> _______________________________________________ > ::>>>>>> sepy-macdev mailing list > ::>>>>>> sep...@li... > ::>>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>>>=20 > ::>>>>>=20 > ::>>>>> --- > ::>>>>> Alessandro Crugnola *sephiroth* > ::>>>>> web: http://www.sephiroth.it > ::>>>>> mail: ale...@se... > ::>>>>>=20 > ::>>>>>>>> mongia 9,26 <<< > ::>>>>> "la programmazione =E8 come il maiale. Non si butta via > ::niente". --- > ::>>>>>=20 > ::>>>>>=20 > ::>>>>>=20 > ::>>>>>=20 > ::>>>>> ------------------------------------------------------- > ::>>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>>>>> Reporting Tool for open source databases. Create > ::drag-&-drop reports. > ::>>>>> Save time by over 75%! Publish reports on the web. > ::Export to DOC,=20 > ::>>>>> XLS, RTF, etc. Download a FREE copy at > ::>>>>> http://www.intelliview.com/go/osdn_nl > ::>>>>> _______________________________________________ > ::>>>>> sepy-macdev mailing list > ::>>>>> sep...@li... > ::>>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>>>=20 > ::>>>>=20 > ::>>>> -- > ::>>>> Andrew Blair > ::>>>> Interactive Director > ::>>>> 905.339.0750 x32 > ::>>>> http://riordondesign.com > ::>>>> ( inform ) inspire ( > ::>>>>=20 > ::>>>>=20 > ::>>>>=20 > ::>>>>=20 > ::>>>> ------------------------------------------------------- > ::>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>>>> Reporting Tool for open source databases. Create drag-&-drop > ::>>>> reports. Save time by over 75%! Publish reports on the > ::web. Export to DOC, XLS, RTF, etc. > ::>>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::>>>> _______________________________________________ > ::>>>> sepy-macdev mailing list > ::>>>> sep...@li... > ::>>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>=20 > ::>>>=20 > ::>>> --- > ::>>> Alessandro Crugnola *sephiroth* > ::>>> web: http://www.sephiroth.it > ::>>> mail: ale...@se... > ::>>>=20 > ::>>>>>> mongia 9,26 <<< > ::>>> "la programmazione =E8 come il maiale. Non si butta via niente". > ::>>> --- > ::>>>=20 > ::>>>=20 > ::>>>=20 > ::>>>=20 > ::>>> ------------------------------------------------------- > ::>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>>> Reporting Tool for open source databases. Create drag-&-drop > ::>>> reports. Save time by over 75%! Publish reports on the > ::web. Export to DOC, XLS, RTF, etc. > ::>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::>>> _______________________________________________ > ::>>> sepy-macdev mailing list > ::>>> sep...@li... > ::>>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>>>=20 > ::>>=20 > ::>> -- > ::>> Andrew Blair > ::>> Interactive Director > ::>> 905.339.0750 x32 > ::>> http://riordondesign.com > ::>> ( inform ) inspire ( > ::>>=20 > ::>>=20 > ::>>=20 > ::>>=20 > ::>> ------------------------------------------------------- > ::>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::>> Reporting Tool for open source databases. Create > ::drag-&-drop reports. > ::>> Save time by over 75%! Publish reports on the web. Export > ::to DOC, XLS, RTF, etc. > ::>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::>> _______________________________________________ > ::>> sepy-macdev mailing list > ::>> sep...@li... > ::>> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>=20 > ::>=20 > ::> --- > ::> Alessandro Crugnola *sephiroth* > ::> web: http://www.sephiroth.it > ::> mail: ale...@se... > ::>=20 > ::>>>> mongia 9,26 <<< > ::> "la programmazione =E8 come il maiale. Non si butta via niente". > ::> --- > ::>=20 > ::>=20 > ::>=20 > ::>=20 > ::> ------------------------------------------------------- > ::> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::> Reporting Tool for open source databases. Create > ::drag-&-drop reports. > ::> Save time by over 75%! Publish reports on the web. Export > ::to DOC, XLS, RTF, etc. > ::> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::> _______________________________________________ > ::> sepy-macdev mailing list > ::> sep...@li... > ::> https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::>=20 > :: > ::-- > ::Andrew Blair > ::Interactive Director > ::905.339.0750 x32 > ::http://riordondesign.com > ::( inform ) inspire ( > :: > :: > :: > :: > ::------------------------------------------------------- > ::This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::Reporting Tool for open source databases. Create drag-&-drop > ::reports. Save time by over 75%! Publish reports on the web. > ::Export to DOC, XLS, RTF, etc. > ::Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev >=20 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |