Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision
Brought to you by:
sephiroth_tmm
From: Andrew B. <an...@ri...> - 2005-02-03 18:36:19
|
Hey, it loaded up! I did get some kind of capslock error in the terminal, but it didn't seem to affect anything. I just tried typing a bit in the editor, and I don't seem to be able to use any of the command keys, nor ctr= l in place of them (i.e. Copy/paste/cut/undo), it just types the letters if anything. By the way, I know on your site there's an archive of this listserv, is there a way to search it? If something's already answered, I'd like to go there instead of polluting the list. I'm pretty excited that it'= s loading up now! Cheers, Andrew On 2/3/05 12:54 PM, "Alessandro Crugnola *sephiroth*" <sep...@us...> wrote: > The problem is that your predefined python is 2.4, while wxpython you > installed is for 2.3. > You can test sepy with 2.3: > - from terminal using the absolute python2.3 path, for example > /usr/bin/pythonw2.3 main.pyw > - or setting python2.3 as default in the user paths >=20 > Alessandro Crugnola - sephiroth > --------------------------------------------- > Macromedia Flash Team Volunteer > http://www.macromedia.com/go/team > Flash && PHP developer > ale...@se... >=20 > *relax with SEPY http://www.sf.net/projects/sepy > --------------------------------------------- >=20 >=20 > ::-----Original Message----- > ::From: sep...@li... > ::[mailto:sep...@li...] On Behalf Of > ::Andrew Blair > ::Sent: gioved=EC 3 febbraio 2005 18.37 > ::To: sep...@li... > ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY newest revision > :: > ::Alessandro, > :: > ::Sorry,=20 > :: > ::I wasn't sure how to do that, but I did what you asked, and > ::here is the > ::output: > :: > ::>>> import sys > ::>>> print sys.version > ::2.4 (#1, Jan 24 2005, 15:53:22) > ::[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] > ::>>>=20 > :: > :: > ::I'm surprised to see 2.4, I've been doing 'python2.3 > ::main.pyw' to start Sepy. Maybe that's the problem? If so, not > ::sure what to do about it. > :: > ::Andrew > :: > :: > ::On 2/3/05 12:16 PM, "Alessandro Crugnola *sephiroth*" > ::<sep...@us...> wrote: > :: > ::> You forgot to tell me which version of python is the default one > ::> activated once you execute python from terminal: > ::>=20 > ::> Python > ::>=20 > ::>>>> import sys > ::>>>> print sys.version > ::>=20 > ::>=20 > ::>=20 > ::> Alessandro Crugnola - sephiroth > ::> --------------------------------------------- > ::> Macromedia Flash Team Volunteer > ::> http://www.macromedia.com/go/team > ::> Flash && PHP developer > ::> ale...@se... > ::>=20 > ::> *relax with SEPY http://www.sf.net/projects/sepy > ::> --------------------------------------------- > ::>=20 > ::>=20 > ::> ::-----Original Message----- > ::> ::From: sep...@li... > ::> ::[mailto:sep...@li...] On Behalf Of > ::> ::Andrew Blair > ::> ::Sent: gioved=EC 3 febbraio 2005 18.05 > ::> ::To: sep...@li... > ::> ::Subject: Re: AW: [SE|PY-macdev] OS X Bugs with SEPY > ::newest revision > ::> :: > ::> ::Alessandro, > ::> :: > ::> ::Here's what I got: > ::> :: > ::> ::>>> import wx > ::> ::Traceback (most recent call last): > ::> :: File "<stdin>", line 1, in ? > ::> ::ImportError: No module named wx > ::> :: > ::> :: > ::> ::I even tried reinstalling the package and trying the > ::above ::again.=20 > ::> Same result. Could it be a path problem, like it can't find wx? > ::> :: > ::> ::Cheers, > ::> :: > ::> ::Andrew > ::> :: > ::> :: > ::> ::On 2/3/05 10:44 AM, "Alessandro Crugnola *sephiroth*" > ::> ::<sep...@us...> wrote: > ::> :: > ::> ::> Launch terminal and write: > ::> ::> > ::> ::> python > ::> ::> > ::> ::> Then, once python interpreter starts, tell me which > ::version ::of=20 > ::> python ::> is launched. > ::> ::> Then try typing: > ::> ::> > ::> ::>>>> import wx > ::> ::> > ::> ::> > ::> ::> > ::> ::> 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 > ::> ::> ::Andrew Blair ::> ::Sent: gioved=EC 3 febbraio 2005 4.30 > ::::> ::To:=20 > ::> sep...@li... ::> ::Subject: Re: AW: > ::> [SE|PY-macdev] OS X Bugs with SEPY ::newest revision ::> :: > ::> ::> ::Thanks Alessandro, > ::> ::> :: > ::> ::> ::I'm sorry, you're right. Now I get the identical > ::error with ::my > ::> ::> file as I do with your SEPY.py. I'd be happy to test > ::this ::::as=20 > ::> much as ::> possible to get it working, what a great product, ::I > ::> can't wait to ::> use it on my mac :) ::> :: > ::> ::> ::Cheers, > ::> ::> :: > ::> ::> ::Andrew > ::> ::> :: > ::> ::> ::On 2/2/05 9:20 PM, "Alessandro Crugnola *sephiroth*" > ::> ::> ::<sep...@us...> wrote: > ::> ::> :: > ::> ::> ::> As i told you sepy.py uses 4 spaces for tabs, not > ::the tab ::>=20 > ::> character ::> itself, while in your file at line 522 ::> ::> ::> > ::> self.notebook_l.SetAutoLayout(True) > ::> ::> ::> > ::> ::> ::> There are 2 tbas characters. Remove them and insert > ::8 ::spaces=20 > ::> ::> ::> ::> Alessandro Crugnola - sephiroth ::> ::> > ::> --------------------------------------------- > ::> ::> ::> Macromedia Flash Team Volunteer ::> ::> > ::> http://www.macromedia.com/go/team ::> ::> Flash && PHP > ::developer ::>=20 > ::> ::> ale...@se... ::> ::> ::> ::> *relax with SEPY > ::> http://www.sf.net/projects/sepy ::> ::> > ::> --------------------------------------------- > ::> ::> ::> > ::> ::> ::> > ::> ::> ::> ::-----Original Message----- > ::> ::> ::> ::From: sep...@li... > ::> ::> ::> ::[mailto:sep...@li...] > ::On Behalf=20 > ::> Of ::> ::> ::Andrew Blair ::> ::Sent: mercoled=EC 2 febbraio > ::2005 20.08=20 > ::> ::> ::> ::To: sep...@li... ::> > ::::Subject: Re: AW: > ::> ::> [SE|PY-macdev] OS X Bugs with SEPY ::newest revision ::> :: > ::> ::> ::> ::Hi Ale, > ::> ::> ::> :: > ::> ::> ::> ::I did, I downloaded > ::> ::> ::>=20 > ::::wxPython2.5-osx-unicode-2.5.3.1-panther-py2.3.dmg. I ::ran > ::> the ::> ::> ::uninstall script for the version I had that it > ::> recommended ::> ::> ::removing and left the other versions.. I just > ::> tried running ::the ::> ::> uninstaller again and removed all > ::> instances of wxPython ::::that it ::> ::> found including 2.5.3.1. > ::> Then I ran the installer, ::::successfully. > ::> ::> ::> :: > ::> ::> ::> ::With your SEPY.py, running python2.3 main.pyw I get: > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> :: Traceback (most recent call last): > ::> ::> ::> :: File "main.pyw", line 19, in ? > ::> ::> ::> :: from SEPY import main > ::> ::> ::> :: File "/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", > ::> ::> ::> ::line 20, in ? > ::> ::> ::> :: import wx > ::> ::> ::> :: File > ::> ::> ::>=20 > ::> ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python > ::> ::> ::> ::2.3/site-packages/wx/__init__.py", line 42, in ? > ::> ::> ::> :: File > ::> ::> ::>=20 > ::> ::"//Library/Frameworks/Python.framework/Versions/2.3/lib/python > ::> ::> ::> ::2.3/site-packages/wx/_core.py", line 4, in ? > ::> ::> ::> :: ImportError: No module named _core_ > ::> ::> ::> :: =20 > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> ::With mine, I get: > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> :: Traceback (most recent call last): > ::> ::> ::> :: File "main.pyw", line 19, in ? > ::> ::> ::> :: from SEPY import main > ::> ::> ::> :: File > ::> ::"/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 > ::> ::> ::> :: self.notebook_l.SetAutoLayout(True) > ::> ::> ::> :: ^ > ::> ::> ::> :: SyntaxError: invalid syntax > ::> ::> ::> :: =20 > ::> ::> ::> :: > ::> ::> ::> :: > ::> ::> ::> ::Furthermore, I have attached my version of the > ::SEPY.py file. > ::> ::> ::> :: > ::> ::> ::> ::Cheers, > ::> ::> ::> :: > ::> ::> ::> ::Andrew > ::> ::> ::> :: > ::> ::> ::> ::On 1/31/05 7:21 PM, "Alessandro Crugnola *sephiroth*" > ::> ::> ::> ::<sep...@us...> wrote: > ::> ::> ::> :: > ::> ::> ::> ::> Did you installed the wxpython2.5.3.1 for python2.3? > ::> ::> ::> ::> > ::> ::> ::> ::> Try to use this attached file instead ::> ::> ::> > ::> ::Alessandro ::> ::> Crugnola - sephiroth ::> ::> > ::> ::--------------------------------------------- > ::> ::> ::> ::> Macromedia Flash Team Volunteer ::> ::> ::> > ::> http://www.macromedia.com/go/team ::> ::> Flash && PHP > ::::developer ::> > ::> ::> ::> ale...@se... ::> ::> ::> ::> *relax with > ::SEPY ::>=20 > ::> http://www.sf.net/projects/sepy ::> ::> ::> > ::> --------------------------------------------- > ::> ::> ::> ::> > ::> ::> ::> ::> > ::> ::> ::> ::> ::-----Original Message----- ::> ::> ::> ::From: > ::> sep...@li... > ::> ::> ::> ::> ::[mailto:sep...@li...] > ::> ::On Behalf > ::> ::> Of ::> ::> ::Andrew Blair ::> ::Sent: luned=EC 31 gennaio > ::2005 22.49=20 > ::> ::> ::::> ::To: > ::> ::> ::> sep...@li... ::> ::Subject: Re: AW: > ::> ::> ::> [SE|PY-macdev] OS X Bugs with SEPY ::newest revision ::> :: > ::> ::> ::> ::> ::I left the psyco line in there, not commented out. > ::> ::> ::Not sure ::> > ::> ::> ::> ::if that matters then... > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::I tried changing to exactly what you wrote > ::for arguments: > ::> ::> ::> ::> ::self.notebook_l =3D wx.Notebook(win, -1, style=3D0) ::> :: > ::> ::> ::> ::> ::And got this: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::Traceback (most recent call last): > ::> ::> ::> ::> :: File "main.pyw", line 19, in ? > ::> ::> ::> ::> :: from SEPY import main > ::> ::> ::> ::> :: File > ::> ::"/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 > ::> ::> ::> ::> :: self.notebook_l.SetAutoLayout(True) > ::> ::> ::> ::> :: ^ > ::> ::> ::> ::> ::SyntaxError: invalid syntax ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::Then I tried with the same arguments as > ::Choicebook had: > ::> ::> ::> ::> ::self.notebook_l =3D wx.Notebook(self.window_1, > ::-1, ::> ::>=20 > ::> ::> ::style=3Dn_style) And got this: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::raceback (most recent call last): > ::> ::> ::> ::> :: File "main.pyw", line 19, in ? > ::> ::> ::> ::> :: from SEPY import main > ::> ::> ::> ::> :: File > ::> ::"/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 > ::> ::> ::> ::> :: self.notebook_l.SetAutoLayout(True) > ::> ::> ::> ::> :: ^ > ::> ::> ::> ::> ::SyntaxError: invalid syntax ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::Then I tried just changing just the last param: > ::> ::> ::> ::> ::self.notebook_l =3D wx.Notebook(self.window_1, -1, ::> > ::> ::style=3D0) ::> :: > ::> ::> ::> ::> ::And got this: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::Traceback (most recent call last): > ::> ::> ::> ::> :: File "main.pyw", line 19, in ? > ::> ::> ::> ::> :: from SEPY import main > ::> ::> ::> ::> :: File > ::> ::"/Users/jondo/tmp/sepyCompile/SciTE/SEPY.py", line 522 > ::> ::> ::> ::> :: self.notebook_l.SetAutoLayout(True) > ::> ::> ::> ::> :: ^ > ::> ::> ::> ::> ::SyntaxError: invalid syntax ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::Andrew > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::On 1/27/05 3:31 AM, "Alessandro Crugnola *sephiroth*" > ::> ::> ::> ::> ::<ale...@se...> wrote: > ::> ::> ::> ::> :: > ::> ::> ::> ::> ::> I just asked in the wxWidget for this > ::problem (i ::was > ::> ::> sure ::> ::> ::> wx.Choicebook was 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 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 ::>=20 > ::> ::'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=20 > ::> ::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=20 > ::> ::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 ::> ::> ::> ::>>>> ::> ::>>>> > ::::> ::>>>>=20 > ::> 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=20 > ::> 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 ::> > ::::::>>>>>>=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 > ::> ::> ::> ::> ::>>>>>> > ::> ::> ::> ::> ::>>>>>> 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 ::> ::>>>>>>> ::> ::>>>>>>> ::> > ::::>>>>>>> ::>=20 > ::> ::::>>>>>>> ::> ::> ::> ::>>>>>>> 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=20 > ::> 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%20l > ::> ::> ::> ::> ::>>>>>>>>> ibrary%2 > ::> ::> ::> ::> ::>>>>>>>>> 0i > ::> ::> ::> ::> ::>>>>>>>>> ns > ::> ::> ::> ::> ::>>>>>>>>> ta > ::> ::> ::> ::> ::>>>>>>>>> llation > ::> ::> ::> ::> ::>>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>>> At the bottom of this page you'll > ::find ::the=20 > ::> ::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=20 > ::> newest ::> ::> ::::>>>>>>>>> ::> revision ::> ::>>>>>>>>> ::> > ::> ::>>>>>>>>> ::> ::> ::>>>>>>>>> ::How do I get ::> that 1.0.4.6 > ::> version from ::cvs? (cvs ::> ::> ::newbie here ::> > ::::::>>>>>>>>> ::> > ::> but I do have command line cvs) ::> ::> ::>>>>>>>>> ::> > ::::::>>>>>>>>>=20 > ::> 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=20 > ::> ::> 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=20 > ::> ::> ::> ::> ::(like the one i ::> ::>>>>>>>>>> still have: > ::1.0.4.6) ? > ::> ::> ::so everyone > ::> ::> ::> who is also ::> ::interested to ::> ::>>>>>>>>>> > ::work ::with=20 > ::> ::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 ::> > ::::>>>>>>>>>>=20 > ::> ::reports. Save ::> ::> time by over 75%! Publish ::reports on the > ::> web. > ::> ::> ::> ::> ::>>>>>>>>>> Export to DOC, XLS, RTF, etc. Download ::a > ::> ::FREE ::> copy at ::> ::> ::>>>>>>>>>> > ::> http://www.intelliview.com/go/osdn_nl > ::> ::> ::> ::> ::>>>>>>>>>> > ::> _______________________________________________ > ::> ::> ::> ::> ::>>>>>>>>>> sepy-macdev mailing list ::> > ::::>>>>>>>>>> ::> > ::> ::> sep...@li... ::> ::>>>>>>>>>> ::> ::> > ::> ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > ::> ::> ::> ::> ::>>>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>> > ::> ::> ::> ::> ::>>>>>>>> > ::> ::> ::> ::> ::>>>>>>> > ::> ::> ::> ::> ::>>>>>>> > ::> ::> ::> ::> ::>>>>>>> > ::> ::> ::> ::> ::>>>>>>> > ::> ::> ::------------------------------------------------------- > ::> ::> ::> ::> ::>>>>>>> This SF.Net email is sponsored by: > ::IntelliVIEW=20 > ::> -- ::> ::> ::Interactive ::> ::>>>>>>> Reporting Tool for > ::open source=20 > ::> ::> ::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 ( ::> ::> ::>>>>>> ::> > ::::> ::>>>>>>=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 > ::> ::> ::> ::> ::>>>>> > ::> ::> ::> ::> ::>>>>> > ::> ::> ::> ::> ::>>>>> --- > ::> ::> ::> ::> ::>>>>> 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, > ::> ::> ::> ::> ::>>>>> 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 ( ::> ::> ::>>>> ::> ::> > ::::>>>> ::> ::>=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 > ::> ::> ::> ::> ::>>> > ::> ::> ::> ::> ::>>> > ::> ::> ::> ::> ::>>> --- > ::> ::> ::> ::> ::>>> 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, 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 )=20 > ::> inspire ( ::> ::> ::> ::>> ::> ::> ::> ::>> ::> ::> ::> > ::::>> ::> ::>=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 > ::> ::> ::> ::> ::> > ::> ::> ::> ::> ::> > ::> ::> ::> ::> ::> --- > ::> ::> ::> ::> ::> 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, 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 ( ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::> :: > ::> ::> ::> ::>=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... > ::> ::> ::> ::>=20 > ::::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=20 > ::> ::> 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 > ::> ::> :: > ::> ::> > ::> ::> > ::> ::> > ::> ::> > ::> ::> ------------------------------------------------------- > ::> ::> 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 > ::> :: > ::>=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 > :: > :: > :: > :: > ::------------------------------------------------------- > ::This SF.Net email is sponsored by: IntelliVIEW -- Interactive > ::Reporting Tool for open source databases. Create drag-&-drop > ::reports. Save time by over 75%! Publish reports on the web. > ::Export to DOC, XLS, RTF, etc. > ::Download a FREE copy at http://www.intelliview.com/go/osdn_nl > ::_______________________________________________ > ::sepy-macdev mailing list > ::sep...@li... > ::https://lists.sourceforge.net/lists/listinfo/sepy-macdev > :: >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev >=20 --=20 Andrew Blair=20 Interactive Director 905.339.0750 x32=20 http://riordondesign.com ( inform ) inspire ( |