sepy-macdev Mailing List for SE|PY ASEditor (Page 7)
Brought to you by:
sephiroth_tmm
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
(41) |
Sep
(99) |
Oct
(4) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(51) |
Feb
(24) |
Mar
(4) |
Apr
|
May
|
Jun
(17) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(4) |
Nov
(2) |
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrew B. <an...@ri...> - 2005-01-28 23:51:28
|
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 platform= s >>> 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 go= t >>>>>> 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 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 what >>>>>>>> I'm currently after. I have indeed run those two commands but sinc= e >>>>>>>> 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: >>>>>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20libr= ary%2 >>>>>>>>> 0i >>>>>>>>> ns >>>>>>>>> ta >>>>>>>>> llation >>>>>>>>>=20 >>>>>>>>> At the bottom of this page you'll find the two console commands t= o >>>>>>>>> get the newest version out of cvs. >>>>>>>>>=20 >>>>>>>>> valley >>>>>>>>>=20 >>>>>>>>>=20 >>>>>>>>>=20 >>>>>>>>>=20 >>>>>>>>> -----Ursprungliche Nachricht----- >>>>>>>>> Von: sep...@li... >>>>>>>>> [mailto:sep...@li...]Im Auftrag von >>>>>>>>> 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 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 >>>>>>>>>> (even the ide doesn't open): >>>>>>>>>>=20 >>>>>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>>>>> '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 wor= k >>>>>>>>>> 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 >>>>>>>>>> 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 >>>>>>>>=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, >>>>>> 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 Reportin= g >>>> 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 b= y >>> 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 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |
From: Alessandro C. *sephiroth* <sep...@us...> - 2005-01-28 23:04:52
|
Sorry, i forgot to mention a python basic thing. Python syntax use only indentation for compact code (for example if = statements of for loops) For this reason tabulation must be the same in all the files. I'm using 4 spaces tabulation (not using the tab symbol) You need to use the same, otherwise you can encounter this error. View the hidden chars should be something like: ........self.mainmenu.Append(menu3, _("&Edit")) P.s. Can you also tell me your wxpython and osx versions? thanks 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of=20 ::Andrew Blair ::Sent: venerd=EC 28 gennaio 2005 16.05 ::To: sep...@li... ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision :: ::Hi Alessandro, :: ::I tried commenting out :: :: #self.mainmenu.Append(menu3, _("&Edit")) :: ::And moving it up so that it was just under wx.menu like this: :: =20 :: menu3 =3D wx.Menu() :: self.mainmenu.Append(menu3, _("&Edit")) :: ::As I don't know python, I'm not sure what you mean=20 ::specifically by 'same thing for every wx.Menu'. I couldn't=20 ::see a pattern that was close enough to repeat this step for=20 ::anything else. The error I get from making this change ::is: :: ::Traceback (most recent call last): :: File "main.pyw", line 19, in ? :: from SEPY import main :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 1749 :: self.mainmenu.Append(menu3, _("&Edit")) :: ^ ::SyntaxError: invalid syntax :: :: ::Whereas before as I mentioned in an earlier message, it was: ::>=20 ::> Traceback (most recent call last): ::> File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line=20 ::146, in Notify ::> frame =3D main_window(parent=3DNone, id=3Dwx.NewId(),=20 ::title=3DAbout_title,=20 ::> dialog =3D self.dialog) File=20 ::> "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 274, in __init__ ::> self.left_win =3D self._createLeftPanel() File=20 ::> "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 540, in=20 ::> _createLeftPanel ::> self.notebook_l =3D wx.Choicebook(win, -1, style=3Dn_style) ::> AttributeError: 'module' object has no attribute 'Choicebook' :: ::Cheers, :: ::Andrew :: :: ::On 1/27/05 9:37 AM, "Alessandro Crugnola *sephiroth*" ::<ale...@se...> wrote: :: ::> mmmhhh.. ::>=20 ::> try to move this line of code: ::> self.mainmenu.Append(menu3, _("&Edit")) ::>=20 ::> just after this line: ::> menu3 =3D wx.Menu() ::>=20 ::>=20 ::> so, i think the same thing for every wx.Menu, even if i think also=20 ::> this is a bug in wxpython osx version (since this issue=20 ::didn't appear=20 ::> in previous ::> versions) ::>=20 ::>=20 ::> valley said: ::>> so this is the stacktrace i get when trying to start the newest=20 ::>> version (1.0.6.46) with the latest wxpython: ::>>=20 ::>> Traceback (most recent call last): ::>> File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line=20 ::146, in Notify ::>> frame =3D main_window(parent=3DNone, id=3Dwx.NewId(),=20 ::>> title=3DAbout_title, dialog =3D self.dialog) ::>> File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line=20 ::295, in __init__ ::>> self._setMenu() ::>> File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line=20 ::1824, in _setMenu ::>> menu3.AppendSeparator() ::>> File=20 ::"//Library/Python/2.3/wx-2.5.3-mac-unicode/wx/_core.py", line=20 ::>> 7966, in AppendSeparator ::>> return _core_.Menu_AppendSeparator(*args, **kwargs) ::>> wx._core.PyAssertionError: C++ assertion "wxAssertFailure"=20 ::failed in ::>> ../src/mac/carbon/menu.cpp(529): can't refresh unatteched menubar ::>>=20 ::>> please note that i didn't update so far the other needed=20 ::components=20 ::>> (like pyRXP or 4Suite). ::>>=20 ::>> if needed you can tell me change propositions to do in the source. ::>>=20 ::>> valley ::>>=20 ::>>=20 ::>>=20 ::>>=20 ::>> ------------------------------------------------------- ::>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive=20 ::>> Reporting Tool for open source databases. Create=20 ::drag-&-drop reports.=20 ::>> Save time by over 75%! Publish reports on the web. Export=20 ::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=20 ::> Reporting Tool for open source databases. Create=20 ::drag-&-drop reports.=20 ::> Save time by over 75%! Publish reports on the web. Export=20 ::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=20 ::Reporting Tool for open source databases. Create drag-&-drop=20 ::reports. Save time by over 75%! Publish reports on the web.=20 ::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 :: |
From: Andrew B. <an...@ri...> - 2005-01-28 15:05:53
|
Hi Alessandro, I tried commenting out #self.mainmenu.Append(menu3, _("&Edit")) And moving it up so that it was just under wx.menu like this: =20 menu3 =3D wx.Menu() self.mainmenu.Append(menu3, _("&Edit")) As I don't know python, I'm not sure what you mean specifically by 'same thing for every wx.Menu'. I couldn't see a pattern that was close enough to repeat this step for anything else. The error I get from making this change is: Traceback (most recent call last): File "main.pyw", line 19, in ? from SEPY import main File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 1749 self.mainmenu.Append(menu3, _("&Edit")) ^ SyntaxError: invalid syntax Whereas before as I mentioned in an earlier message, it was: >=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' Cheers, Andrew On 1/27/05 9:37 AM, "Alessandro Crugnola *sephiroth*" <ale...@se...> wrote: > mmmhhh.. >=20 > try to move this line of code: > self.mainmenu.Append(menu3, _("&Edit")) >=20 > just after this line: > menu3 =3D wx.Menu() >=20 >=20 > so, i think the same thing for every wx.Menu, even if i think also this i= s a > bug in wxpython osx version (since this issue didn't appear in previous > versions) >=20 >=20 > valley said: >> so this is the stacktrace i get when trying to start the >> newest version (1.0.6.46) with the latest wxpython: >>=20 >> Traceback (most recent call last): >> File "/Users/valley/Desktop/SEPY/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/valley/Desktop/SEPY/SciTE/SEPY.py", line 295, in __init__ >> self._setMenu() >> File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 1824, in _setMen= u >> menu3.AppendSeparator() >> File "//Library/Python/2.3/wx-2.5.3-mac-unicode/wx/_core.py", line >> 7966, in AppendSeparator >> return _core_.Menu_AppendSeparator(*args, **kwargs) >> wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in >> ../src/mac/carbon/menu.cpp(529): can't refresh unatteched menubar >>=20 >> please note that i didn't update so far the other needed components (lik= e >> pyRXP or 4Suite). >>=20 >> if needed you can tell me change propositions to do in the source. >>=20 >> valley >>=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=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-28 09:01:14
|
I forgot to ask you wich version of wxpython are you using. thanks Andrew Blair said: > Here's the error I get from the latest cvs: > > Traceback (most recent call last): > File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 146, in Notif= y > 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 __ini= t__ > 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' > > Hope it helps, > > Andrew > > On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" > <ale...@se...> wrote: > >> 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 platfor= ms >> errors rather than fix them on a old buggy version. >> >> >> Andrew Blair said: >>> OK, I did it, and here are the error messages I got (and no app >>> launched): >>> >>> 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() >>> >>> ^ >>> SyntaxError: invalid syntax >>> >>> >>> On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" >>> <ale...@se...> wrote: >>> >>>> please do this. >>>> in SEPY.py comment the line at the bottom of the file: >>>> >>>> sys.excepthook =3D exc_hook >>>> >>>> into >>>> >>>> # sys.excepthook =3D exc_hook >>>> >>>> and run again sepy. >>>> this should display the error chain more detailed, because i can't >>>> find where this could happen. >>>> >>>> thanks >>>> >>>> >>>> Andrew Blair said: >>>>> I tried to run sepy after following all of the instructions and I g= ot >>>>> this error at the Sepy startup screen: >>>>> >>>>> Main Error >>>>> >>>>> Exceptions.AttributeError, keyBoardReader instance has no attribute >>>>> 'base_path' >>>>> Exception logged in Error.log file >>>>> >>>>> 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 >>>>> >>>>> Did it in the order of the tutorial. Any thoughts? >>>>> >>>>> On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: >>>>> >>>>>> Ok, I've checked the date of my 1.0.4.6 version. You should try th= e >>>>>> following >>>>>> command to get the correct version: >>>>>> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co = -D >>>>>> "2004-10-02" SciTE >>>>>> >>>>>> valley >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Andrew Blair wrote: >>>>>> >>>>>>> I understand from this mail forum that the latest doesn't >>>>>>> necessarily work, but that 1.0.4.6 definitely does, so that's wha= t >>>>>>> I'm currently after. I have indeed run those two commands but sin= ce >>>>>>> I don't see any apparent version specified, I assume it will fetc= h >>>>>>> a more recent one. >>>>>>> >>>>>>> Please clarify >>>>>>> >>>>>>> Cheers, >>>>>>> >>>>>>> Andrew >>>>>>> >>>>>>> >>>>>>> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Go here: >>>>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20lib= rary%20i >>>>>>>> ns >>>>>>>> ta >>>>>>>> llation >>>>>>>> >>>>>>>> At the bottom of this page you'll find the two console commands = to >>>>>>>> get the newest version out of cvs. >>>>>>>> >>>>>>>> valley >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -----Ursprungliche Nachricht----- >>>>>>>> Von: sep...@li... >>>>>>>> [mailto:sep...@li...]Im Auftrag von >>>>>>>> Andrew Blair >>>>>>>> Gesendet: Montag, 24. Januar 2005 16:00 >>>>>>>> An: sep...@li... >>>>>>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>>>>>>> >>>>>>>> >>>>>>>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but= I >>>>>>>> do have command line cvs) >>>>>>>> >>>>>>>> Andrew >>>>>>>> >>>>>>>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hi Ale, >>>>>>>>> >>>>>>>>> ok, let's get SEPY work again on OS X. >>>>>>>>> With the latest revision I get the following error on startup >>>>>>>>> (even the ide doesn't open): >>>>>>>>> >>>>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>>>> 'Choicebook'. >>>>>>>>> happened in SEPY.py >>>>>>>>> >>>>>>>>> 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 wo= rk >>>>>>>>> with it on OS X knows which labeled version to get. >>>>>>>>> >>>>>>>>> regards >>>>>>>>> valley >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------------------------------- >>>>>>>>> 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 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> 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 >>>>>> >>>>> >>>>> -- >>>>> 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 report= s. >>>>> 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 >>>> >>>> >>>> --- >>>> Alessandro Crugnola *sephiroth* >>>> web: http://www.sephiroth.it >>>> mail: ale...@se... >>>> >>>>>>> mongia 9,26 <<< >>>> "la programmazione =E8 come il maiale. Non si butta via niente". --- >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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, XL= S, >>>> 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 >>>> >>> >>> -- >>> Andrew Blair >>> Interactive Director >>> 905.339.0750 x32 >>> http://riordondesign.com >>> ( inform ) inspire ( >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporti= ng >>> 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 >> >> >> --- >> Alessandro Crugnola *sephiroth* >> web: http://www.sephiroth.it >> mail: ale...@se... >> >>>>> mongia 9,26 <<< >> "la programmazione =E8 come il maiale. Non si butta via niente". >> --- >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> 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 >> > > -- > 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 b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-27 14:37:31
|
mmmhhh.. try to move this line of code: self.mainmenu.Append(menu3, _("&Edit")) just after this line: menu3 =3D wx.Menu() so, i think the same thing for every wx.Menu, even if i think also this i= s a bug in wxpython osx version (since this issue didn't appear in previous versions) valley said: > so this is the stacktrace i get when trying to start the > newest version (1.0.6.46) with the latest wxpython: > > Traceback (most recent call last): > File "/Users/valley/Desktop/SEPY/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/valley/Desktop/SEPY/SciTE/SEPY.py", line 295, in __init_= _ > self._setMenu() > File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 1824, in _setMe= nu > menu3.AppendSeparator() > File "//Library/Python/2.3/wx-2.5.3-mac-unicode/wx/_core.py", line > 7966, in AppendSeparator > return _core_.Menu_AppendSeparator(*args, **kwargs) > wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in > ../src/mac/carbon/menu.cpp(529): can't refresh unatteched menubar > > please note that i didn't update so far the other needed components (li= ke > pyRXP or 4Suite). > > if needed you can tell me change propositions to do in the source. > > valley > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-27 08:31:16
|
I just asked in the wxWidget for this problem (i was sure wx.Choicebook w= as available for osx too). For the moment try to replace that line with this one: self.notebook_l =3D wx.Notebook(win, -1, style=3D0) Andrew Blair said: > Here's the error I get from the latest cvs: > > Traceback (most recent call last): > File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 146, in Notif= y > 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 __ini= t__ > 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' > > Hope it helps, > > Andrew > > On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" > <ale...@se...> wrote: > >> 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 platfor= ms >> errors rather than fix them on a old buggy version. >> >> >> Andrew Blair said: >>> OK, I did it, and here are the error messages I got (and no app >>> launched): >>> >>> 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() >>> >>> ^ >>> SyntaxError: invalid syntax >>> >>> >>> On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" >>> <ale...@se...> wrote: >>> >>>> please do this. >>>> in SEPY.py comment the line at the bottom of the file: >>>> >>>> sys.excepthook =3D exc_hook >>>> >>>> into >>>> >>>> # sys.excepthook =3D exc_hook >>>> >>>> and run again sepy. >>>> this should display the error chain more detailed, because i can't >>>> find where this could happen. >>>> >>>> thanks >>>> >>>> >>>> Andrew Blair said: >>>>> I tried to run sepy after following all of the instructions and I g= ot >>>>> this error at the Sepy startup screen: >>>>> >>>>> Main Error >>>>> >>>>> Exceptions.AttributeError, keyBoardReader instance has no attribute >>>>> 'base_path' >>>>> Exception logged in Error.log file >>>>> >>>>> 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 >>>>> >>>>> Did it in the order of the tutorial. Any thoughts? >>>>> >>>>> On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: >>>>> >>>>>> Ok, I've checked the date of my 1.0.4.6 version. You should try th= e >>>>>> following >>>>>> command to get the correct version: >>>>>> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co = -D >>>>>> "2004-10-02" SciTE >>>>>> >>>>>> valley >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Andrew Blair wrote: >>>>>> >>>>>>> I understand from this mail forum that the latest doesn't >>>>>>> necessarily work, but that 1.0.4.6 definitely does, so that's wha= t >>>>>>> I'm currently after. I have indeed run those two commands but sin= ce >>>>>>> I don't see any apparent version specified, I assume it will fetc= h >>>>>>> a more recent one. >>>>>>> >>>>>>> Please clarify >>>>>>> >>>>>>> Cheers, >>>>>>> >>>>>>> Andrew >>>>>>> >>>>>>> >>>>>>> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Go here: >>>>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20lib= rary%20i >>>>>>>> ns >>>>>>>> ta >>>>>>>> llation >>>>>>>> >>>>>>>> At the bottom of this page you'll find the two console commands = to >>>>>>>> get the newest version out of cvs. >>>>>>>> >>>>>>>> valley >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -----Ursprungliche Nachricht----- >>>>>>>> Von: sep...@li... >>>>>>>> [mailto:sep...@li...]Im Auftrag von >>>>>>>> Andrew Blair >>>>>>>> Gesendet: Montag, 24. Januar 2005 16:00 >>>>>>>> An: sep...@li... >>>>>>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>>>>>>> >>>>>>>> >>>>>>>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but= I >>>>>>>> do have command line cvs) >>>>>>>> >>>>>>>> Andrew >>>>>>>> >>>>>>>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hi Ale, >>>>>>>>> >>>>>>>>> ok, let's get SEPY work again on OS X. >>>>>>>>> With the latest revision I get the following error on startup >>>>>>>>> (even the ide doesn't open): >>>>>>>>> >>>>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>>>> 'Choicebook'. >>>>>>>>> happened in SEPY.py >>>>>>>>> >>>>>>>>> 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 wo= rk >>>>>>>>> with it on OS X knows which labeled version to get. >>>>>>>>> >>>>>>>>> regards >>>>>>>>> valley >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------------------------------- >>>>>>>>> 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 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> 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 >>>>>> >>>>> >>>>> -- >>>>> 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 report= s. >>>>> 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 >>>> >>>> >>>> --- >>>> Alessandro Crugnola *sephiroth* >>>> web: http://www.sephiroth.it >>>> mail: ale...@se... >>>> >>>>>>> mongia 9,26 <<< >>>> "la programmazione =E8 come il maiale. Non si butta via niente". --- >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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, XL= S, >>>> 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 >>>> >>> >>> -- >>> Andrew Blair >>> Interactive Director >>> 905.339.0750 x32 >>> http://riordondesign.com >>> ( inform ) inspire ( >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporti= ng >>> 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 >> >> >> --- >> Alessandro Crugnola *sephiroth* >> web: http://www.sephiroth.it >> mail: ale...@se... >> >>>>> mongia 9,26 <<< >> "la programmazione =E8 come il maiale. Non si butta via niente". >> --- >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> 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 >> > > -- > 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 b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Andrew B. <an...@ri...> - 2005-01-26 22:51:01
|
Here's the error I get from the latest cvs: 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' Hope it helps, Andrew On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" <ale...@se...> wrote: > 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.lastSearchedWor= d, >> self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT_QUESTION")), About_titl= e, >> 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 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 necessaril= y >>>>>> work, but that 1.0.4.6 definitely does, so that's what I'm currently >>>>>> after. I have indeed run those two commands but since I don't see an= y >>>>>> 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: >>>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20librar= y%20i >>>>>>> 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 >>>>>>> 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 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 (eve= n >>>>>>>> the ide doesn't open): >>>>>>>>=20 >>>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>>> 'Choicebook'. >>>>>>>> happened in SEPY.py >>>>>>>>=20 >>>>>>>> do you label versions the surely work on os x (like the one i stil= l >>>>>>>> have: 1.0.4.6) ? so everyone who is also interested to work with i= t >>>>>>>> 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 >>>>>>>> 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 >>>>>>=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 Reportin= g >>>> 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 b= y >>> 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 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |
From: Andrew B. <an...@ri...> - 2005-01-26 21:27:44
|
Someone said this one works so I tried it, but I will now get the latest cs= v and if I have errors, I'll let you know what they are. Thanks! On 1/26/05 12:06 PM, "Alessandro Crugnola *sephiroth*" <ale...@se...> wrote: > 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.lastSearchedWor= d, >> self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT_QUESTION")), About_titl= e, >> 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 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 necessaril= y >>>>>> work, but that 1.0.4.6 definitely does, so that's what I'm currently >>>>>> after. I have indeed run those two commands but since I don't see an= y >>>>>> 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: >>>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20librar= y%20i >>>>>>> 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 >>>>>>> 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 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 (eve= n >>>>>>>> the ide doesn't open): >>>>>>>>=20 >>>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>>> 'Choicebook'. >>>>>>>> happened in SEPY.py >>>>>>>>=20 >>>>>>>> do you label versions the surely work on os x (like the one i stil= l >>>>>>>> have: 1.0.4.6) ? so everyone who is also interested to work with i= t >>>>>>>> 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 >>>>>>>> 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 >>>>>>=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 Reportin= g >>>> 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 b= y >>> 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 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |
From: valley <va...@ic...> - 2005-01-26 21:15:42
|
so this is the stacktrace i get when trying to start the newest version (1.0.6.46) with the latest wxpython: Traceback (most recent call last): File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 146, in Notify frame = main_window(parent=None, id=wx.NewId(), title=About_title, dialog = self.dialog) File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 295, in __init__ self._setMenu() File "/Users/valley/Desktop/SEPY/SciTE/SEPY.py", line 1824, in _setMenu menu3.AppendSeparator() File "//Library/Python/2.3/wx-2.5.3-mac-unicode/wx/_core.py", line 7966, in AppendSeparator return _core_.Menu_AppendSeparator(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed in ../src/mac/carbon/menu.cpp(529): can't refresh unatteched menubar please note that i didn't update so far the other needed components (like pyRXP or 4Suite). if needed you can tell me change propositions to do in the source. valley |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-26 17:06:14
|
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. Andrew Blair said: > OK, I did it, and here are the error messages I got (and no app launche= d): > > 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.lastSearchedWo= rd, > self.langPY.get("/LANGUAGE/SEPY/ERRORS/NO_RESULT_QUESTION")), About_tit= le, > wx.YES_NO | wx.ICON_EXCLAMATION ).ShowModal() > > ^ > SyntaxError: invalid syntax > > > On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" > <ale...@se...> wrote: > >> please do this. >> in SEPY.py comment the line at the bottom of the file: >> >> sys.excepthook =3D exc_hook >> >> into >> >> # sys.excepthook =3D exc_hook >> >> and run again sepy. >> this should display the error chain more detailed, because i can't fin= d >> where this could happen. >> >> thanks >> >> >> Andrew Blair said: >>> I tried to run sepy after following all of the instructions and I got >>> this error at the Sepy startup screen: >>> >>> Main Error >>> >>> Exceptions.AttributeError, keyBoardReader instance has no attribute >>> 'base_path' >>> Exception logged in Error.log file >>> >>> 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 >>> >>> Did it in the order of the tutorial. Any thoughts? >>> >>> On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: >>> >>>> Ok, I've checked the date of my 1.0.4.6 version. You should try the >>>> following >>>> command to get the correct version: >>>> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D >>>> "2004-10-02" SciTE >>>> >>>> valley >>>> >>>> >>>> >>>> >>>> Andrew Blair wrote: >>>> >>>>> I understand from this mail forum that the latest doesn't necessari= ly >>>>> work, but that 1.0.4.6 definitely does, so that's what I'm currentl= y >>>>> after. I have indeed run those two commands but since I don't see a= ny >>>>> apparent version specified, I assume it will fetch a more recent on= e. >>>>> >>>>> Please clarify >>>>> >>>>> Cheers, >>>>> >>>>> Andrew >>>>> >>>>> >>>>> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> >>>>> wrote: >>>>> >>>>> >>>>> >>>>>> Go here: >>>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20libra= ry%20ins >>>>>> ta >>>>>> llation >>>>>> >>>>>> At the bottom of this page you'll find the two console commands to >>>>>> get the newest version out of cvs. >>>>>> >>>>>> valley >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -----Ursprungliche Nachricht----- >>>>>> Von: sep...@li... >>>>>> [mailto:sep...@li...]Im Auftrag von >>>>>> Andrew Blair >>>>>> Gesendet: Montag, 24. Januar 2005 16:00 >>>>>> An: sep...@li... >>>>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>>>>> >>>>>> >>>>>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I >>>>>> do have command line cvs) >>>>>> >>>>>> Andrew >>>>>> >>>>>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>>>>> >>>>>> >>>>>> >>>>>>> Hi Ale, >>>>>>> >>>>>>> ok, let's get SEPY work again on OS X. >>>>>>> With the latest revision I get the following error on startup (ev= en >>>>>>> the ide doesn't open): >>>>>>> >>>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>>> 'Choicebook'. >>>>>>> happened in SEPY.py >>>>>>> >>>>>>> do you label versions the surely work on os x (like the one i sti= ll >>>>>>> have: 1.0.4.6) ? so everyone who is also interested to work with = it >>>>>>> on OS X knows which labeled version to get. >>>>>>> >>>>>>> regards >>>>>>> valley >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> 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. Expor= t >>>>>>> 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 >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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, XL= S, >>>> 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 >>>> >>> >>> -- >>> Andrew Blair >>> Interactive Director >>> 905.339.0750 x32 >>> http://riordondesign.com >>> ( inform ) inspire ( >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporti= ng >>> 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 >> >> >> --- >> Alessandro Crugnola *sephiroth* >> web: http://www.sephiroth.it >> mail: ale...@se... >> >>>>> mongia 9,26 <<< >> "la programmazione =E8 come il maiale. Non si butta via niente". >> --- >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> 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 >> > > -- > 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 b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Andrew B. <an...@ri...> - 2005-01-26 16:52:02
|
OK, I did it, and here are the error messages I got (and no app launched): 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 On 1/25/05 4:54 AM, "Alessandro Crugnola *sephiroth*" <ale...@se...> wrote: > 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 th= is >> 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 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 what I'm currently >>>> after. I have indeed run those two commands 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: >>>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%= 20ins >>>>> ta >>>>> llation >>>>>=20 >>>>> At the bottom of this page you'll find the two console commands to ge= t >>>>> the newest version out of cvs. >>>>>=20 >>>>> valley >>>>>=20 >>>>>=20 >>>>>=20 >>>>>=20 >>>>> -----Ursprungliche Nachricht----- >>>>> Von: sep...@li... >>>>> [mailto:sep...@li...]Im Auftrag von 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 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 (even >>>>>> the ide doesn't open): >>>>>>=20 >>>>>> exceptions.AttributeError, 'module' object has no attribute >>>>>> '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 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 >>>>>> 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 >>>>=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 b= y >>> 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 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |
From: valley <va...@ic...> - 2005-01-26 08:12:52
|
i will do this as well this evening, since i also had error messages with the newest cvs version on startup. valley Alessandro Crugnola *sephiroth* wrote: >please do this. >in SEPY.py comment the line at the bottom of the file: > >sys.excepthook = exc_hook > >into > ># sys.excepthook = exc_hook > >and run again sepy. >this should display the error chain more detailed, because i can't find >where this could happen. > >thanks > > >Andrew Blair said: > > >>I tried to run sepy after following all of the instructions and I got this >>error at the Sepy startup screen: >> >>Main Error >> >>Exceptions.AttributeError, keyBoardReader instance has no attribute >>'base_path' >>Exception logged in Error.log file >> >>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 >> >>Did it in the order of the tutorial. Any thoughts? >> >>On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: >> >> >> >>>Ok, I've checked the date of my 1.0.4.6 version. You should try the >>>following >>>command to get the correct version: >>>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D >>>"2004-10-02" SciTE >>> >>>valley >>> >>> >>> >>> >>>Andrew Blair wrote: >>> >>> >>> >>>>I understand from this mail forum that the latest doesn't necessarily >>>>work, but that 1.0.4.6 definitely does, so that's what I'm currently >>>>after. I have indeed run those two commands but since I don't see any >>>>apparent version specified, I assume it will fetch a more recent one. >>>> >>>>Please clarify >>>> >>>>Cheers, >>>> >>>>Andrew >>>> >>>> >>>>On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> >>>>wrote: >>>> >>>> >>>> >>>> >>>> >>>>>Go here: >>>>>http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >>>>>llation >>>>> >>>>>At the bottom of this page you'll find the two console commands to get >>>>>the newest version out of cvs. >>>>> >>>>>valley >>>>> >>>>> >>>>> >>>>> >>>>>-----Ursprungliche Nachricht----- >>>>>Von: sep...@li... >>>>>[mailto:sep...@li...]Im Auftrag von Andrew >>>>>Blair >>>>>Gesendet: Montag, 24. Januar 2005 16:00 >>>>>An: sep...@li... >>>>>Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>>>> >>>>> >>>>>How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do >>>>>have command line cvs) >>>>> >>>>>Andrew >>>>> >>>>>On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Hi Ale, >>>>>> >>>>>>ok, let's get SEPY work again on OS X. >>>>>>With the latest revision I get the following error on startup (even >>>>>>the ide doesn't open): >>>>>> >>>>>>exceptions.AttributeError, 'module' object has no attribute >>>>>>'Choicebook'. >>>>>>happened in SEPY.py >>>>>> >>>>>>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 work with it on OS X knows which labeled version to get. >>>>>> >>>>>>regards >>>>>>valley >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>------------------------------------------------------- >>>>>>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 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >>>> >>> >>>------------------------------------------------------- >>>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 >>> >>> >>> >>-- >>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 >> >> > > >--- >Alessandro Crugnola *sephiroth* >web: http://www.sephiroth.it >mail: ale...@se... > > > >>>>mongia 9,26 <<< >>>> >>>> >"la programmazione è come il maiale. Non si butta via niente". >--- > > > > >------------------------------------------------------- >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 > > > > |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-25 09:55:11
|
please do this. in SEPY.py comment the line at the bottom of the file: sys.excepthook =3D exc_hook into # sys.excepthook =3D exc_hook and run again sepy. this should display the error chain more detailed, because i can't find where this could happen. thanks Andrew Blair said: > I tried to run sepy after following all of the instructions and I got t= his > error at the Sepy startup screen: > > Main Error > > Exceptions.AttributeError, keyBoardReader instance has no attribute > 'base_path' > Exception logged in Error.log file > > 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 > > Did it in the order of the tutorial. Any thoughts? > > On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: > >> Ok, I've checked the date of my 1.0.4.6 version. You should try the >> following >> command to get the correct version: >> cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D >> "2004-10-02" SciTE >> >> valley >> >> >> >> >> Andrew Blair wrote: >> >>> I understand from this mail forum that the latest doesn't necessarily >>> work, but that 1.0.4.6 definitely does, so that's what I'm currently >>> after. I have indeed run those two commands but since I don't see any >>> apparent version specified, I assume it will fetch a more recent one. >>> >>> Please clarify >>> >>> Cheers, >>> >>> Andrew >>> >>> >>> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> >>> wrote: >>> >>> >>> >>>> Go here: >>>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library= %20insta >>>> llation >>>> >>>> At the bottom of this page you'll find the two console commands to g= et >>>> the newest version out of cvs. >>>> >>>> valley >>>> >>>> >>>> >>>> >>>> -----Ursprungliche Nachricht----- >>>> Von: sep...@li... >>>> [mailto:sep...@li...]Im Auftrag von Andre= w >>>> Blair >>>> Gesendet: Montag, 24. Januar 2005 16:00 >>>> An: sep...@li... >>>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>>> >>>> >>>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I d= o >>>> have command line cvs) >>>> >>>> Andrew >>>> >>>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>>> >>>> >>>> >>>>> Hi Ale, >>>>> >>>>> ok, let's get SEPY work again on OS X. >>>>> With the latest revision I get the following error on startup (even >>>>> the ide doesn't open): >>>>> >>>>> exceptions.AttributeError, 'module' object has no attribute >>>>> 'Choicebook'. >>>>> happened in SEPY.py >>>>> >>>>> 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 work with it on OS X knows which labeled version to get. >>>>> >>>>> regards >>>>> valley >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive >>>>> Reporting Tool for open source databases. Create drag-&-drop report= s. >>>>> 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 >>>>> >>>>> >>>>> >>> >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> 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 >> > > -- > 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 b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Alessandro C. *sephiroth* <sep...@us...> - 2005-01-24 21:52:22
|
Where exactly? 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 --------------------------------------------- =20 ::-----Original Message----- ::From: sep...@li...=20 ::[mailto:sep...@li...] On Behalf Of=20 ::Andrew Blair ::Sent: luned=EC 24 gennaio 2005 22.24 ::To: sep...@li... ::Subject: [SE|PY-macdev] Online step-by-step instructions tweak :: ::Just a tweak to the install page instructions, where it says: :: ::python setup.py install (in case user has closed an reopened=20 ::terminal window, which I did in case any of the other=20 ::installs modified the path in the shell). :: ::It should read: :: ::sudo python setup.py install :: ::That's regarding this link: :: ::http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20l ::ibrary%20installation :: ::>>=20 ::>> =20 ::>>=20 ::>>> Go here: ::>>>=20 ::http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library ::>>> %20insta ::>>> llation ::>>>=20 ::>>> At the bottom of this page you'll find the two console=20 ::commands to=20 ::>>> 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=20 ::here but I=20 ::>>> 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=20 ::startup (even=20 ::>>>> 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=20 ::one i still=20 ::>>>> have: 1.0.4.6) ? so everyone who is also interested to=20 ::work with it=20 ::>>>> 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=20 ::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=20 ::> Reporting Tool for open source databases. Create=20 ::drag-&-drop reports.=20 ::> Save time by over 75%! Publish reports on the web. Export=20 ::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=20 :: :: ::Interactive Director=20 :: :: ::905.339.0750 x32=20 ::http://riordondesign.com=20 ::( inform ) inspire (=20 :: :: :: |
From: Andrew B. <an...@ri...> - 2005-01-24 21:41:46
|
I tried to run sepy after following all of the instructions and I got this error at the Sepy startup screen: Main Error Exceptions.AttributeError, keyBoardReader instance has no attribute 'base_path' Exception logged in Error.log file 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 Did it in the order of the tutorial. Any thoughts? On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: > Ok, I've checked the date of my 1.0.4.6 version. You should try the > following > command to get the correct version: > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D > "2004-10-02" SciTE > > valley > > > > > Andrew Blair wrote: > >> I understand from this mail forum that the latest doesn't necessarily work, >> but that 1.0.4.6 definitely does, so that's what I'm currently after. I have >> indeed run those two commands but since I don't see any apparent version >> specified, I assume it will fetch a more recent one. >> >> Please clarify >> >> Cheers, >> >> Andrew >> >> >> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> wrote: >> >> >> >>> Go here: >>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >>> llation >>> >>> At the bottom of this page you'll find the two console commands to get >>> the newest version out of cvs. >>> >>> valley >>> >>> >>> >>> >>> -----Ursprungliche Nachricht----- >>> Von: sep...@li... >>> [mailto:sep...@li...]Im Auftrag von Andrew >>> Blair >>> Gesendet: Montag, 24. Januar 2005 16:00 >>> An: sep...@li... >>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>> >>> >>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have >>> command line cvs) >>> >>> Andrew >>> >>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>> >>> >>> >>>> Hi Ale, >>>> >>>> ok, let's get SEPY work again on OS X. >>>> With the latest revision I get the following error on startup >>>> (even the ide doesn't open): >>>> >>>> exceptions.AttributeError, 'module' object has no attribute >>>> 'Choicebook'. >>>> happened in SEPY.py >>>> >>>> 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 work with it on OS X knows which labeled version to get. >>>> >>>> regards >>>> valley >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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 >>>> >>>> >>>> >> >> >> > > > > ------------------------------------------------------- > 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 > -- Andrew Blair Interactive Director 905.339.0750 x32 http://riordondesign.com ( inform ) inspire ( |
From: Andrew B. <an...@ri...> - 2005-01-24 21:31:13
|
Sorry, I should have clarified, under the =B3pyRXP =B3 header. On 1/24/05 4:24 PM, "Andrew Blair" <an...@ri...> wrote: > Just a tweak to the install page instructions, where it says: >=20 > python setup.py install (in case user has closed an reopened terminal win= dow, > which I did in case any of the other installs modified the path in the sh= ell). >=20 > It should read: >=20 > sudo python setup.py install >=20 > That's regarding this link: >=20 > http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20in= stall > ation >=20 >>> >>=20 >>> >> =20 >>> >>=20 >>>> >>> Go here: >>>> >>>=20 >>>>=20 http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20inst= a >>>> >>> 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 And= rew >>>> >>> 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 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 >>>>> >>>> (even the ide doesn't open): >>>>> >>>>=20 >>>>> >>>> exceptions.AttributeError, 'module' object has no attribute >>>>> >>>> '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 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 >>>>> 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 >>> >> =20 >>> >>=20 >> >=20 >> >=20 >> >=20 >> > ------------------------------------------------------- >> > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> > 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 ( |
From: Andrew B. <an...@ri...> - 2005-01-24 21:24:34
|
Just a tweak to the install page instructions, where it says: python setup.py install (in case user has closed an reopened terminal window, which I did in case any of the other installs modified the path in the shell). It should read: sudo python setup.py install That's regarding this link: http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta llation >> >> >> >>> Go here: >>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >>> llation >>> >>> At the bottom of this page you'll find the two console commands to get >>> the newest version out of cvs. >>> >>> valley >>> >>> >>> >>> >>> -----Ursprungliche Nachricht----- >>> Von: sep...@li... >>> [mailto:sep...@li...]Im Auftrag von Andrew >>> Blair >>> Gesendet: Montag, 24. Januar 2005 16:00 >>> An: sep...@li... >>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>> >>> >>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have >>> command line cvs) >>> >>> Andrew >>> >>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>> >>> >>> >>>> Hi Ale, >>>> >>>> ok, let's get SEPY work again on OS X. >>>> With the latest revision I get the following error on startup >>>> (even the ide doesn't open): >>>> >>>> exceptions.AttributeError, 'module' object has no attribute >>>> 'Choicebook'. >>>> happened in SEPY.py >>>> >>>> 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 work with it on OS X knows which labeled version to get. >>>> >>>> regards >>>> valley >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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 >>>> >>>> >>>> >> >> >> > > > > ------------------------------------------------------- > 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 > -- Andrew Blair Interactive Director 905.339.0750 x32 http://riordondesign.com ( inform ) inspire ( |
From: Andrew B. <an...@ri...> - 2005-01-24 20:38:38
|
Thanks valley! On 1/24/05 3:32 PM, "valley" <va...@ic...> wrote: > Ok, I've checked the date of my 1.0.4.6 version. You should try the > following > command to get the correct version: > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D > "2004-10-02" SciTE > > valley > > > > > Andrew Blair wrote: > >> I understand from this mail forum that the latest doesn't necessarily work, >> but that 1.0.4.6 definitely does, so that's what I'm currently after. I have >> indeed run those two commands but since I don't see any apparent version >> specified, I assume it will fetch a more recent one. >> >> Please clarify >> >> Cheers, >> >> Andrew >> >> >> On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> wrote: >> >> >> >>> Go here: >>> http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >>> llation >>> >>> At the bottom of this page you'll find the two console commands to get >>> the newest version out of cvs. >>> >>> valley >>> >>> >>> >>> >>> -----Ursprungliche Nachricht----- >>> Von: sep...@li... >>> [mailto:sep...@li...]Im Auftrag von Andrew >>> Blair >>> Gesendet: Montag, 24. Januar 2005 16:00 >>> An: sep...@li... >>> Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >>> >>> >>> How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have >>> command line cvs) >>> >>> Andrew >>> >>> On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >>> >>> >>> >>>> Hi Ale, >>>> >>>> ok, let's get SEPY work again on OS X. >>>> With the latest revision I get the following error on startup >>>> (even the ide doesn't open): >>>> >>>> exceptions.AttributeError, 'module' object has no attribute >>>> 'Choicebook'. >>>> happened in SEPY.py >>>> >>>> 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 work with it on OS X knows which labeled version to get. >>>> >>>> regards >>>> valley >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> 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 >>>> >>>> >>>> >> >> >> > > > > ------------------------------------------------------- > 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 > -- Andrew Blair Interactive Director 905.339.0750 x32 http://riordondesign.com ( inform ) inspire ( |
From: valley <va...@ic...> - 2005-01-24 20:32:13
|
Ok, I've checked the date of my 1.0.4.6 version. You should try the following command to get the correct version: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co -D "2004-10-02" SciTE valley Andrew Blair wrote: >I understand from this mail forum that the latest doesn't necessarily work, >but that 1.0.4.6 definitely does, so that's what I'm currently after. I have >indeed run those two commands but since I don't see any apparent version >specified, I assume it will fetch a more recent one. > >Please clarify > >Cheers, > >Andrew > > >On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> wrote: > > > >>Go here: >>http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta >>llation >> >>At the bottom of this page you'll find the two console commands to get >>the newest version out of cvs. >> >>valley >> >> >> >> >>-----Ursprungliche Nachricht----- >>Von: sep...@li... >>[mailto:sep...@li...]Im Auftrag von Andrew >>Blair >>Gesendet: Montag, 24. Januar 2005 16:00 >>An: sep...@li... >>Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision >> >> >>How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have >>command line cvs) >> >>Andrew >> >>On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: >> >> >> >>>Hi Ale, >>> >>>ok, let's get SEPY work again on OS X. >>>With the latest revision I get the following error on startup >>>(even the ide doesn't open): >>> >>>exceptions.AttributeError, 'module' object has no attribute >>>'Choicebook'. >>>happened in SEPY.py >>> >>>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 work with it on OS X knows which labeled version to get. >>> >>>regards >>>valley >>> >>> >>> >>> >>>------------------------------------------------------- >>>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 >>> >>> >>> > > > |
From: Andrew B. <an...@ri...> - 2005-01-24 19:18:58
|
I understand from this mail forum that the latest doesn't necessarily work, but that 1.0.4.6 definitely does, so that's what I'm currently after. I have indeed run those two commands but since I don't see any apparent version specified, I assume it will fetch a more recent one. Please clarify Cheers, Andrew On 1/24/05 10:09 AM, "Treu, Valentin" <Val...@in...> wrote: > Go here: > http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta > llation > > At the bottom of this page you'll find the two console commands to get > the newest version out of cvs. > > valley > > > > > -----Ursprungliche Nachricht----- > Von: sep...@li... > [mailto:sep...@li...]Im Auftrag von Andrew > Blair > Gesendet: Montag, 24. Januar 2005 16:00 > An: sep...@li... > Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision > > > How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have > command line cvs) > > Andrew > > On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: > >> Hi Ale, >> >> ok, let's get SEPY work again on OS X. >> With the latest revision I get the following error on startup >> (even the ide doesn't open): >> >> exceptions.AttributeError, 'module' object has no attribute >> 'Choicebook'. >> happened in SEPY.py >> >> 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 work with it on OS X knows which labeled version to get. >> >> regards >> valley >> >> >> >> >> ------------------------------------------------------- >> 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 >> -- Andrew Blair Interactive Director 905.339.0750 x32 http://riordondesign.com ( inform ) inspire ( |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-24 15:07:07
|
it should be: cvs -d:pserver:ano...@cv...:/cvsroot/sepy login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/sepy co SciTE Andrew Blair said: > How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do h= ave > command line cvs) > > Andrew > > On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: > >> Hi Ale, >> >> ok, let's get SEPY work again on OS X. >> With the latest revision I get the following error on startup >> (even the ide doesn't open): >> >> exceptions.AttributeError, 'module' object has no attribute >> 'Choicebook'. >> happened in SEPY.py >> >> 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 work with it on OS X knows which labeled version to get. >> >> regards >> valley >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g >> 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 >> > > -- > 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 b= y > 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 --- Alessandro Crugnola *sephiroth* web: http://www.sephiroth.it mail: ale...@se... >>> mongia 9,26 <<< "la programmazione =E8 come il maiale. Non si butta via niente". --- |
From: Treu, V. <Val...@in...> - 2005-01-24 15:07:00
|
Go here: http://www.sephiroth.it/phpwiki/index.php/Step%20by%20step%20library%20insta llation At the bottom of this page you'll find the two console commands to get the newest version out of cvs. valley -----Ursprungliche Nachricht----- Von: sep...@li... [mailto:sep...@li...]Im Auftrag von Andrew Blair Gesendet: Montag, 24. Januar 2005 16:00 An: sep...@li... Betreff: Re: [SE|PY-macdev] OS X Bugs with SEPY newest revision How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have command line cvs) Andrew On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: > Hi Ale, > > ok, let's get SEPY work again on OS X. > With the latest revision I get the following error on startup > (even the ide doesn't open): > > exceptions.AttributeError, 'module' object has no attribute > 'Choicebook'. > happened in SEPY.py > > 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 work with it on OS X knows which labeled version to get. > > regards > valley > > > > > ------------------------------------------------------- > 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 > -- 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 |
From: Andrew B. <an...@ri...> - 2005-01-24 15:00:36
|
How do I get that 1.0.4.6 version from cvs? (cvs newbie here but I do have command line cvs) Andrew On 1/22/05 8:23 AM, "valley" <va...@ic...> wrote: > Hi Ale, > > ok, let's get SEPY work again on OS X. > With the latest revision I get the following error on startup > (even the ide doesn't open): > > exceptions.AttributeError, 'module' object has no attribute > 'Choicebook'. > happened in SEPY.py > > 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 work with it on OS X knows which labeled version to get. > > regards > valley > > > > > ------------------------------------------------------- > 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 > -- Andrew Blair Interactive Director 905.339.0750 x32 http://riordondesign.com ( inform ) inspire ( |
From: valley <va...@ic...> - 2005-01-22 15:04:38
|
this error happened with wxpython 2.4.2.4 i just installed the newest unicode and ansi version 2.5.3.1p and with both of them i now get this error: PyAssertionError, C++ assertion failed: can't refresh unattached menubar. it's the newest cvs version: 1.0.6.45 valley Alessandro Crugnola *sephiroth* wrote: >Which version of wxpython, python are you currently using ? >P.s. Are you also using the current cvs version of sepy? > >This is a strange behavior because i've used choicebook just for the mac version, since multiple line notebook is not supported in >mac. > >http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_wxchoicebook.html#wxchoicebook > >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 22 gennaio 2005 14.24 >::To: sep...@li... >::Subject: [SE|PY-macdev] OS X Bugs with SEPY newest revision >:: >::Hi Ale, >:: >::ok, let's get SEPY work again on OS X. >::With the latest revision I get the following error on startup >::(even the ide doesn't open): >:: >::exceptions.AttributeError, 'module' object has no attribute >::'Choicebook'. >::happened in SEPY.py >:: >::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 >::work with it on OS X knows which labeled version to get. >:: >::regards >::valley >:: >:: >:: >:: >::------------------------------------------------------- >::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 >:: > > > > >------------------------------------------------------- >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 > > > > |
From: Alessandro C. *sephiroth* <ale...@se...> - 2005-01-22 13:41:53
|
Which version of wxpython, python are you currently using ? P.s. Are you also using the current cvs version of sepy? This is a strange behavior because i've used choicebook just for the mac version, since multiple line notebook is not supported in mac. http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_wxchoicebook.html#wxchoicebook 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 22 gennaio 2005 14.24 ::To: sep...@li... ::Subject: [SE|PY-macdev] OS X Bugs with SEPY newest revision :: ::Hi Ale, :: ::ok, let's get SEPY work again on OS X. ::With the latest revision I get the following error on startup ::(even the ide doesn't open): :: ::exceptions.AttributeError, 'module' object has no attribute ::'Choicebook'. ::happened in SEPY.py :: ::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 ::work with it on OS X knows which labeled version to get. :: ::regards ::valley :: :: :: :: ::------------------------------------------------------- ::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 :: |